You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by bu...@apache.org on 2008/01/11 08:23:54 UTC

svn commit: r611089 - in /lucene/java/site/src/documentation/content/xdocs: releases.xml site.xml systemrequirements.xml tabs.xml

Author: buschmi
Date: Thu Jan 10 23:23:50 2008
New Revision: 611089

URL: http://svn.apache.org/viewvc?rev=611089&view=rev
Log:
Separate project's web site from version-specific documentation.

Modified:
    lucene/java/site/src/documentation/content/xdocs/releases.xml
    lucene/java/site/src/documentation/content/xdocs/site.xml
    lucene/java/site/src/documentation/content/xdocs/systemrequirements.xml
    lucene/java/site/src/documentation/content/xdocs/tabs.xml

Modified: lucene/java/site/src/documentation/content/xdocs/releases.xml
URL: http://svn.apache.org/viewvc/lucene/java/site/src/documentation/content/xdocs/releases.xml?rev=611089&r1=611088&r2=611089&view=diff
==============================================================================
--- lucene/java/site/src/documentation/content/xdocs/releases.xml (original)
+++ lucene/java/site/src/documentation/content/xdocs/releases.xml Thu Jan 10 23:23:50 2008
@@ -16,7 +16,7 @@
 			<p>Both binary and source releases are available for 
         <a href="http://www.apache.org/dyn/closer.cgi/lucene/java/">download from the Apache Mirrors</a></p>
         <p>The lucene-VERSION.zip (where VERSION is the version number of the release, i.e. 2.0.0) file contains the
-            lucene-core jar file, html documentation, a demo application (see <a href="gettingstarted.html">Getting Started</a>)
+            lucene-core jar file, html documentation, a demo application (see the "Getting Started" section)
             and various jar files containing contributed code.
             <br/>
              If all you need is the core jar file you can download that separately.

Modified: lucene/java/site/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewvc/lucene/java/site/src/documentation/content/xdocs/site.xml?rev=611089&r1=611088&r2=611089&view=diff
==============================================================================
--- lucene/java/site/src/documentation/content/xdocs/site.xml (original)
+++ lucene/java/site/src/documentation/content/xdocs/site.xml Thu Jan 10 23:23:50 2008
@@ -48,22 +48,15 @@
   </about>
     <!-- keep in submenu items alpha order -->
   <docs label="Documentation">
-      <javadoc label="Javadocs" href="javadocs.html"/>
-
-      <benchmarks label="Benchmarks" href="benchmarks.html"/>
-      <contributions label="Contributions" href="contributions.html"/>
-      <faq         label="FAQ"              href="ext:faq" />
-      <file-formats label="File Formats" href="fileformats.html"/>
-      <tutorial label="Getting Started" href="gettingstarted.html"/>
-      <lucene-sandbox label="Lucene Sandbox" href="lucene-sandbox/index.html"/>
-      <query-syntax label="Query Syntax" href="queryparsersyntax.html"/>
-      <scoring label="Scoring" href="scoring.html"/>
-      <wiki        label="Wiki">
-        <wiki-main label="Main" href="ext:wiki"/>
-        <wiki-con label="Concepts and Definitions" href="ext:wiki-con"/>
-        <wiki-howto label="How To" href="ext:wiki-howto"/>
-        <wiki-perf label="Performance Tips" href="ext:wiki-perf"/>
-      </wiki>
+  <!--
+    <rel2_3_0 label="Release 2.3.0" href="ext:rel2_3_0"/>
+	-->
+    <rel2_2_0 label="Release 2.2.0" href="ext:rel2_2_0"/>
+    <rel2_1_0 label="Release 2.1.0" href="ext:rel2_1_0"/>	
+    <rel2_0_0 label="Release 2.0.0" href="ext:rel2_0_0"/>
+    <rel1_9_1 label="Release 1.9.1" href="ext:rel1_9_1"/>
+    <rel1_9_0 label="Release 1.9.0" href="ext:rel1_9_0"/>
+    <rel1_4_3 label="Release 1.4.3" href="ext:rel1_4_3"/>
   </docs>
 
   <resources label="Resources">
@@ -75,13 +68,6 @@
       <svn   label="Version Control"  href="ext:source" />
   </resources>
   <versions label="Site Versions">
