<?php | |
include( $_SERVER['DOCUMENT_ROOT'] . "/rap/_projectCommon.php" ); | |
$pageTitle = "RAP - 1.4 Downloads"; | |
$pageKeywords = "ajax, rap, osgi, equinox, eclipse rap, equinox rap"; | |
$pageAuthor = "The RAP Team"; | |
$html = xslt( 'builds.xml', '_index.xsl' ); | |
$navPosition = array( "download", "achive" ); | |
generateRapPage( $pageAuthor, $pageKeywords, $pageTitle, $html, $navPosition ); | |
?> |