You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by jo...@apache.org on 2006/02/10 17:28:29 UTC

svn commit: r376757 - in /lenya/trunk/src: modules/links/config/cocoon-xconf/module.xconf modules/links/xslt/links2index.xsl pubs/default/modules/homepage/config/cocoon-xconf/module.xconf pubs/default/modules/homepage/xslt/homepage2index.xsl

Author: josias
Date: Fri Feb 10 08:28:27 2006
New Revision: 376757

URL: http://svn.apache.org/viewcvs?rev=376757&view=rev
Log:
adapted homepage and links doctype to new lucene index generation

Removed:
    lenya/trunk/src/modules/links/xslt/links2index.xsl
    lenya/trunk/src/pubs/default/modules/homepage/xslt/homepage2index.xsl
Modified:
    lenya/trunk/src/modules/links/config/cocoon-xconf/module.xconf
    lenya/trunk/src/pubs/default/modules/homepage/config/cocoon-xconf/module.xconf

Modified: lenya/trunk/src/modules/links/config/cocoon-xconf/module.xconf
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/modules/links/config/cocoon-xconf/module.xconf?rev=376757&r1=376756&r2=376757&view=diff
==============================================================================
--- lenya/trunk/src/modules/links/config/cocoon-xconf/module.xconf (original)
+++ lenya/trunk/src/modules/links/config/cocoon-xconf/module.xconf Fri Feb 10 08:28:27 2006
@@ -28,6 +28,7 @@
       <sample-name>fallback://lenya/modules/links/samples/links.xml</sample-name>
     </creator>
     <format name="xhtml" uri="cocoon://modules/links/xhtml.xml"/>
+    <format name="luceneIndex" uri="cocoon://modules/xhtml/lucene-index.xml"/>
   </component-instance>
 
 </xconf>

Modified: lenya/trunk/src/pubs/default/modules/homepage/config/cocoon-xconf/module.xconf
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/pubs/default/modules/homepage/config/cocoon-xconf/module.xconf?rev=376757&r1=376756&r2=376757&view=diff
==============================================================================
--- lenya/trunk/src/pubs/default/modules/homepage/config/cocoon-xconf/module.xconf (original)
+++ lenya/trunk/src/pubs/default/modules/homepage/config/cocoon-xconf/module.xconf Fri Feb 10 08:28:27 2006
@@ -28,6 +28,7 @@
     </creator>
     <link-attribute xpath="//*[namespace-uri() = 'http://www.w3.org/1999/xhtml']/@href"/>
     <format name="xhtml" uri="cocoon://modules/homepage/xhtml.xml"/>
+    <format name="luceneIndex" uri="cocoon://modules/xhtml/lucene-index.xml"/>
   </component-instance>
 
 </xconf>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org