You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by ri...@apache.org on 2004/12/14 19:48:59 UTC

svn commit: r111855 - /forrest/trunk/main/fresh-site/forrest.properties /forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples/document-v13.xml /forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples/sample.xml

Author: rick
Date: Tue Dec 14 10:48:57 2004
New Revision: 111855

URL: http://svn.apache.org/viewcvs?view=rev&rev=111855
Log:
Added the pod and text output plugins to the sample forrest.properties
so that the sample documents will work properly with a freshly seeded
project.

Added link for the "text" sample now that the text plugin has been
implemented in both the v13 and v20 sample documents.

Modified:
   forrest/trunk/main/fresh-site/forrest.properties
   forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples/document-v13.xml
   forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples/sample.xml

Modified: forrest/trunk/main/fresh-site/forrest.properties
Url: http://svn.apache.org/viewcvs/forrest/trunk/main/fresh-site/forrest.properties?view=diff&rev=111855&p1=forrest/trunk/main/fresh-site/forrest.properties&r1=111854&p2=forrest/trunk/main/fresh-site/forrest.properties&r2=111855
==============================================================================
--- forrest/trunk/main/fresh-site/forrest.properties	(original)
+++ forrest/trunk/main/fresh-site/forrest.properties	Tue Dec 14 10:48:57 2004
@@ -105,4 +105,4 @@
 # The names of plugins that are required to build the project
 # comma separated list (no spaces)
 # Run "forrest available-plugins" for a list of plug-ins currently available
-project.required.plugins=org.apache.forrest.plugin.pdf-output
+project.required.plugins=org.apache.forrest.plugin.pdf-output,org.apache.forrest.plugin.pod-output,org.apache.forrest.plugin.text-output

Modified: forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples/document-v13.xml
Url: http://svn.apache.org/viewcvs/forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples/document-v13.xml?view=diff&rev=111855&p1=forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples/document-v13.xml&r1=111854&p2=forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples/document-v13.xml&r2=111855
==============================================================================
--- forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples/document-v13.xml	(original)
+++ forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples/document-v13.xml	Tue Dec 14 10:48:57 2004
@@ -208,12 +208,12 @@
           </tr>
 
           <tr>
-            <td>Text</td>
+            <td><link href="document-v13.txt">Text</link></td>
 
             <td>This document as straight text.</td>
 
             <td>&#60;disable-txt-link&#62;. By default, set to true, meaning
-            that this link will not be shown. NOT YET IMPLEMENTED.</td>
+            that this link will not be shown.</td>
           </tr>
 
           <tr>

Modified: forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples/sample.xml
Url: http://svn.apache.org/viewcvs/forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples/sample.xml?view=diff&rev=111855&p1=forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples/sample.xml&r1=111854&p2=forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples/sample.xml&r2=111855
==============================================================================
--- forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples/sample.xml	(original)
+++ forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples/sample.xml	Tue Dec 14 10:48:57 2004
@@ -190,12 +190,12 @@
           </tr>
 
           <tr>
-            <td>Text</td>
+            <td><a href="sample.txt">Text</a></td>
 
             <td>This document as straight text.</td>
 
             <td>&#60;disable-txt-link&#62;. By default, set to true, meaning
-            that this link will not be shown. NOT YET IMPLEMENTED.</td>
+            that this link will not be shown.</td>
           </tr>
 
           <tr>

Re: svn commit: r111855 - /forrest/trunk/main/fresh-site/forrest.properties /forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples/document-v13.xml /forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples/sample.xml

Posted by Rick Tessner <ri...@apache.org>.
Ross Gardler wrote:

> The fresh-site will eventually have a page that is generated from the 
> plugins.xml file and lists all available plugins. This page will link to 
> the online documentation site for the plugin which will have the samples.

Ah, okay.  That makes sense.  I'll revert the changes I made.

-- 
Rick Tessner
rick at apache dot org

Re: svn commit: r111855 - /forrest/trunk/main/fresh-site/forrest.properties /forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples/document-v13.xml /forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples/sample.xml

Posted by Ross Gardler <rg...@apache.org>.
rick@apache.org wrote:
> Author: rick
> Date: Tue Dec 14 10:48:57 2004
> New Revision: 111855
> 
> URL: http://svn.apache.org/viewcvs?view=rev&rev=111855
> Log:
> Added the pod and text output plugins to the sample forrest.properties
> so that the sample documents will work properly with a freshly seeded
> project.
> 
> Added link for the "text" sample now that the text plugin has been
> implemented in both the v13 and v20 sample documents.

This is not the approach I have been using to date. A freshly seeded 
site should only contain samples that are present in core (plus the PDF 
output which is used by the vast majority of users). All samples for 
plugins should be extracted into the plugin documentation.

The fresh-site will eventually have a page that is generated from the 
plugins.xml file and lists all available plugins. This page will link to 
the online documentation site for the plugin which will have the samples.

Ross