You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by rg...@apache.org on 2006/03/01 11:52:34 UTC

svn commit: r381985 - /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Daisy/forrest.properties.xml

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:publish@cocoon.zones.apache.org: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



Re: svn commit: r381985 - /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Daisy/forrest.properties.xml

Posted by David Crossley <cr...@apache.org>.
Ross Gardler wrote:
> Tim Williams wrote:
> >>+   <!-- The URL of the Daisy publisher -->
> >>+   <property name="daisy.publisher.URL" 
> >>value="http://publish:publish@cocoon.zones.apache.org:9263/publisher/"/>
> >
> >Hi Ross,
> >Sorry for the personal mail but in the wild case that I might be on to
> >something it's probably best not to advertise it.
> 
> Wise. I've sent the reply to the dev list though, just in case anyone 
> else has the same thought.

Good one Tim. In cases like this it would be better
to Cc to our PMC rather than going personal.

-David

> >Anyway, this url
> >appears to be carrying credentials on the front and I just wanted to
> >point it out just in case it was a goof.
> 
> You are correct. However this user only has read access, which anyone 
> has even without registering. A user must be supplied for the publisher 
> so I created one with the same access levels as a guest.
> 
> Potentially a very good catch though - thanks.
> 
> Ross

Re: svn commit: r381985 - /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Daisy/forrest.properties.xml

Posted by Ross Gardler <rg...@apache.org>.
Tim Williams wrote:
>>+   <!-- The URL of the Daisy publisher -->
>>+   <property name="daisy.publisher.URL" value="http://publish:publish@cocoon.zones.apache.org:9263/publisher/"/>
> 
> 
> Hi Ross,
> Sorry for the personal mail but in the wild case that I might be on to
> something it's probably best not to advertise it.

Wise. I've sent the reply to the dev list though, just in case anyone 
else has the same thought.

> Anyway, this url
> appears to be carrying credentials on the front and I just wanted to
> point it out just in case it was a goof.

You are correct. However this user only has read access, which anyone 
has even without registering. A user must be supplied for the publisher 
so I created one with the same access levels as a guest.

Potentially a very good catch though - thanks.

Ross