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 2005/10/11 16:02:05 UTC

svn commit: r312887 - in /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Daisy: ./ resources/stylesheets/ src/documentation/content/xdocs/

Author: rgardler
Date: Tue Oct 11 07:01:47 2005
New Revision: 312887

URL: http://svn.apache.org/viewcvs?rev=312887&view=rev
Log:
Follow move to new XSL naming convention

Added:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Daisy/resources/stylesheets/daisy-to-html.xsl
      - copied unchanged from r312885, forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Daisy/resources/stylesheets/daisy2html.xsl
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Daisy/resources/stylesheets/daisyNavigation-to-siteSnippet.xsl
      - copied unchanged from r312886, forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Daisy/resources/stylesheets/daisyNavigation2siteSnippet.xsl
Removed:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Daisy/resources/stylesheets/daisy2html.xsl
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Daisy/resources/stylesheets/daisyNavigation2siteSnippet.xsl
Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Daisy/input.xmap
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Daisy/resources.xmap
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Daisy/src/documentation/content/xdocs/index.xml

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Daisy/input.xmap
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Daisy/input.xmap?rev=312887&r1=312886&r2=312887&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Daisy/input.xmap (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Daisy/input.xmap Tue Oct 11 07:01:47 2005
@@ -39,13 +39,13 @@
        
        <map:match pattern="**.daisy.xml">
         <map:generate src="cocoon://{1}.daisy.source" />
-        <map:transform src="resources/stylesheets/daisy2html.xsl"/>
+        <map:transform src="resources/stylesheets/daisy-to-html.xsl"/>
         <map:select type="exists">
           <map:when test="{project:resources.stylesheets}/daisy/preFilter.xsl">
           <map:transform src="{project:resources.stylesheets}/daisy/preFilter.xsl"/>
           </map:when>
         </map:select>
-        <map:transform src="{forrest:stylesheets}/html2document.xsl"/>
+        <map:transform src="{forrest:stylesheets}/html-to-document.xsl"/>
         <map:select type="exists">
           <map:when test="{project:resources.stylesheets}/daisy/postFilter.xsl">
           <map:transform src="{project:resources.stylesheets}/daisy/postFilter.xsl"/>

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Daisy/resources.xmap
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Daisy/resources.xmap?rev=312887&r1=312886&r2=312887&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Daisy/resources.xmap (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Daisy/resources.xmap Tue Oct 11 07:01:47 2005
@@ -35,6 +35,12 @@
        <map:match pattern="**.daisy.img">
          <map:read src="{lm:{0}}"/>
        </map:match>
+
+       <map:match pattern="**.daisy.rawHTML">
+         <map:generate src="{lm:{0}}"/>
+         <map:serialize type="xml"/>
+       </map:match>
+
 		</map:pipeline>
     
    <!-- ============================================================ -->
@@ -44,7 +50,7 @@
     <map:pipeline>
       <map:match pattern="*.daisy.navigation">
         <map:generate src="{lm:{0}}" />
-        <map:transform src="resources/stylesheets/daisyNavigation2siteSnippet.xsl"/>
+        <map:transform src="resources/stylesheets/daisyNavigation-to-siteSnippet.xsl"/>
         <map:serialize type="xml" />
       </map:match>
     </map:pipeline>

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Daisy/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Daisy/src/documentation/content/xdocs/index.xml?rev=312887&r1=312886&r2=312887&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Daisy/src/documentation/content/xdocs/index.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Daisy/src/documentation/content/xdocs/index.xml Tue Oct 11 07:01:47 2005
@@ -76,7 +76,7 @@
      </match>
    
      <match pattern="*.daisy.source">
-         <location src="http://username:password@repository.domain.com:9263/publisher/documentPage?documentId={1}&amp;includeNavigation=false&amp;locale=en_US&amp;version=live" />
+         <location src="http://username:password@repository.domain.com:9263/publisher/document?documentId={1}&amp;includeNavigation=false&amp;locale=en_US&amp;version=live" />
      </match>
    
      <match pattern="*.daisy.img">