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:51:01 UTC

svn commit: r611094 - in /lucene/java/trunk/src/site/src/documentation/content/xdocs: demo4.xml developer-resources.xml features.xml index.xml javadocs.xml mailinglists.xml releases.xml resources.xml site.xml systemrequirements.xml tabs.xml whoweare.xml

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

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

Removed:
    lucene/java/trunk/src/site/src/documentation/content/xdocs/developer-resources.xml
    lucene/java/trunk/src/site/src/documentation/content/xdocs/features.xml
    lucene/java/trunk/src/site/src/documentation/content/xdocs/javadocs.xml
    lucene/java/trunk/src/site/src/documentation/content/xdocs/mailinglists.xml
    lucene/java/trunk/src/site/src/documentation/content/xdocs/releases.xml
    lucene/java/trunk/src/site/src/documentation/content/xdocs/resources.xml
    lucene/java/trunk/src/site/src/documentation/content/xdocs/systemrequirements.xml
    lucene/java/trunk/src/site/src/documentation/content/xdocs/whoweare.xml
Modified:
    lucene/java/trunk/src/site/src/documentation/content/xdocs/demo4.xml
    lucene/java/trunk/src/site/src/documentation/content/xdocs/index.xml
    lucene/java/trunk/src/site/src/documentation/content/xdocs/site.xml
    lucene/java/trunk/src/site/src/documentation/content/xdocs/tabs.xml

Modified: lucene/java/trunk/src/site/src/documentation/content/xdocs/demo4.xml
URL: http://svn.apache.org/viewvc/lucene/java/trunk/src/site/src/documentation/content/xdocs/demo4.xml?rev=611094&r1=611093&r2=611094&view=diff
==============================================================================
--- lucene/java/trunk/src/site/src/documentation/content/xdocs/demo4.xml (original)
+++ lucene/java/trunk/src/site/src/documentation/content/xdocs/demo4.xml Thu Jan 10 23:50:59 2008
@@ -139,14 +139,14 @@
 to hear it!), but for now: this is where you begin and the search engine/indexer ends.  Lastly, one
 would assume you'd want to follow the above advice and customize the application to look a little
 more fancy than black on white with "Lucene Template" at the top.  We'll see you on the Lucene
-Users' or Developers' <a href="mailinglists.html">mailing lists</a>!
+Users' or Developers' <a href="http://lucene.apache.org/java/docs/mailinglists.html">mailing lists</a>!
 </p>
 </section>
 
 <section id="When to contact the Author"><title>When to contact the Author</title>
 <p>
 Please resist the urge to contact the authors of this document (without bribes of fame and fortune
-attached).  First contact the <a href="mailinglists.html">mailing lists</a>, taking care to <a
+attached).  First contact the <a href="http://lucene.apache.org/java/docs/mailinglists.html">mailing lists</a>, taking care to <a
 href="http://www.catb.org/~esr/faqs/smart-questions.html">Ask Questions The Smart Way</a>.
 Certainly you'll get the most help that way as well.  That being said, feedback, and modifications
 to this document and samples are ever so greatly appreciated.  They are just best sent to the lists

Modified: lucene/java/trunk/src/site/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewvc/lucene/java/trunk/src/site/src/documentation/content/xdocs/index.xml?rev=611094&r1=611093&r2=611094&view=diff
==============================================================================
--- lucene/java/trunk/src/site/src/documentation/content/xdocs/index.xml (original)
+++ lucene/java/trunk/src/site/src/documentation/content/xdocs/index.xml Thu Jan 10 23:50:59 2008
@@ -1,151 +1,16 @@
 <?xml version="1.0"?>
 <document>
