Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x_projectCommon.php10
-rwxr-xr-xindex.php2
-rw-r--r--pages/_index.html19
3 files changed, 9 insertions, 22 deletions
diff --git a/_projectCommon.php b/_projectCommon.php
index 785accf..6caf085 100755
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -25,11 +25,11 @@
# $Nav->setLinkList(array());
# Break the navigation into sections
- $Nav->addNavSeparator("Gemini Naming", "/naming");
- $Nav->addCustomNav("Download", "/naming/download.php", "_self", 3);
- $Nav->addCustomNav("Documentation", "/naming/documentation.php", "_blank", 3);
- $Nav->addCustomNav("Support", "/naming/support.php", "_blank", 3);
- $Nav->addCustomNav("Getting Involved", "/naming/developers", "_blank", 3);
+ $Nav->addNavSeparator("Gemini Naming", "/gemini/naming");
+ $Nav->addCustomNav("Download", "/gemini/naming/download.php", "_self", 3);
+ $Nav->addCustomNav("Documentation", "/gemini/naming/documentation.php", "_blank", 3);
+ $Nav->addCustomNav("Support", "/gemini/naming/support.php", "_blank", 3);
+ $Nav->addCustomNav("Getting Involved", "/gemini/naming/developers", "_blank", 3);
# Define keywords, author and title here, or in each PHP page specifically
$pageKeywords = "eclipse, project, osgi, naming , gemini";
diff --git a/index.php b/index.php
index 9673f1d..5e04d59 100755
--- a/index.php
+++ b/index.php
@@ -11,7 +11,7 @@
*******************************************************************************/
require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php"); require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php"); require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php"); $App = new App(); $Nav = new Nav(); $Menu = new Menu(); include($App->getProjectCommon());
- $App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="/default/style.css"/>');
+ $App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="/naming/style.css"/>');
$localVersion = false;
diff --git a/pages/_index.html b/pages/_index.html
index 37e09ef..4ff85f5 100644
--- a/pages/_index.html
+++ b/pages/_index.html
@@ -29,19 +29,6 @@
</div>
-
-
-<div id="screencast">
-<object width="640" height="480"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=8260921&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=DBD7EF&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=8260921&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=DBD7EF&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="640" height="480"></embed></object>
-</div>
-
-<!--
-<h3>...and yet powerful</h3>
- -->
-
-
-
-
<div id="feature_more">
<p>The Gemini documentation (coming soon) will give more details about the project.</p>
@@ -57,9 +44,9 @@
<div class="sideitem">
<h6>Incubation</h6>
- <div align="center"><a href="/projects/what-is-incubation.php"><img
- align="center" src="/images/egg-incubation.png"
- border="0" alt="Incubation" /></a></div>
+ <div align="center"><a href="/projects/what-is-incubation.php">
+ <img align="center" src="/images/egg-incubation.png"
+ border="0" alt="Incubation" /></a></div>
</div>

Back to the top