*** empty log message ***
diff --git a/_projectCommon.php b/_projectCommon.php index 66c962f..64cef44 100644 --- a/_projectCommon.php +++ b/_projectCommon.php
@@ -17,7 +17,6 @@ $Nav->addCustomNav("News and Events", "/osee/news.php", "_self", 2); $Nav->addCustomNav("Wiki", "http://wiki.eclipse.org/OSEE", "_self", 2); $Nav->addCustomNav("Documentation (wiki)", "http://wiki.eclipse.org/OSEE", "_self", 2); - $Nav->addCustomNav("Documentation (old)", "/osee/documentation/index.php", "_self", 2); $Nav->addCustomNav("Screencasts (wiki)", "http://wiki.eclipse.org/OSEE/Users_Guide#Screencasts", "_self", 2); $Nav->addCustomNav("FAQ (wiki)", "http://wiki.eclipse.org/OSEE/Users_Guide#Frequently_Asked_Questions", "_self", 2); $Nav->addCustomNav("Downloads", "/osee/downloads.php", "_self", 2); @@ -28,4 +27,5 @@ $Nav->addCustomNav("Newsgroup", "http://www.eclipse.org/newsportal/thread.php?group=eclipse.technology.osee", "_self", 2); $Nav->addCustomNav("XViewer (wiki)", "http://wiki.eclipse.org/OSEE/Users_Guide#XViewer_-_Advanced_TreeViewer_Widget", "_self", 2); $Nav->addCustomNav("Contacts", "/osee/contact.php", "_self", 2); + $Nav->addCustomNav("Documentation (retired)", "/osee/documentation/index.php", "_self", 2); ?>
diff --git a/documentation/index.php b/documentation/index.php index 645d74e..e226853 100644 --- a/documentation/index.php +++ b/documentation/index.php
@@ -15,6 +15,7 @@ <div id="midcolumn"> <h1>$pageTitle</h1> + <b><font color="red">Documentation moved to <a href="http://wiki.eclipse.org/OSEE">OSEE Wiki<a></font></b> <ol type="upper-roman"> <li><a href="overview/what_is.php">What is OSEE?</a></li> <li><b>Installation & Initialization</b></li>
diff --git a/downloads.php b/downloads.php index 08685ce..d07344d 100644 --- a/downloads.php +++ b/downloads.php
@@ -35,6 +35,8 @@ $html = <<<EOHTML <div id="midcolumn"> <h1>$pageTitle</h1> + + <b><font color="red">Documentation moved to <a href="http://wiki.eclipse.org/OSEE>OSEE Wiki<a></font></b> <p> OSEE plug-ins are provided under the terms and conditions of the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.