You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2008/02/28 11:32:16 UTC

svn commit: r631920 - in /forrest/trunk: main/fresh-site/src/documentation/content/xdocs/samples-b/linking.xml main/fresh-site/src/documentation/sitemap.xmap site-author/content/xdocs/docs_0_90/faq.xml

Author: crossley
Date: Thu Feb 28 02:32:13 2008
New Revision: 631920

URL: http://svn.apache.org/viewvc?rev=631920&view=rev
Log:
Refer to FOR-679 for an example of configure html generator and JTidy at project-level.

Modified:
    forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples-b/linking.xml
    forrest/trunk/main/fresh-site/src/documentation/sitemap.xmap
    forrest/trunk/site-author/content/xdocs/docs_0_90/faq.xml

Modified: forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples-b/linking.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples-b/linking.xml?rev=631920&r1=631919&r2=631920&view=diff
==============================================================================
--- forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples-b/linking.xml (original)
+++ forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples-b/linking.xml Thu Feb 28 02:32:13 2008
@@ -184,7 +184,7 @@
   <map:when test="{properties:content}{0}">
     <map:read src="{properties:content}/{0}" mime-type="text/html"/>
     <!--
-      Use this instead if you want JTidy to clean up your HTML
+      Use this instead if you want JTidy to clean up your HTML. However see FOR-679
       <map:generate type="html" src="{properties:content}/{0}" />
       <map:serialize type="html"/>
     -->
@@ -192,7 +192,7 @@
   <map:when test="{properties:content.xdocs}{0}">
     <map:read src="{properties:content.xdocs}/{0}" mime-type="text/html"/>
     <!--
-      Use this instead if you want JTidy to clean up your HTML
+      Use this instead if you want JTidy to clean up your HTML. However see FOR-679
       <map:generate type="html" src="{properties:content.xdocs}/{0}" />
       <map:serialize type="html"/>
     -->
@@ -225,7 +225,7 @@
             <map:read src="{properties:content}{0}" mime-type="text/html"/>
 <!--
             If you want JTidy to clean up your HTML source, then use a
-            generator/serializer instead of the reader.
+            generator/serializer instead of the reader. However see FOR-679.
             <map:generate type="html" src="{properties:content}{0}" />
             <map:serialize type="html"/>
             -->

Modified: forrest/trunk/main/fresh-site/src/documentation/sitemap.xmap
URL: http://svn.apache.org/viewvc/forrest/trunk/main/fresh-site/src/documentation/sitemap.xmap?rev=631920&r1=631919&r2=631920&view=diff
==============================================================================
--- forrest/trunk/main/fresh-site/src/documentation/sitemap.xmap (original)
+++ forrest/trunk/main/fresh-site/src/documentation/sitemap.xmap Thu Feb 28 02:32:13 2008
@@ -50,7 +50,7 @@
             <map:read src="{properties:content}{0}" mime-type="text/html"/>
 <!--
             If you want JTidy to clean up your HTML source, then use a
-            generator/serializer instead of the reader.
+            generator/serializer instead of the reader. However see FOR-679.
             <map:generate type="html" src="{properties:content}{0}" />
             <map:serialize type="html"/>
             -->

Modified: forrest/trunk/site-author/content/xdocs/docs_0_90/faq.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/docs_0_90/faq.xml?rev=631920&r1=631919&r2=631920&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs_0_90/faq.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs_0_90/faq.xml Thu Feb 28 02:32:13 2008
@@ -739,7 +739,7 @@
             <map:read src="{properties:content}{0}" mime-type="text/html"/>
 <!--
             If you want JTidy to clean up your HTML source, then use a
-            generator/serializer instead of the reader.
+            generator/serializer instead of the reader. However see FOR-679.
             <map:generate type="html" src="{properties:content}{0}" />
             <map:serialize type="html"/>
             -->