crossley 02/01/03 23:17:13 Modified: src/webapp/search welcome-index.xsp Log: Cosmetic changes for user inferface. Revision Changes Path 1.2 +28 -23 xml-cocoon2/src/webapp/search/welcome-index.xsp Index: welcome-index.xsp =================================================================== RCS file: /home/cvs/xml-cocoon2/src/webapp/search/welcome-index.xsp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- welcome-index.xsp 3 Jan 2002 12:31:44 -0000 1.1 +++ welcome-index.xsp 4 Jan 2002 07:17:13 -0000 1.2 @@ -8,55 +8,60 @@ xmlns:capture="http://apache.org/cocoon/capture/1.0" > <page> - <title>Welcome</title> + <title>Welcome to Cocoon XML Search using Lucene</title> <content> - <a href="http://jakarta.apache.org/lucene"> - <img border="0" alt="Lucene Logo" src="images/lucene_green_300.gif"/> - </a> + <a href="http://jakarta.apache.org/lucene/"><img border="0" alt="Lucene Logo" src="images/lucene_green_300.gif"/></a> <h1>XML Search</h1> <p> - Welcome, to Cocoon XML Search. This page introduces Cocoon searching. - This page offers following samples: + Welcome to Cocoon XML Search. This page introduces Cocoon searching + and offers the following samples: </p> <ul> - <li>Searching through a once created lucene index + <li>Creating a Lucene index to enable searching </li> - <li>Searching a lucene index using <em>XSP</em> + <li>Searching through a once created Lucene index using various means: </li> - <li>Searching a lucene index using <em>SearchGenerator</em> + <li>Searching a Lucene index using <em>XSP</em> + </li> + <li>Searching a Lucene index using <em>SearchGenerator</em> </li> </ul> - <h2>Creating Index</h2> + <h2>Creating an Index</h2> <p> - Create an lucene index by specifying a base url to crawl. The base url should be - cocoon-view aware of content-labels <strong>links</strong>, and - <strong>content</strong>. - For example you might enter as base URL - <em>http://localhost:8080/cocoon/documents/index.html</em>. - You must create an lucene index first, before you can do the searching. + You must create a Lucene index first, before you can do the searching. + Create an index by specifying a base url from which to start + crawling (the indexer will follow the links to build its content). + The base url should be + <a href="documents/userdocs/concepts/views.html">cocoon-view</a> + aware of content-labels + <strong>links</strong>, and <strong>content</strong>. + For example you might use the base URL + <code>http://localhost:8080/cocoon/documents/index.html</code> </p> <p> - If you want to <a href="create">create</a> a new index. + This following page allows you to <a href="create">create</a> an + index. </p> <h2>Searching</h2> <p> - Enter a query and search the once created lucene index. - Search using <a href="search?queryString=cocoon">XSP</a>. + Enter a query and search the Lucene index that you have created + - using <a href="search?queryString=lucene">XSP</a>. </p> <p> - Enter a query and search the once created lucene index. - Search using <a href="findIt?queryString=cocoon">Cocoon Generators</a>. + Enter a query and search the Lucene index that you have created + - using <a href="findIt?queryString=lucene">Cocoon Generators</a>. </p> <h2>Internals</h2> <p> - Cocoon XML search uses the <a href="http://jakarta.apache.org/lucene">lucene</a> - indexing, and search engine. + Cocoon XML search uses the + <a href="http://jakarta.apache.org/lucene/">Jakarta Lucene</a> + indexing and search engine. </p> <!--center>
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]