Author: rgardler
Date: Wed Mar 1 02:52:31 2006
New Revision: 381985
URL: http://svn.apache.org/viewcvs?rev=381985&view=rev
Log:
add Cocoon daisy instance so that we can build the plugin docs
Added:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Daisy/forrest.properties.xml
(with props)
Added:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Daisy/forrest.properties.xml
URL:
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Daisy/forrest.properties.xml?rev=381985&view=auto
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Daisy/forrest.properties.xml
(added)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Daisy/forrest.properties.xml
Wed Mar 1 02:52:31 2006
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<properties>
+ <!-- Daisy plugin properties for the Daisy docs site.
+ We are using the Cocoon Daisy instance for examples. -->
+
+ <!-- The Daisy document ID for the navigation document to use to
+ generate the site navigation (site.xml) -->
+ <property name="daisy.navigation.docID" value="655"/>
+
+ <!-- The Daisy document ID for the page coresponding to index.* -->
+ <property name="daisy.index.docID" value="653"/>
+
+ <!-- The URL of the Daisy publisher -->
+ <property name="daisy.publisher.URL" value="http://publish:[EMAIL
PROTECTED]:9263/publisher/"/>
+
+ <!-- A prefix to add to the URL of any documents generated from Daisy -->
+ <property name="daisy.pathPrefix" value=""/>
+
+ <!-- The extension to use for documents retrieved from Daisy
+ This is places between the filename and the file extension.
+ If you change this in your project you will need to add
+ handling to your sitemap (see plugin docs) -->
+ <property name="daisy.fileExt" value=".daisy"/>
+
+</properties>
Propchange:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Daisy/forrest.properties.xml
------------------------------------------------------------------------------
svn:eol-style = native