-	<header>
-        <title>
-	Apache Lucene - Overview
-		</title>
-	</header>
-    <body>
-        <section id="Apache Lucene">
-            <title>Apache Lucene</title>
-            <p>
-                Apache Lucene is a high-performance, full-featured text search engine
-                library written entirely in Java.  It is a technology suitable for nearly any
-                application that requires full-text search, especially cross-platform.
-            </p>
-            <p>
-                Apache Lucene is an open source project available for
-                <a href="http://www.apache.org/dyn/closer.cgi/lucene/java/">free download</a>.
-                Please use the links on the left to access Lucene.
-            </p>
-        </section>
-
-        <section id="Lucene News">
-          <title>Lucene News</title>
-          <!-- Uncomment when we know the date. -->
-          <!--<section>
-            <title>2 October 2007 - Lucene at OSSummit Asia</title>
-            <p><a href="http://www.ossummit.com"><img src="http://www.ossummit.com/2007/images/logo.png" class="float-right" alt="OSSummit Asia logo" /></a>
-              Lucene and Solr tutorials!
-            </p>
-            <p>The following talks and trainings are scheduled for the
-              upcoming 2008 OSSummit:
-              <ul>
-                <li><a href="http://www.ossummit.com/2007/program/talk/8">Lucene Boot Camp</a> by <s>Grant Ingersoll</s>Erik Hatcher. An all-day training focusing on getting started with Lucene.</li>
-                <li><a href="http://www.ossummit.com/2007/program/talk/25">Solr in a Day</a> by Erik Hatcher.  All you need to know to use Solr effectively.</li>
-                <li><a href="http://www.ossummit.com/2007/program/talk/67">Lucene Case Studies</a> by Erik Hatcher.  A rapid series of examples of many Lucene-using applications.</li>
-              </ul>
-            </p>
-          </section>-->
-
-          <section>
-		    <title>24 December 2007 - Nightly Snapshots available in the Apache Maven Snapshot Repository</title>
-			<p>
-			  We are now publishing nightly artifacts to the <a href="http://people.apache.org/maven-snapshot-repository/org/apache/lucene/">Maven Snapshot Repository</a>. The current version is '2.3-SNAPSHOT'.
-			</p>
-			<p>
-			  The artifacts include:
-			  <ul>
-                <li>Binary jars</li>			  
-                <li>Sources</li>			  				
-                <li>Javadocs</li>			  				
-              </ul>
-              You can find separate artifacts for the core, demo, and the different contrib modules.
-			</p>
-			<p>
-			  Merry Christmas!
-			</p>
-          </section>
-          <section>		  
-            <title>26 August 2007 - Lucene at ApacheCon Atlanta</title>
-            <p><a href="http://www.us.apachecon.com"><img src="http://www.apache.org/ads/ApacheCon/2007-usa-125x125.png" class="float-right" alt="ApacheCon US logo" /></a>
-              Lucene will once again be well represented at ApacheCon USA in Atlanta this November 12-16, 2007.  
-            </p>
-            <p>The following talks and trainings are scheduled for this year's conference:
-              <ul>
-                <li>November 12: <a href="http://us.apachecon.com/us2007/program/talk/1859">Lucene Boot Camp</a> by Grant Ingersoll.  An all-day training focusing on getting started with Lucene.</li>
-                <li>November 16, 9:00 am: <a href="http://us.apachecon.com/us2007/program/talk/1992">Apache Solr out of the Box</a> by Chris Hostetter. Introduction to Solr.</li>
-                <li>November 16, 10:00 am: <a href="http://us.apachecon.com/us2007/program/talk/1943">Building a Vertical Search Site using Apache Software</a> by Ken Krugler. Will cover many Lucene-based projects.</li>
-                <li>November 16, 3:00 pm: <a href="http://us.apachecon.com/us2007/program/talk/1953">Apache Lucene Performance</a> by Grant Ingersoll. Tips and techniques for improving Lucene performance.</li>
-                <li>November 16, 4:00 pm: <a href="http://us.apachecon.com/us2007/program/talk/2017"> Advanced Indexing Techniques with Apache Lucene</a> by Michael Busch. Information on payloads and advanced indexing techniques.</li>
-              </ul>
-            </p>
-          </section>
-          <section>
-            <title>19 June 2007 - Release 2.2 available</title>
-
-            <p>This release has many improvements since release 2.1. New major features:
-			<ul>
-			  <li> <a href="http://lucene.apache.org/java/2_2_0/api/org/apache/lucene/index/IndexWriter.html">"Point-in-time" searching over NFS</a></li>
-			  <li> <a href="http://lucene.apache.org/java/2_2_0/api/org/apache/lucene/search/payloads/package-summary.html">Payloads</a></li>
-			  <li> <a href="http://lucene.apache.org/java/2_2_0/api/org/apache/lucene/search/function/package-summary.html">Function queries</a></li>
-			  <li> <a href="http://lucene.apache.org/java/2_2_0/api/org/apache/lucene/document/Field.html">New API for pre-analyzed fields</a></li>
-			</ul>
-			In addition Lucene 2.2 has many performance
-              improvements, bug fixes, etc. See
-              <a href="http://svn.apache.org/repos/asf/lucene/java/tags/lucene_2_2_0/CHANGES.txt">CHANGES.txt</a>
-              for details.
-            </p>
-
-            <p>Lucene 2.2 includes index format changes that are not readable
-              by older versions of Lucene.  Lucene 2.2 can both read and update
-              older Lucene indexes.  Adding to an index with an older format
-              will cause it to be converted to the newer format.
-            </p>
-
-            <p>Binary and source distributions are
-              available
-              <a href="http://www.apache.org/dyn/closer.cgi/lucene/java/">here</a>.
-            </p>
-          </section>
-          <section>
-            <title>18 February 2007 - Lucene at ApacheCon Europe</title>
-            <p>
-              <a href="http://www.eu.apachecon.com"><img src="http://www.apache.org/ads/ApacheCon/2007-europe-125x125.png" class="float-right" alt="ApacheCon Europe logo" /></a>
-              Lucene Java and related <a href="http://lucene.apache.org/">Lucene</a> projects will have extensive representation at <a href="http://www.eu.apachecon.com">ApacheCon Europe</a> in Amsterdam this year. For the 2007 session,
-              Yonik Seeley will be giving the <a href="http://www.eu.apachecon.com/program/talk/11">Full-Text Search with Lucene</a> talk at 10:30 am on May 2nd.  Immediately following, Grant Ingersoll
-              will be presenting <a href="http://www.eu.apachecon.com/program/talk/12">Advanced Lucene</a> at 11:30.  Grant will also be leading a full day tutorial session on May 1st titled
-              <a href="http://www.eu.apachecon.com/program/talk/127">Lucene Boot Camp</a>.
-            </p>
-            <p>Lucene related talks include Solr committer Bertrand Delacrétaz's talk titled <a
-            href="http://www.eu.apachecon.com/program/talk/34">Beyond full-text searches with Solr and Lucene</a> and
-              Hadoop committer Owen O'Malley's <a href="http://www.eu.apachecon.com/program/talk/36">Introduction to Hadoop</a>.
-            </p>
-          <p>Registration is now open on the ApacheCon website.</p>
-          </section>
-          <section>
-            <title>17 February 2007 - Release 2.1 available</title>
-
-            <p>This release has many improvements since release
-              2.0, including new features, performance
-              improvements, bug fixes, etc. See
-              <a href="http://svn.apache.org/repos/asf/lucene/java/tags/lucene_2_1_0/CHANGES.txt">CHANGES.txt</a>
-              for details.
-            </p>
-
-            <p>Lucene 2.1 includes index format changes that are not readable
-              by older versions of Lucene.  Lucene 2.1 can both read and update
-              older Lucene indexes.  Adding to an index with an older format
-              will cause it to be converted to the newer format.
-            </p>
-
-            <p>Binary and source distributions are
-              available
-              <a href="http://www.apache.org/dyn/closer.cgi/lucene/java/">here</a>.
-            </p>
-          </section>
-
-            <section>
-                <title>3 January 2007 - Nightly Source builds available</title>
-
-                <p>Nightly source builds of the current development version of Lucene
-                    are now available at
-                    <a href="http://people.apache.org/builds/lucene/java/nightly/">http://people.apache.org/builds/lucene/java/nightly/</a>.  Files are named lucene-DATE-src.tar.gz where DATE is the date of the build.
-                </p>
-            </section>
-
-
-        </section>
-
-    </body>
+  <header>
+    <title>Lucene Java Documentation</title>
+  </header>
+  
+  <body>
+    <p>
+    This is the official documentation for Lucene Java 2.4-dev <BR/>
+	Please use the menu on the left to access the Javadocs and different documents.
+    </p>
+	<p>
+	Additional documentation is available in the <a href="http://wiki.apache.org/lucene-java">Wiki</a>.
+	</p>
+  </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=611094&r1=611093&r2=611094&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 Thu Jan 10 23:50:59 2008
@@ -30,7 +30,7 @@
 See http://forrest.apache.org/docs/linking.html for more info
 -->
 
