Skip to content

Commit

Permalink
resource config for cleaning search index added
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwechner committed Dec 15, 2011
1 parent 41e5f53 commit cb52633
Showing 1 changed file with 13 additions and 0 deletions.
@@ -0,0 +1,13 @@
<?xml version="1.0"?>

<yanel:resource-config xmlns:yanel="http://www.wyona.org/yanel/rti/1.0">
<yanel:rti name="clean-index" namespace="http://www.wyona.org/yanel/resource/1.0"/>

<yanel:property name="xslt" value="rthtdocs:/clean-index.xsl"/>
<yanel:property name="mime-type" value="application/xhtml+xml"/>
<yanel:property name="allow-default-repos" value="true"/>

<!--
<yanel:property name="repository-id" value="hugo"/>
-->
</yanel:resource-config>

0 comments on commit cb52633

Please sign in to comment.