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 2009/03/17 06:44:35 UTC

svn commit: r755125 - in /forrest/trunk/site-author/content/xdocs/pluginDocs: plugins_0_70/usingPlugins.xml plugins_0_80/usingPlugins.xml

Author: crossley
Date: Tue Mar 17 05:44:35 2009
New Revision: 755125

URL: http://svn.apache.org/viewvc?rev=755125&view=rev
Log:
Workaround for FOR-1104 - pdf output warnings "paragraph overflows the available area"

Modified:
    forrest/trunk/site-author/content/xdocs/pluginDocs/plugins_0_70/usingPlugins.xml
    forrest/trunk/site-author/content/xdocs/pluginDocs/plugins_0_80/usingPlugins.xml

Modified: forrest/trunk/site-author/content/xdocs/pluginDocs/plugins_0_70/usingPlugins.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/pluginDocs/plugins_0_70/usingPlugins.xml?rev=755125&r1=755124&r2=755125&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/pluginDocs/plugins_0_70/usingPlugins.xml (original)
+++ forrest/trunk/site-author/content/xdocs/pluginDocs/plugins_0_70/usingPlugins.xml Tue Mar 17 05:44:35 2009
@@ -49,7 +49,12 @@
         projects <code>forrest.properties</code> file. When Forrest builds the
         site it will automatically discover the plugin and install it. In
         otherwords, the user need do nothing. For example,
-        <code>project.required.plugins=org.apache.forrest.plugin.input.OpenOffice.org,org.apache.forrest.plugin.input.simplifiedDocbook</code>
+      </p>
+      <source>
+project.required.plugins=org.apache.forrest.plugin.input.OpenOffice.org,
+  org.apache.forrest.plugin.input.simplifiedDocbook</source>
+      <p>
+        (note that that is all in one line with no spaces)
         will cause Forrest to load the plugins called
         "org.apache.forrest.plugin.input.OpenOffice.org" and
         "org.apache.forrest.plugin.input.simplifiedDocbook".

Modified: forrest/trunk/site-author/content/xdocs/pluginDocs/plugins_0_80/usingPlugins.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/pluginDocs/plugins_0_80/usingPlugins.xml?rev=755125&r1=755124&r2=755125&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/pluginDocs/plugins_0_80/usingPlugins.xml (original)
+++ forrest/trunk/site-author/content/xdocs/pluginDocs/plugins_0_80/usingPlugins.xml Tue Mar 17 05:44:35 2009
@@ -55,8 +55,11 @@
         <p>
           For example,
         </p>
-        <source>project.required.plugins=org.apache.forrest.plugin.input.OpenOffice.org,org.apache.forrest.plugin.input.simplifiedDocbook</source>
+        <source>
+project.required.plugins=org.apache.forrest.plugin.input.OpenOffice.org,
+  org.apache.forrest.plugin.input.simplifiedDocbook</source>
         <p>
+          (note that that is all in one line with no spaces)
           will cause Forrest to load the plugins called
           "org.apache.forrest.plugin.input.OpenOffice.org" and
           "org.apache.forrest.plugin.input.simplifiedDocbook".