-<site label="Lucene" href="" xmlns="http://apache.org/forrest/linkmap/1.0" tab="">
+<site label="Lucene" href="" xmlns="http://apache.org/forrest/linkmap/1.0">
    <!-- Note: No matter what you configure here, Forrest will always try to load
        index.html when you request http://yourHost/.
        'How can I use a start-up-page other than index.html?' in the FAQs has more 
@@ -40,16 +40,35 @@
      With the exception of the About section, please try to keep items in alphabetical order by "label"
 
      -->
-  <about label="About">
-      <overview label="Overview" href="index.html" description="Welcome to Java Lucene"/>
-      <features label="Features" href="features.html"/>
-      <powered-by label="Powered by Lucene" href="ext:powered-by"/>
-      <who-we-are label="Who We Are" href="whoweare.html"/>
-  </about>
     <!-- keep in submenu items alpha order -->
   <docs label="Documentation">
-      <javadoc label="Javadocs" href="javadocs.html"/>
-
+      <overview label="Overview" href="index.html"/>
+      <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>
       <benchmarks label="Benchmarks" href="benchmarks.html"/>
       <contributions label="Contributions" href="contributions.html"/>
       <faq         label="FAQ"              href="ext:faq" />
@@ -58,42 +77,8 @@
       <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>
