[PATCH] fix various small issues with the "getting started" demo pages
----------------------------------------------------------------------
Key: LUCENE-646
URL: http://issues.apache.org/jira/browse/LUCENE-646
Project: Lucene - Java
Issue Type: Improvement
Components: Website
Affects Versions: 2.0.0
Reporter: Michael McCandless
Priority: Minor
Attachments: gettingstarted.Aug3.patch
This patch contains numerous small fixes for the "getting started"
pages on the Lucene Java web site. Here are the rough fixes:
* To results.jsp:
- changed StopAnalyzer -> StandardAnalyzer
- changed references of "url" to "path" (field "url" is never set
and was therefore always null)
- remove prefix of "../webapps" from path so clicking through works
* Fixed typos, grammar and other cosmetic things.
* Modernized some things that have changed with time (names of JAR
files, which languages have analyzers, etc.)
* Added outbound links to Javadocs, Wiki, Lucene static web site,
external sites, when appropriate.
* Removed exact version of Tomcat for the demo web app (I think all
recent versions of Tomcat will work as described)
* Other small changes...
Net/net I think this is an improved version of what's available on the
site today.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]