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 gs...@apache.org on 2007/12/04 13:55:25 UTC

svn commit: r600915 - in /lucene/java/trunk/src/site/src/documentation/content/xdocs: developer-resources.xml javadocs.xml site.xml

Author: gsingers
Date: Tue Dec  4 04:55:23 2007
New Revision: 600915

URL: http://svn.apache.org/viewvc?rev=600915&view=rev
Log:
Rearranged javadocs location per Apache policy.  Added in some Wiki links to help promote the wiki

Added:
    lucene/java/trunk/src/site/src/documentation/content/xdocs/javadocs.xml
      - copied, changed from r600585, lucene/java/trunk/src/site/src/documentation/content/xdocs/releases.xml
Modified:
    lucene/java/trunk/src/site/src/documentation/content/xdocs/developer-resources.xml
    lucene/java/trunk/src/site/src/documentation/content/xdocs/site.xml

Modified: lucene/java/trunk/src/site/src/documentation/content/xdocs/developer-resources.xml
URL: http://svn.apache.org/viewvc/lucene/java/trunk/src/site/src/documentation/content/xdocs/developer-resources.xml?rev=600915&r1=600914&r2=600915&view=diff
==============================================================================
--- lucene/java/trunk/src/site/src/documentation/content/xdocs/developer-resources.xml (original)
+++ lucene/java/trunk/src/site/src/documentation/content/xdocs/developer-resources.xml Tue Dec  4 04:55:23 2007
@@ -13,6 +13,33 @@
        <p>Code Coverage reports are available <a
        href="">here</a></p>
    </section> -->
+  <section id="Javadocs"><title>Nightly Build Javadocs</title>
+    <p>Unofficial Javadocs from the nightly build are available at:
+      <ul>
+        <li><a href="api/index.html">All</a></li>
+        <li><a href="api/core/index.html">Core</a></li>
+        <li><a href="api/demo/index.html">Demo</a></li>
+        <li><ul><li><a href="api/contrib-analyzers/index.html">Analyzers</a></li>
+        <li><a href="api/contrib-ant/index.html">ANT</a></li>
+        <li><a href="api/contrib-bdb/index.html">BDB</a></li>
+        <li><a href="api/contrib-bdb-je/index.html">BDB-JE</a></li>
+        <li><a href="api/contrib-benchmark/index.html">Benchmark</a></li>
+        <li><a href="api/contrib-highlighter/index.html">Highlighter</a></li>
+        <li><a href="api/contrib-lucli/index.html">Lucli</a></li>
+        <li><a href="api/contrib-memory/index.html">Memory</a></li>
+        <li><a href="api/contrib-misc/index.html">Misc.</a></li>
+        <li><a href="api/contrib-queries/index.html">Queries</a></li>
+        <li><a href="api/contrib-regex/index.html">Regex</a></li>
+        <li><a href="api/contrib-similarity/index.html">Similarity</a></li>
+        <li><a href="api/contrib-snowball/index.html">Snowball</a></li>
+        <li><a href="api/contrib-spellchecker/index.html">Spellchecker</a></li>
+        <li><a href="api/contrib-surround/index.html">Surround</a></li>
+        <li><a href="api/contrib-swing/index.html">Swing</a></li>
+        <li><a href="api/contrib-wordnet/index.html">Wordnet</a></li>
+        <li><a href="api/contrib-xml-query-parser/index.html">XML Query Parser</a></li></ul></li>
+      </ul>
+    </p>
+  </section>
 <section id="Downloads"><title>Downloads</title>
     <p>System Requirements are detailed <a href="systemrequirements.html">here</a>.</p>
     <section id="Clover"><title>Clover Test Coverage Reports</title>

Copied: lucene/java/trunk/src/site/src/documentation/content/xdocs/javadocs.xml (from r600585, lucene/java/trunk/src/site/src/documentation/content/xdocs/releases.xml)
URL: http://svn.apache.org/viewvc/lucene/java/trunk/src/site/src/documentation/content/xdocs/javadocs.xml?p2=lucene/java/trunk/src/site/src/documentation/content/xdocs/javadocs.xml&p1=lucene/java/trunk/src/site/src/documentation/content/xdocs/releases.xml&r1=600585&r2=600915&rev=600915&view=diff
==============================================================================
--- lucene/java/trunk/src/site/src/documentation/content/xdocs/releases.xml (original)
+++ lucene/java/trunk/src/site/src/documentation/content/xdocs/javadocs.xml Tue Dec  4 04:55:23 2007
@@ -1,29 +1,19 @@
 <?xml version="1.0"?>
 <document>
-<header><title>Apache Lucene - Downloads and Releases</title></header>
+<header><title>Apache Lucene - Javadocs</title></header>
 <properties>
 <author email="gsingers@apache.org">Grant Ingersoll</author>
 </properties>
 <body>
 
-<section id="Downloads"><title>Downloads and Releases</title>
-<p>Information on Lucene Java Downloads and Releases.</p>
-    <section id="Official"><title>Official Release</title>
-        <p>Official releases are usually created when the <a href="whoweare.html">developers</a> feel there are
-            sufficient changes, improvements and bug fixes to warrant a release.
-            Due to the voluntary nature of Lucene, no releases are scheduled in advance. System Requirements are detailed
-            <a href="systemrequirements.html">here</a>.</p>
-			<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>)
-            and various jar files containing contributed code.
-            <br/>
-             If all you need is the core jar file you can download that separately.
-        </p>
-    </section>
+<section id="Javadocs"><title>Javadocs</title>
+  <p>
+    <ul><li><a href="http://lucene.apache.org/java/2_2_0/api/index.html">2.2.0</a></li>
+    <li><a href="http://lucene.apache.org/java/2_1_0/api/index.html">2.1.0</a></li>
+    <li><a href="http://lucene.apache.org/java/2_0_0/api/index.html">2.0.0</a></li></ul>
+  </p>
+<p>Javadocs from older (pre 2.x) Lucene releases can be found under the Site Versions
+  section on the left-hand menu</p>
 </section>