+      <wiki        label="Wiki"             href="ext:wiki" />
   </docs>
-
-  <resources label="Resources">
-      <developers label="Developers" href="developer-resources.html"/>
-      <issues label="Issue Tracking" href="ext:issues"/>
-      <contact label="Mailing Lists" href="mailinglists.html"/>
-      <release label="Releases" href="releases.html"/>
-      <system label="System Requirements" href="systemrequirements.html"/>
-      <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=""/> -->
-
-  </versions>
-  <projects label="Related Projects">
-      <lucene label="Lucene (Top-Level)" href="ext:topLevel"/>
-      <lucene label="Hadoop" href="ext:hadoop"/>
-      <lucene label="Lucy" href="ext:lucy"/>
-	  <lucene label="Lucene.Net" href="ext:lucene-net"/>
-      <lucene     label="Nutch" href="ext:nutch" />
-      <lucene label="SOLR" href="ext:solr"/>
-  </projects>
   
   <!--
   The href must be wholesite.html/pdf  You can change the labels and node names
@@ -104,20 +89,34 @@
   -->
 
   <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"/>
       <webapp href="docs/your-project.html#webapp"/>
       <dtd-docs href="docs/dtd-docs.html"/>
     </forrest>
-    <rel1_4_3 href="http://lucene.apache.org/java/1_4_3/"/>
-    <rel1_9_0 href="http://lucene.apache.org/java/1_9_0/"/>
-    <rel1_9_1 href="http://lucene.apache.org/java/1_9_1/"/>
-    <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/"/>
 
     <cocoon href="http://cocoon.apache.org/"/>
     <xml.apache.org href="http://xml.apache.org/"/>
@@ -129,14 +128,11 @@
     <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/"/>
     <powered-by href="http://wiki.apache.org/lucene-java/PoweredBy"/>
+	
   </external-refs>
 
 </site>

Modified: lucene/java/trunk/src/site/src/documentation/content/xdocs/tabs.xml
URL: http://svn.apache.org/viewvc/lucene/java/trunk/src/site/src/documentation/content/xdocs/tabs.xml?rev=611094&r1=611093&r2=611094&view=diff
==============================================================================
--- lucene/java/trunk/src/site/src/documentation/content/xdocs/tabs.xml (original)
+++ lucene/java/trunk/src/site/src/documentation/content/xdocs/tabs.xml Thu Jan 10 23:50:59 2008
@@ -37,8 +37,11 @@
   <tab id="" label="Home" dir="" indexfile="index.html"/>
   -->
 
-  <tab id="" label="Main" dir=""/>
+  <tab id="" label="Main" href="http://lucene.apache.org/java/docs/"/>
   <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 label="Lucene 2.4-dev Documentation" dir=""/>
+
   
   <!--
   <tab id="samples" label="Samples" dir="samples" indexfile="sample.html">