-      <official label="Main" href="./"/>
-      <rel1_4_3 label="1.4.3" href="ext:rel1_4_3"/>
-      <rel1_9_0 label="1.9.0" href="ext:rel1_9_0"/>
-      <rel1_9_1 label="1.9.1" href="ext:rel1_9_1"/>
-      <rel2_0_0 label="2.0.0" href="ext:rel2_0_0"/>
-      <rel2_1_0 label="2.1.0" href="ext:rel2_1_0"/>
-      <rel2_2_0 label="2.2.0" href="ext:rel2_2_0"/>
 <!-- Needs to be filled in -->
 <!--      <nightly label="Nightly" href=""/> -->
 
@@ -104,8 +90,6 @@
   -->
 
   <external-refs>
-
-    	
     <forrest href="http://forrest.apache.org/">
       <linking href="docs/linking.html"/>
       <validation href="docs/validation.html"/>
@@ -118,6 +102,7 @@
     <rel2_0_0 href="http://lucene.apache.org/java/2_0_0/"/>
     <rel2_1_0 href="http://lucene.apache.org/java/2_1_0/"/>
 	<rel2_2_0 href="http://lucene.apache.org/java/2_2_0/"/>
+	<rel2_3_0 href="http://lucene.apache.org/java/2_3_0/"/>
 
     <cocoon href="http://cocoon.apache.org/"/>
     <xml.apache.org href="http://xml.apache.org/"/>
@@ -129,10 +114,6 @@
     <lucene-net href="http://incubator.apache.org/projects/lucene.net.html"/>
     <hadoop href="http://lucene.apache.org/hadoop/"/>
     <wiki      href="http://wiki.apache.org/lucene-java" />
-    <wiki-howto      href="http://wiki.apache.org/lucene-java/HowTo" />
-    <wiki-perf href="http://wiki.apache.org/lucene-java/BasicsOfPerformance"/>
-    <wiki-con href="http://wiki.apache.org/lucene-java/ConceptsAndDefinitions"/>
-
     <faq       href="http://wiki.apache.org/lucene-java/LuceneFAQ" />
     <releases href="http://www.apache.org/dyn/closer.cgi/lucene/java/" />
     <source href="http://svn.apache.org/viewcvs.cgi/lucene/java/"/>

Modified: lucene/java/site/src/documentation/content/xdocs/systemrequirements.xml
URL: http://svn.apache.org/viewvc/lucene/java/site/src/documentation/content/xdocs/systemrequirements.xml?rev=611089&r1=611088&r2=611089&view=diff
==============================================================================
--- lucene/java/site/src/documentation/content/xdocs/systemrequirements.xml (original)
+++ lucene/java/site/src/documentation/content/xdocs/systemrequirements.xml Thu Jan 10 23:23:50 2008
@@ -17,7 +17,7 @@
         <li>ANT 1.6.5 or greater.</li>
         <li>JUnit 3.8.1 if you wish to run the unit tests.</li>
         <li>CPU, Disk and Memory requirements are based on the many choices made in implementing Lucene (document size, number of documents, and number of hits retrieved to name a few.)
-            The <a href="benchmarks.html">benchmarks</a> page has some information related to performance on particular platforms.
+            The benchmarks page has some information related to performance on particular platforms.
         Also, the <a href="http://svn.apache.org/viewvc/lucene/java/trunk/contrib/benchmark/">Contrib/benchmark</a> module has code related to benchmarking a standard set of documents.</li>
     </ul>
 </p>

Modified: lucene/java/site/src/documentation/content/xdocs/tabs.xml
URL: http://svn.apache.org/viewvc/lucene/java/site/src/documentation/content/xdocs/tabs.xml?rev=611089&r1=611088&r2=611089&view=diff
==============================================================================
--- lucene/java/site/src/documentation/content/xdocs/tabs.xml (original)
+++ lucene/java/site/src/documentation/content/xdocs/tabs.xml Thu Jan 10 23:23:50 2008
@@ -39,6 +39,9 @@
 
   <tab id="" label="Main" dir=""/>
   <tab id="wiki" label="Wiki" href="http://wiki.apache.org/lucene-java"/>
+  <!--
+  <tab label="Lucene 2.3.0 Documentation" href="http://lucene.apache.org/java/2_3_0/"/>
+  -->
   
   <!--
   <tab id="samples" label="Samples" dir="samples" indexfile="sample.html">