-
-
 </body>
 </document>

Modified: lucene/java/trunk/src/site/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewvc/lucene/java/trunk/src/site/src/documentation/content/xdocs/site.xml?rev=600915&r1=600914&r2=600915&view=diff
==============================================================================
--- lucene/java/trunk/src/site/src/documentation/content/xdocs/site.xml (original)
+++ lucene/java/trunk/src/site/src/documentation/content/xdocs/site.xml Tue Dec  4 04:55:23 2007
@@ -48,32 +48,8 @@
   </about>
     <!-- keep in submenu items alpha order -->
   <docs label="Documentation">
-      <javadoc label="Javadocs">
-         <javadoc-all label="All (Core, Demo, Contrib)" href="ext:javadocs-all"/>
-		 <javadoc-core label="Core" href="ext:javadocs-core"/>
-		 <javadoc-demo label="Demo" href="ext:javadocs-demo"/>
-		 <javadoc-contrib label="Contrib">
-		    <javadoc-contrib-analyzers label="Analyzers" href="ext:javadocs-contrib-analyzers"/>
-		    <javadoc-contrib-ant label="Ant" href="ext:javadocs-contrib-ant"/>
-		    <javadoc-contrib-bdb label="Bdb" href="ext:javadocs-contrib-bdb"/>
-		    <javadoc-contrib-bdb-je label="Bdb-je" href="ext:javadocs-contrib-bdb-je"/>
-		    <javadoc-contrib-benchmark label="Benchmark" href="ext:javadocs-contrib-benchmark"/>
-		    <javadoc-contrib-highlighter label="Highlighter" href="ext:javadocs-contrib-highlighter"/>
-		    <javadoc-contrib-lucli label="Lucli" href="ext:javadocs-contrib-lucli"/>
-		    <javadoc-contrib-memory label="Memory" href="ext:javadocs-contrib-memory"/>
-		    <javadoc-contrib-misc label="Miscellaneous" href="ext:javadocs-contrib-misc"/>
-		    <javadoc-contrib-queries label="Queries" href="ext:javadocs-contrib-queries"/>
-		    <javadoc-contrib-regex label="Regex" href="ext:javadocs-contrib-regex"/>
-<!-- This package has currently no content			
-		    <javadoc-contrib-similarity label="Similarity" href="ext:javadocs-contrib-similarity"/>
--->			
-            <javadoc-contrib-snowball label="Snowball" href="ext:javadocs-contrib-snowball"/>
-		    <javadoc-contrib-spellchecker label="Spellchecker" href="ext:javadocs-contrib-spellchecker"/>
-		    <javadoc-contrib-surround label="Surround" href="ext:javadocs-contrib-surround"/>			
-		    <javadoc-contrib-swing label="Swing" href="ext:javadocs-contrib-swing"/>		    <javadoc-contrib-wordnet label="Wordnet" href="ext:javadocs-contrib-wordnet"/>			
-		    <javadoc-contrib-xml-query-parser label="XML Query Parser" href="ext:javadocs-contrib-xml-query-parser"/>			
-		 </javadoc-contrib>
-	  </javadoc>
+      <javadoc label="Javadocs" href="javadocs.html"/>
+
       <benchmarks label="Benchmarks" href="benchmarks.html"/>
       <contributions label="Contributions" href="contributions.html"/>
       <faq         label="FAQ"              href="ext:faq" />
@@ -82,7 +58,12 @@
       <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"             href="ext:wiki" />
+      <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>
   </docs>
 
   <resources label="Resources">
@@ -123,28 +104,8 @@
   -->
 
   <external-refs>
-    <javadocs-all href="api/index.html"/>
-	<javadocs-core href="api/core/index.html"/>
-	<javadocs-demo href="api/demo/index.html"/>
-	<javadocs-contrib-analyzers href="api/contrib-analyzers/index.html"/>
-	<javadocs-contrib-ant href="api/contrib-ant/index.html"/>
-	<javadocs-contrib-bdb href="api/contrib-bdb/index.html"/>
-	<javadocs-contrib-bdb-je href="api/contrib-bdb-je/index.html"/>
-	<javadocs-contrib-benchmark href="api/contrib-benchmark/index.html"/>
-	<javadocs-contrib-highlighter href="api/contrib-highlighter/index.html"/>
-	<javadocs-contrib-lucli href="api/contrib-lucli/index.html"/>
-	<javadocs-contrib-memory href="api/contrib-memory/index.html"/>
-	<javadocs-contrib-misc href="api/contrib-misc/index.html"/>
-	<javadocs-contrib-queries href="api/contrib-queries/index.html"/>
-	<javadocs-contrib-regex href="api/contrib-regex/index.html"/>
-	<javadocs-contrib-similarity href="api/contrib-similarity/index.html"/>
-	<javadocs-contrib-snowball href="api/contrib-snowball/index.html"/>
-	<javadocs-contrib-spellchecker href="api/contrib-spellchecker/index.html"/>
-	<javadocs-contrib-surround href="api/contrib-surround/index.html"/>
-	<javadocs-contrib-swing href="api/contrib-swing/index.html"/>
-	<javadocs-contrib-wordnet href="api/contrib-wordnet/index.html"/>
-	<javadocs-contrib-xml-query-parser href="api/contrib-xml-query-parser/index.html"/>
-	
+
+    	
     <forrest href="http://forrest.apache.org/">
       <linking href="docs/linking.html"/>
       <validation href="docs/validation.html"/>
@@ -168,6 +129,10 @@
     <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/"/>