[
http://issues.apache.org/jira/browse/LUCENE-707?page=comments#action_12455076 ]
Marvin Humphrey commented on LUCENE-707:
----------------------------------------
One thing you might want to fix is the breadcrumb trail. The javascript that
generates it automatically inserts an item for each directory in the URL. It's
counter-intuitive, but in order to coerce the script into generating a link to
lucene.apache.org/java/, you need to leave off the "java".
Here's how I have things set up for the Lucy breadcrumb trail in skinconf.xml:
<trail>
<link1 name="apache" href="http://www.apache.org/"/>
<link2 name="lucene" href="http://lucene.apache.org/"/>
<link3 name="" href=""/>
</trail>
"apache" and "lucene" are lowercased so that they will be consistent with the
auto-extracted directory names.
Compare that third link with what currently exists in the Lucene Java
skinconf.xml:
<trail>
<link1 name="Apache" href="http://www.apache.org/"/>
<link2 name="Lucene" href="http://lucene.apache.org/"/>
<link3 name="Java" href="http://lucene.apache.org/java/"/>
</trail>
Nutch, Hadoop, and Solr could all stand to make this change as well.
> Lucene Java Site docs
> ---------------------
>
> Key: LUCENE-707
> URL: http://issues.apache.org/jira/browse/LUCENE-707
> Project: Lucene - Java
> Issue Type: Improvement
> Components: Website
> Environment: N/A
> Reporter: Grant Ingersoll
> Assigned To: Grant Ingersoll
> Priority: Minor
>
> It would be really nice if the Java site docs where consistent with the rest
> of the Lucene family (namely, with navigation tabs, etc.) so that one can
> easily go between Nutch, Hadoop, etc.
--
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]