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 2004/10/29 02:43:51 UTC

svn commit: rev 55917 - in forrest/trunk/forrestcore/src/core: context context/resources/stylesheets fresh-site/src/documentation/content/xdocs fresh-site/src/documentation/content/xdocs/samples

Author: rgardler
Date: Thu Oct 28 17:43:50 2004
New Revision: 55917

Removed:
   forrest/trunk/forrestcore/src/core/context/resources/stylesheets/docbook2document.xsl
   forrest/trunk/forrestcore/src/core/fresh-site/src/documentation/content/xdocs/samples/sdocbook.xml
Modified:
   forrest/trunk/forrestcore/src/core/context/forrest.xmap
   forrest/trunk/forrestcore/src/core/fresh-site/src/documentation/content/xdocs/site.xml
Log:
remove docbook stuff - moved to simplified-docbook plugin

Modified: forrest/trunk/forrestcore/src/core/context/forrest.xmap
==============================================================================
--- forrest/trunk/forrestcore/src/core/context/forrest.xmap	(original)
+++ forrest/trunk/forrestcore/src/core/context/forrest.xmap	Thu Oct 28 17:43:50 2004
@@ -136,15 +136,6 @@
         <sourcetype name="howto-v20">
           <document-declaration public-id="-//APACHE//DTD How-to V2.0//EN" />
         </sourcetype>
-        <sourcetype name="docbook-v4.2">
-          <document-declaration public-id="-//OASIS//DTD DocBook XML V4.2//EN" />
-        </sourcetype>
-        <sourcetype name="docbook-v4.1.2">
-          <document-declaration public-id="-//OASIS//DTD DocBook XML V4.1.2//EN" />
-        </sourcetype>
-        <sourcetype name="sdocbook-v1.0">
-          <document-declaration public-id="-//OASIS//DTD Simplified DocBook XML V1.0//EN" />
-        </sourcetype>      
       </map:action>
       <map:action logger="sitemap.action.locale" name="locale" src="org.apache.cocoon.acting.LocaleAction">
       </map:action>
@@ -236,19 +227,6 @@
           <map:when test="changes-v20">
             <map:transform src="{forrest:stylesheets}/changes2document.xsl" />
           </map:when>
-
-          <map:when test="docbook-v4.1.2">
-            <map:transform src="{forrest:stylesheets}/docbook2document.xsl" />
-          </map:when>
-          
-          <map:when test="docbook-v4.2">
-            <map:transform src="{forrest:stylesheets}/docbook2document.xsl" />
-          </map:when>
-
-          <map:when test="sdocbook-v1.0">
-            <map:transform src="{forrest:stylesheets}/docbook2document.xsl" />
-          </map:when>
-
           <map:otherwise />
         </map:select>
       </map:act>

Modified: forrest/trunk/forrestcore/src/core/fresh-site/src/documentation/content/xdocs/site.xml
==============================================================================
--- forrest/trunk/forrestcore/src/core/fresh-site/src/documentation/content/xdocs/site.xml	(original)
+++ forrest/trunk/forrestcore/src/core/fresh-site/src/documentation/content/xdocs/site.xml	Thu Oct 28 17:43:50 2004
@@ -62,8 +62,6 @@
     <sample-usemap label="usemap" href="usemap.html" 
       description="Client-side imagemap" />
     <faq label="FAQ" href="faq.html" description="Frequently Asked Questions" />
-    <sdocbook label="Simplifed Docbook" href="sdocbook.html" 
-      description="Simplified DocBook example" />     
     <subdir label="Subdir" href="subdir/">
       <index label="Index" href="index.html" 
         description="Page generated from a sub-directory"/>