You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2012/04/22 13:41:55 UTC

svn commit: r1328849 - /lucene/dev/trunk/lucene/site/xsl/index.xsl

Author: rmuir
Date: Sun Apr 22 11:41:55 2012
New Revision: 1328849

URL: http://svn.apache.org/viewvc?rev=1328849&view=rev
Log:
simplify getting started section, link in core api package overview

Modified:
    lucene/dev/trunk/lucene/site/xsl/index.xsl

Modified: lucene/dev/trunk/lucene/site/xsl/index.xsl
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/site/xsl/index.xsl?rev=1328849&r1=1328848&r2=1328849&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/site/xsl/index.xsl (original)
+++ lucene/dev/trunk/lucene/site/xsl/index.xsl Sun Apr 22 11:41:55 2012
@@ -50,17 +50,17 @@
           <li><a href="queryparser/org/apache/lucene/queryparser/classic/package-summary.html#package_description">Classic QueryParser Syntax</a></li>
         </ul>
         <h2>Getting Started</h2>
-        <p>The following document is intended as a "getting started" guide. It has three
+        <p>The following section is intended as a "getting started" guide. It has three
         audiences: first-time users looking to install Apache Lucene in their
         application; developers looking to modify or base the applications they develop
         on Lucene; and developers looking to become involved in and contribute to the
-        development of Lucene. This document is written in tutorial and walk-through
-        format. The goal is to help you "get started". It does not go into great depth
+        development of Lucene. The goal is to help you "get started". It does not go into great depth
         on some of the conceptual or inner details of Lucene:</p>
         <ul>
-        <li><a href="demo/overview-summary.html#overview_description">About the command-line Lucene demo, its usage, and sources</a>.
-        This section is intended for anyone who wants to use the command-line Lucene
-        demo, and provides a walk through the source code.</li>
+        <li><a href="demo/overview-summary.html#overview_description">Lucene demo, its usage, and sources</a>:
+        Tutorial and walk-through of the command-line Lucene demo.</li>
+        <li><a href="core/overview-summary.html#overview_description">Introduction to Lucene's APIs</a>:
+        High-level summary of the different Lucene packages. </li>
         </ul>
         <h2>Javadocs</h2>
         <xsl:call-template name="modules"/>