You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by ma...@apache.org on 2006/06/13 23:58:59 UTC

svn commit: r413985 - /lucene/lucy/website/src/documentation/skinconf.xml

Author: marvin
Date: Tue Jun 13 14:58:59 2006
New Revision: 413985

URL: http://svn.apache.org/viewvc?rev=413985&view=rev
Log:
Fix breadcrumb trail: remove explicit "Lucy", since the javascript will
use the subdir on the website; lowercase fixed items so that they're
consistent with autogenerated items.

Modified:
    lucene/lucy/website/src/documentation/skinconf.xml

Modified: lucene/lucy/website/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewvc/lucene/lucy/website/src/documentation/skinconf.xml?rev=413985&r1=413984&r2=413985&view=diff
==============================================================================
--- lucene/lucy/website/src/documentation/skinconf.xml (original)
+++ lucene/lucy/website/src/documentation/skinconf.xml Tue Jun 13 14:58:59 2006
@@ -110,9 +110,9 @@
     directory.
   -->
   <trail>
-    <link1 name="Apache" href="http://www.apache.org/"/>
-    <link2 name="Lucene" href="http://lucene.apache.org/"/>
-    <link3 name="Lucy" href=""/>
+    <link1 name="apache" href="http://www.apache.org/"/>
+    <link2 name="lucene" href="http://lucene.apache.org/"/>
+    <link3 name="" href=""/>
   </trail>
 
   <!-- Configure the TOC, i.e. the Table of Contents.