Author: crossley
Date: Fri Mar 31 17:40:43 2006
New Revision: 390565
URL: http://svn.apache.org/viewcvs?rev=390565&view=rev
Log:
Minor text tweaks.
Modified:
forrest/trunk/site-author/content/xdocs/pluginDocs/plugins_0_80/usingPlugins.xml
Modified:
forrest/trunk/site-author/content/xdocs/pluginDocs/plugins_0_80/usingPlugins.xml
URL:
http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/pluginDocs/plugins_0_80/usingPlugins.xml?rev=390565&r1=390564&r2=390565&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
Fri Mar 31 17:40:43 2006
@@ -54,7 +54,8 @@
<source>project.required.plugins=org.apache.forrest.plugin.input.OpenOffice.org,org.apache.forrest.plugin.input.simplifiedDocbook</source>
will cause Forrest to load the plugins called
"org.apache.forrest.plugin.input.OpenOffice.org" and
"org.apache.forrest.plugin.input.simplifiedDocbook".</p>
- <note>By default a new forrest project includes plugins to generate
+ <note>By default a new forrest project has that property configured
+ to include some plugins. Currently there is only one to generate
PDF output from your source documents.</note>
</section>
<section>
@@ -74,7 +75,7 @@
a known working version.</p>
</section>
<section>
- <title>Where does Forrest Look for Plugins sources ?</title>
+ <title>Where does Forrest look for Plugins sources ?</title>
<p>By default, forrest looks into the two following directories to
find plugins sources : <code>${forrest.home}/plugins</code> and
<code>${forrest.home}/whiteboard/plugins</code>.
It is possible to add other sources locations by specifying the
<code>project.required.plugins.src</code> property
in the projects <code>forrest.properties</code> file.</p>