Author: rgardler
Date: Wed Mar 1 02:49:16 2006
New Revision: 381984
URL: http://svn.apache.org/viewcvs?rev=381984&view=rev
Log:
add other requried properties with a FIXME note to make errors more meaningful
if they have not been defined in the users site
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Daisy/default.plugin.properties.xml
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Daisy/default.plugin.properties.xml
URL:
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Daisy/default.plugin.properties.xml?rev=381984&r1=381983&r2=381984&view=diff
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Daisy/default.plugin.properties.xml
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Daisy/default.plugin.properties.xml
Wed Mar 1 02:49:16 2006
@@ -1,10 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<properties>
<!-- Daisy plugin properties -->
+
+ <!-- The Daisy document ID for the navigation document to use to
+ generate the site navigation (site.xml) -->
+ <property name="daisy.navigation.docID" value="[FIXME: set value in
forrest.properties.xml]"/>
+
+ <!-- The Daisy document ID for the page coresponding to index.* -->
+ <property name="daisy.index.docID" value="[FIXME: set value in
forrest.properties.xml]"/>
+
+ <!-- The URL of the Daisy publisher -->
+ <property name="daisy.publisher.URL" value="[FIXME: set value in
forrest.properties.xml]"/>
+
+ <!-- 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>