Author: gmcdonald
Date: Wed May 21 06:10:02 2008
New Revision: 658673
URL: http://svn.apache.org/viewvc?rev=658673&view=rev
Log:
Update pod docs to reflect naming convention, point to dispatcher plugins docs
cfor more info
Modified:
forrest/trunk/plugins/org.apache.forrest.plugin.output.POD/src/documentation/content/xdocs/index.xml
forrest/trunk/plugins/org.apache.forrest.plugin.output.POD/src/documentation/content/xdocs/site.xml
forrest/trunk/plugins/org.apache.forrest.plugin.output.POD/status.xml
Modified:
forrest/trunk/plugins/org.apache.forrest.plugin.output.POD/src/documentation/content/xdocs/index.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.output.POD/src/documentation/content/xdocs/index.xml?rev=658673&r1=658672&r2=658673&view=diff
==============================================================================
---
forrest/trunk/plugins/org.apache.forrest.plugin.output.POD/src/documentation/content/xdocs/index.xml
(original)
+++
forrest/trunk/plugins/org.apache.forrest.plugin.output.POD/src/documentation/content/xdocs/index.xml
Wed May 21 06:10:02 2008
@@ -41,8 +41,8 @@
<li><code>$FORREST_HOME/tools/ant/bin/ant local-deploy</code></li>
</ol>
<p>
- Once you have the text plugin installed, it is simply a case of
- requesting a file with a pod extension. For example,
+ Once you have the POD plugin installed, it is simply a case of
+ requesting a file with a .pod extension. For example,
<a
href="index.pod">this page as pod</a>.
</p>
@@ -52,12 +52,17 @@
</p>
<ul>
<li>Edit your <code>forrest.properties</code> file and add
- <code>org.apache.forrest.plugin.pod-output</code> to the
+ <code>org.apache.forrest.plugin.output.POD</code> to the
<code>project.required.plugin</code> property.</li>
<li>Edit your <code>skinconf.xml</code> and set the
<code><disable-pod-link></code> element to
<code>false</code>.</li>
</ul>
</section>
+ <section>
+ <title>Enable POD Plugin in Dispatcher enabled sites</title>
+ <p>Some documentation has been started and a POD example
+ is available from the <a
href="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.internal.dispatcher/examples/">dispatcher
documentation</a></p>
+ </section>
</body>
</document>
Modified:
forrest/trunk/plugins/org.apache.forrest.plugin.output.POD/src/documentation/content/xdocs/site.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.output.POD/src/documentation/content/xdocs/site.xml?rev=658673&r1=658672&r2=658673&view=diff
==============================================================================
---
forrest/trunk/plugins/org.apache.forrest.plugin.output.POD/src/documentation/content/xdocs/site.xml
(original)
+++
forrest/trunk/plugins/org.apache.forrest.plugin.output.POD/src/documentation/content/xdocs/site.xml
Wed May 21 06:10:02 2008
@@ -28,9 +28,9 @@
See http://forrest.apache.org/docs/linking.html for more info
-->
-<site label="org.apache.forrest.plugin.pod-output" href=""
xmlns="http://apache.org/forrest/linkmap/1.0" tab="">
+<site label="org.apache.forrest.plugin.output.POD" href=""
xmlns="http://apache.org/forrest/linkmap/1.0" tab="">
<about label="About">
- <index label="Index" href="index.html" description="Welcome to
org.apache.forrest.plugin.pod-output"/>
+ <index label="Index" href="index.html" description="Welcome to
org.apache.forrest.plugin.output.POD"/>
<forrestPlugins label="Plugins Index" href="site:forrest/plugins"
description="Index of Forrest Plugins"/>
<changes label="Changes" href="changes.html" description="History of
Changes" />
<todo label="Todo" href="todo.html" description="Todo List" />
Modified: forrest/trunk/plugins/org.apache.forrest.plugin.output.POD/status.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.output.POD/status.xml?rev=658673&r1=658672&r2=658673&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.output.POD/status.xml
(original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.output.POD/status.xml Wed
May 21 06:10:02 2008
@@ -33,6 +33,9 @@
Use locationmap for resolution of resources and files. Resources are
exposed via
{lm:pod.*}
</action>
+ <action dev="GM" type="update" context="docs">
+ Updated docs to reflect new naming conventions.
+ </action>
</release>
<release version="0.1" date="not-released">
<action dev="RDG" type="update" context="admin">