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 2005/06/18 03:04:59 UTC

svn commit: r191241 [3/3] - in /forrest/branches/forrest_07_branch: etc/ main/ main/fresh-site/ main/fresh-site/src/documentation/content/xdocs/ main/fresh-site/src/documentation/content/xdocs/samples/ main/targets/ main/webapp/ main/webapp/resources/stylesheets/ main/webapp/skins/common/translations/ plugins/ plugins/org.apache.forrest.plugin.input.OpenOffice.org/src/documentation/ plugins/org.apache.forrest.plugin.input.OpenOffice.org/src/documentation/content/xdocs/ plugins/org.apache.forrest.plugin.input.PhotoGallery/src/documentation/ plugins/org.apache.forrest.plugin.input.PhotoGallery/src/documentation/content/xdocs/ plugins/org.apache.forrest.plugin.input.dtdx/src/documentation/ plugins/org.apache.forrest.plugin.input.dtdx/src/documentation/content/xdocs/ plugins/org.apache.forrest.plugin.input.excel/src/documentation/ plugins/org.apache.forrest.plugin.input.excel/src/documentation/content/xdocs/ plugins/org.apache.forrest.plugin.input.feeder/src/documentation/ plugins/org.apache.forrest.plugin.input.feeder/src/documentation/content/xdocs/ plugins/org.apache.forrest.plugin.input.listLocations/src/documentation/ plugins/org.apache.forrest.plugin.input.listLocations/src/documentation/content/xdocs/ plugins/org.apache.forrest.plugin.input.projectInfo/src/documentation/ plugins/org.apache.forrest.plugin.input.projectInfo/src/documentation/content/xdocs/ plugins/org.apache.forrest.plugin.input.simplified-docbook/ plugins/org.apache.forrest.plugin.input.simplifiedDocbook/ plugins/org.apache.forrest.plugin.input.simplifiedDocbook/docs/ plugins/org.apache.forrest.plugin.input.simplifiedDocbook/resources/ plugins/org.apache.forrest.plugin.input.simplifiedDocbook/resources/stylesheets/ plugins/org.apache.forrest.plugin.input.simplifiedDocbook/src/ plugins/org.apache.forrest.plugin.input.simplifiedDocbook/src/documentation/ plugins/org.apache.forrest.plugin.input.simplifiedDocbook/src/documentation/content/ plugins/org.apache.forrest.plugin.input.simplifiedDocbook/src/documentation/content/xdocs/ plugins/org.apache.forrest.plugin.input.simplifiedDocbook/src/documentation/content/xdocs/images/ plugins/org.apache.forrest.plugin.input.simplifiedDocbook/src/documentation/content/xdocs/samples/ plugins/org.apache.forrest.plugin.input.simplifiedDocbook/src/documentation/translations/ plugins/org.apache.forrest.plugin.input.wiki/src/documentation/ plugins/org.apache.forrest.plugin.input.wiki/src/documentation/content/xdocs/ plugins/org.apache.forrest.plugin.internal.IMSManifest/src/documentation/ plugins/org.apache.forrest.plugin.output.POD/src/documentation/ plugins/org.apache.forrest.plugin.output.POD/src/documentation/content/xdocs/ plugins/org.apache.forrest.plugin.output.Text/src/documentation/ plugins/org.apache.forrest.plugin.output.Text/src/documentation/content/xdocs/ plugins/org.apache.forrest.plugin.output.pdf/src/documentation/ plugins/org.apache.forrest.plugin.output.pdf/src/documentation/content/xdocs/ plugins/pluginTemplate/src/documentation/ plugins/pluginTemplate/src/documentation/content/xdocs/ site-author/ site-author/content/xdocs/ site-author/content/xdocs/docs/ site-author/content/xdocs/docs_0_60/ site-author/content/xdocs/docs_0_60/howto/ site-author/content/xdocs/docs_0_70/ site-author/content/xdocs/docs_0_70/howto/ site-author/content/xdocs/docs_0_80/ site-author/content/xdocs/dtdx/ site-author/content/xdocs/pluginDocs/ site-author/content/xdocs/pluginDocs/plugins_0_70/ site-author/content/xdocs/pluginDocs/plugins_0_80/ site-author/content/xdocs/tools/ whiteboard/plugins/

Modified: forrest/branches/forrest_07_branch/site-author/content/xdocs/docs_0_70/howto/howto-view-install.xml
URL: http://svn.apache.org/viewcvs/forrest/branches/forrest_07_branch/site-author/content/xdocs/docs_0_70/howto/howto-view-install.xml?rev=191241&r1=191240&r2=191241&view=diff
==============================================================================
--- forrest/branches/forrest_07_branch/site-author/content/xdocs/docs_0_70/howto/howto-view-install.xml (original)
+++ forrest/branches/forrest_07_branch/site-author/content/xdocs/docs_0_70/howto/howto-view-install.xml Fri Jun 17 18:04:55 2005
@@ -122,6 +122,33 @@
 way. You will see you do not have to build your project to see the
 changes on your pages when working with *.fv. </note>
     </section>
+    <section id="availableContracts">
+	    <title>Available contracts</title>
+	    <p> 
+	     To start working with views you need to know which contracts you can use. 
+	     For this we will install another plugin <code>org.apache.forrest.plugin.input.viewHelper.xhtml.ls</code>.
+	     The setup is:
+	    </p>
+	    <source>
+cd {forrest-trunk}
+svn up
+cd whiteboard/plugins/org.apache.forrest.plugin.input.viewHelper.xhtml.ls/
+ant local-deploy
+</source>
+			<p>
+        The newly installed plugin will show the available contracts as html page.
+        First we have to tell forrest that we are planing to use the new plugin. We will do that
+        by editing the forrest.properties of the <a href="site:howto/view/install">newSeed</a> 
+        to <strong>add</strong> the plugin:
+      </p>
+      <source>
+project.required.plugins=org.apache.forrest.plugin.input.viewHelper.xhtml.ls
+      </source>
+      <p>
+        Now point your browser to <code>http://localhost:8888/ls.contracts.html</code>. 
+        On this page you will find all contracts that you can use in your project.
+      </p>
+    </section>
   </steps>
   <extension title="Further Reading">
     <p>

Modified: forrest/branches/forrest_07_branch/site-author/content/xdocs/docs_0_70/linking.xml
URL: http://svn.apache.org/viewcvs/forrest/branches/forrest_07_branch/site-author/content/xdocs/docs_0_70/linking.xml?rev=191241&r1=191240&r2=191241&view=diff
==============================================================================
--- forrest/branches/forrest_07_branch/site-author/content/xdocs/docs_0_70/linking.xml (original)
+++ forrest/branches/forrest_07_branch/site-author/content/xdocs/docs_0_70/linking.xml Fri Jun 17 18:04:55 2005
@@ -19,6 +19,7 @@
 <!ENTITY a '<code>index.xml</code>'>
 <!ENTITY b '<code>todo.xml</code>'>
 <!ENTITY s '<code>site.xml</code>'>
+<!ENTITY t '<code>tabs.xml</code>'>
 ]>
 
 <document>
@@ -295,11 +296,65 @@
         <title>Selecting the current tab</title>
         <p>
           The tab selection algorithm is quite simple: the tab with the
-          "<code>id</code>" which matches that of the current <code>site.xml</code>
-          node is "selected". If you experience any problems, try to add a 
-          <code>&lt;foo label="Foo" href="index.html"/&gt;</code> to the
-          <code>site.xml</code> configuration.
+          "<code>id</code>" which matches that of the current &s;
+          node is "selected". However the interaction of &t; and &s;
+          while powerful, can be complex to establish.
         </p>
+      </section>
+
+      <section id="tab-site">
+        <title>Configuring the interaction between tabs.xml and site.xml</title>
+        <p>
+          This is a collection of tips to assist with getting your menus and tabs
+          to properly display.
+        </p>
+        <ul>
+          <li>
+            View your site's 
+            <link href="../abs-menulinks">abs-menulinks</link> pipeline in a
+            browser. This is part of the internal Cocoon machinery, but like
+            other sitemap resources, it is useful to view them to assist with
+            debugging.
+          </li>
+          <li>
+            The Forrest website also accompanies your software release
+            in the <code>site-author</code> directory, so
+            inspect its &t; and &s; to see how it is done. Also see the
+            'forrest seed site' example. It is not as complex as the Forrest website.
+          </li>
+          <li>
+            When you are fiddling with your attributes, change one thing at a time
+            and document what you have changed.</li>
+          <li>
+            The value of the tab @id attribute cannot begin with a digit.
+            Likewise, element names in &t; and &s; cannot begin with a digit.
+          </li>
+          <li>
+            Add label attributes to &s; elements to make the menus show.
+            With nested elements in &s; if the outer element does not have a label
+            attribute then the inner elements will not be displayed.
+          </li>
+          <li>
+            To cause tabs and menu items to be highlighted, there need to be
+            corresponding elements in &s; that have href attributes which match
+            the relevant path.
+          </li>
+          <li>
+            When the tab points to a directory, then to make the tab highlighted
+            when selected, you need an element which matches index.html within the
+            group of elements that define the menus for this tab in the &s;
+            file. That element can be without a label attribute, so that it doesn't
+            display as a menu item. However doing that causes that tab's menus
+            to be collapsed.
+          </li>
+          <li>
+            Q: The tab link in my site assumes that 'index.html'
+            is present in the linked-to directory. How do I fix this?
+            A: In &t; use @href instead of @dir attribute and omit the trailing '/'.
+            Which file to serve is then a concern of the sitemap.
+            See more at the <link href="site:v0.70//faq/tab-index">FAQ</link>.
+          </li>
+        </ul>
       </section>
 
     </section>

Modified: forrest/branches/forrest_07_branch/site-author/content/xdocs/docs_0_70/your-project.xml
URL: http://svn.apache.org/viewcvs/forrest/branches/forrest_07_branch/site-author/content/xdocs/docs_0_70/your-project.xml?rev=191241&r1=191240&r2=191241&view=diff
==============================================================================
--- forrest/branches/forrest_07_branch/site-author/content/xdocs/docs_0_70/your-project.xml (original)
+++ forrest/branches/forrest_07_branch/site-author/content/xdocs/docs_0_70/your-project.xml Fri Jun 17 18:04:55 2005
@@ -671,7 +671,9 @@
       <p>
         You can add pre-processing sitemaps to your project
         <code>src/documentation</code> directory (or wherever
-        <code>${project.sitemap-dir}</code> points to). Any match that
+        <code>${project.sitemap-dir}</code> points to). Get a copy of a simple
+        sitemap.xmap from a 'forrest seed site'. </p>
+      <p>Any match that
         is not handled, passes through to be handled by the default Forrest
         sitemaps - obviously extremely powerful. The capability is described
         in 
@@ -1112,7 +1114,7 @@
      <!-- FORREST_HOME must be set as an environment variable -->
      <property environment="env"/>
      <property name="forrest.home" value="${env.FORREST_HOME}"/>
-     <import file="${env.FORREST_HOME}/forrest.build.xml"/>
+     <import file="${env.FORREST_HOME}/main/forrest.build.xml"/>
 
      <!-- 'site' is a target imported from forrest.build.xml -->
      <target name="post-build" depends="site">
@@ -1120,6 +1122,15 @@
      </target>
 </project>
         ]]></source>
+        
+      <warning>There is a bug in the plugin download mechanism in
+      Forrest 0.7 that may prevent
+      your plugins being installed correctly when calling Forrest from ANT. You
+      can work around this bug by either ensuring a version number is 
+      defined for the plugin in forrest.properties or by manually 
+      installing the required plugins.
+      </warning>
+        
       <p>Because you are using your own version
       of Ant to do Forrest's work, you will need to provide the
       supporting catalog entity resolver:

Copied: forrest/branches/forrest_07_branch/site-author/content/xdocs/docs_0_80/upgrading_08.xml (from r191232, forrest/trunk/site-author/content/xdocs/docs_0_80/upgrading_08.xml)
URL: http://svn.apache.org/viewcvs/forrest/branches/forrest_07_branch/site-author/content/xdocs/docs_0_80/upgrading_08.xml?p2=forrest/branches/forrest_07_branch/site-author/content/xdocs/docs_0_80/upgrading_08.xml&p1=forrest/trunk/site-author/content/xdocs/docs_0_80/upgrading_08.xml&r1=191232&r2=191241&rev=191241&view=diff
==============================================================================
    (empty)

Propchange: forrest/branches/forrest_07_branch/site-author/content/xdocs/docs_0_80/upgrading_08.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Copied: forrest/branches/forrest_07_branch/site-author/content/xdocs/dtdx/document-v11.xml (from r191232, forrest/trunk/site-author/content/xdocs/dtdx/document-v11.xml)
URL: http://svn.apache.org/viewcvs/forrest/branches/forrest_07_branch/site-author/content/xdocs/dtdx/document-v11.xml?p2=forrest/branches/forrest_07_branch/site-author/content/xdocs/dtdx/document-v11.xml&p1=forrest/trunk/site-author/content/xdocs/dtdx/document-v11.xml&r1=191232&r2=191241&rev=191241&view=diff
==============================================================================
    (empty)

Propchange: forrest/branches/forrest_07_branch/site-author/content/xdocs/dtdx/document-v11.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Copied: forrest/branches/forrest_07_branch/site-author/content/xdocs/dtdx/document-v12.xml (from r191232, forrest/trunk/site-author/content/xdocs/dtdx/document-v12.xml)
URL: http://svn.apache.org/viewcvs/forrest/branches/forrest_07_branch/site-author/content/xdocs/dtdx/document-v12.xml?p2=forrest/branches/forrest_07_branch/site-author/content/xdocs/dtdx/document-v12.xml&p1=forrest/trunk/site-author/content/xdocs/dtdx/document-v12.xml&r1=191232&r2=191241&rev=191241&view=diff
==============================================================================
    (empty)

Propchange: forrest/branches/forrest_07_branch/site-author/content/xdocs/dtdx/document-v12.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Copied: forrest/branches/forrest_07_branch/site-author/content/xdocs/dtdx/document-v13.dtdx.pdf (from r191232, forrest/trunk/site-author/content/xdocs/dtdx/document-v13.dtdx.pdf)
URL: http://svn.apache.org/viewcvs/forrest/branches/forrest_07_branch/site-author/content/xdocs/dtdx/document-v13.dtdx.pdf?p2=forrest/branches/forrest_07_branch/site-author/content/xdocs/dtdx/document-v13.dtdx.pdf&p1=forrest/trunk/site-author/content/xdocs/dtdx/document-v13.dtdx.pdf&r1=191232&r2=191241&rev=191241&view=diff
==============================================================================
Binary files - no diff available.

Propchange: forrest/branches/forrest_07_branch/site-author/content/xdocs/dtdx/document-v13.dtdx.pdf
------------------------------------------------------------------------------
    svn:mime-type = application/pdf

Copied: forrest/branches/forrest_07_branch/site-author/content/xdocs/dtdx/document-v13.xml (from r191232, forrest/trunk/site-author/content/xdocs/dtdx/document-v13.xml)
URL: http://svn.apache.org/viewcvs/forrest/branches/forrest_07_branch/site-author/content/xdocs/dtdx/document-v13.xml?p2=forrest/branches/forrest_07_branch/site-author/content/xdocs/dtdx/document-v13.xml&p1=forrest/trunk/site-author/content/xdocs/dtdx/document-v13.xml&r1=191232&r2=191241&rev=191241&view=diff
==============================================================================
    (empty)

Propchange: forrest/branches/forrest_07_branch/site-author/content/xdocs/dtdx/document-v13.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Copied: forrest/branches/forrest_07_branch/site-author/content/xdocs/dtdx/document-v20.dtdx.pdf (from r191232, forrest/trunk/site-author/content/xdocs/dtdx/document-v20.dtdx.pdf)
URL: http://svn.apache.org/viewcvs/forrest/branches/forrest_07_branch/site-author/content/xdocs/dtdx/document-v20.dtdx.pdf?p2=forrest/branches/forrest_07_branch/site-author/content/xdocs/dtdx/document-v20.dtdx.pdf&p1=forrest/trunk/site-author/content/xdocs/dtdx/document-v20.dtdx.pdf&r1=191232&r2=191241&rev=191241&view=diff
==============================================================================
Binary files - no diff available.

Propchange: forrest/branches/forrest_07_branch/site-author/content/xdocs/dtdx/document-v20.dtdx.pdf
------------------------------------------------------------------------------
    svn:mime-type = application/pdf

Copied: forrest/branches/forrest_07_branch/site-author/content/xdocs/dtdx/document-v20.xml (from r191232, forrest/trunk/site-author/content/xdocs/dtdx/document-v20.xml)
URL: http://svn.apache.org/viewcvs/forrest/branches/forrest_07_branch/site-author/content/xdocs/dtdx/document-v20.xml?p2=forrest/branches/forrest_07_branch/site-author/content/xdocs/dtdx/document-v20.xml&p1=forrest/trunk/site-author/content/xdocs/dtdx/document-v20.xml&r1=191232&r2=191241&rev=191241&view=diff
==============================================================================
    (empty)

Propchange: forrest/branches/forrest_07_branch/site-author/content/xdocs/dtdx/document-v20.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Copied: forrest/branches/forrest_07_branch/site-author/content/xdocs/dtdx/dtd-docs.xml (from r191232, forrest/trunk/site-author/content/xdocs/dtdx/dtd-docs.xml)
URL: http://svn.apache.org/viewcvs/forrest/branches/forrest_07_branch/site-author/content/xdocs/dtdx/dtd-docs.xml?p2=forrest/branches/forrest_07_branch/site-author/content/xdocs/dtdx/dtd-docs.xml&p1=forrest/trunk/site-author/content/xdocs/dtdx/dtd-docs.xml&r1=191232&r2=191241&rev=191241&view=diff
==============================================================================
    (empty)

Propchange: forrest/branches/forrest_07_branch/site-author/content/xdocs/dtdx/dtd-docs.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Copied: forrest/branches/forrest_07_branch/site-author/content/xdocs/dtdx/faq-v13.dtdx.pdf (from r191232, forrest/trunk/site-author/content/xdocs/dtdx/faq-v13.dtdx.pdf)
URL: http://svn.apache.org/viewcvs/forrest/branches/forrest_07_branch/site-author/content/xdocs/dtdx/faq-v13.dtdx.pdf?p2=forrest/branches/forrest_07_branch/site-author/content/xdocs/dtdx/faq-v13.dtdx.pdf&p1=forrest/trunk/site-author/content/xdocs/dtdx/faq-v13.dtdx.pdf&r1=191232&r2=191241&rev=191241&view=diff
==============================================================================
Binary files - no diff available.

Propchange: forrest/branches/forrest_07_branch/site-author/content/xdocs/dtdx/faq-v13.dtdx.pdf
------------------------------------------------------------------------------
    svn:mime-type = application/pdf

Copied: forrest/branches/forrest_07_branch/site-author/content/xdocs/dtdx/faq-v20.dtdx.pdf (from r191232, forrest/trunk/site-author/content/xdocs/dtdx/faq-v20.dtdx.pdf)
URL: http://svn.apache.org/viewcvs/forrest/branches/forrest_07_branch/site-author/content/xdocs/dtdx/faq-v20.dtdx.pdf?p2=forrest/branches/forrest_07_branch/site-author/content/xdocs/dtdx/faq-v20.dtdx.pdf&p1=forrest/trunk/site-author/content/xdocs/dtdx/faq-v20.dtdx.pdf&r1=191232&r2=191241&rev=191241&view=diff
==============================================================================
Binary files - no diff available.

Propchange: forrest/branches/forrest_07_branch/site-author/content/xdocs/dtdx/faq-v20.dtdx.pdf
------------------------------------------------------------------------------
    svn:mime-type = application/pdf

Copied: forrest/branches/forrest_07_branch/site-author/content/xdocs/dtdx/howto-v13.dtdx.pdf (from r191232, forrest/trunk/site-author/content/xdocs/dtdx/howto-v13.dtdx.pdf)
URL: http://svn.apache.org/viewcvs/forrest/branches/forrest_07_branch/site-author/content/xdocs/dtdx/howto-v13.dtdx.pdf?p2=forrest/branches/forrest_07_branch/site-author/content/xdocs/dtdx/howto-v13.dtdx.pdf&p1=forrest/trunk/site-author/content/xdocs/dtdx/howto-v13.dtdx.pdf&r1=191232&r2=191241&rev=191241&view=diff
==============================================================================
Binary files - no diff available.

Propchange: forrest/branches/forrest_07_branch/site-author/content/xdocs/dtdx/howto-v13.dtdx.pdf
------------------------------------------------------------------------------
    svn:mime-type = application/pdf

Copied: forrest/branches/forrest_07_branch/site-author/content/xdocs/dtdx/howto-v20.dtdx.pdf (from r191232, forrest/trunk/site-author/content/xdocs/dtdx/howto-v20.dtdx.pdf)
URL: http://svn.apache.org/viewcvs/forrest/branches/forrest_07_branch/site-author/content/xdocs/dtdx/howto-v20.dtdx.pdf?p2=forrest/branches/forrest_07_branch/site-author/content/xdocs/dtdx/howto-v20.dtdx.pdf&p1=forrest/trunk/site-author/content/xdocs/dtdx/howto-v20.dtdx.pdf&r1=191232&r2=191241&rev=191241&view=diff
==============================================================================
Binary files - no diff available.

Propchange: forrest/branches/forrest_07_branch/site-author/content/xdocs/dtdx/howto-v20.dtdx.pdf
------------------------------------------------------------------------------
    svn:mime-type = application/pdf

Modified: forrest/branches/forrest_07_branch/site-author/content/xdocs/events.xml
URL: http://svn.apache.org/viewcvs/forrest/branches/forrest_07_branch/site-author/content/xdocs/events.xml?rev=191241&r1=191240&r2=191241&view=diff
==============================================================================
--- forrest/branches/forrest_07_branch/site-author/content/xdocs/events.xml (original)
+++ forrest/branches/forrest_07_branch/site-author/content/xdocs/events.xml Fri Jun 17 18:04:55 2005
@@ -78,7 +78,7 @@
       <section id="rf-stuttgart-2005">
         <title>ApacheCon Session: Single Source Publishing with Apache Forrest</title>
         <p>
-          Wednesday 21 July at 14:30 to 15:30 - Official ApacheCon session
+          Wednesday 20 July at 14:30 to 15:30 - Official ApacheCon session
           conducted by Ross Gardler and Ferdinand Soethe. See the
           <a href="http://apachecon.com/2005/EU/html/sessions.html">ApacheCon
           Schedule</a> Session WE16.
@@ -89,7 +89,7 @@
       <section id="gt-stuttgart-2005">
         <title>Apache Forrest get together</title>
         <p>
-          Wednesday 21 July commencing at 20:00 - Informal get together to
+          Wednesday 20 July commencing at 20:00 - Informal get together to
           discuss any topic related to Apache Forrest. Follows on from
           the session earlier in the day. Please come and meet other
           Forrest developers and users. Describe your own use cases.

Modified: forrest/branches/forrest_07_branch/site-author/content/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/forrest/branches/forrest_07_branch/site-author/content/xdocs/index.xml?rev=191241&r1=191240&r2=191241&view=diff
==============================================================================
--- forrest/branches/forrest_07_branch/site-author/content/xdocs/index.xml (original)
+++ forrest/branches/forrest_07_branch/site-author/content/xdocs/index.xml Fri Jun 17 18:04:55 2005
@@ -49,6 +49,11 @@
         <li><strong>Step 3</strong>: Do <code>'forrest run'</code> then use
           the web browser to immediately review
           changes at <code>http://localhost:8888/</code>
+          <ul><li>
+             <note>The first time you run Forrest it will attempt to retrieve some plugins
+             from the Internet. This will happen whenever a new plugin is specified. For more 
+             information see the <link href="site:pluginVersions/overview">plugins documentation</link>.</note>
+          </li></ul>
         </li>
         <li><strong>Step 4</strong>: Do <code>'forrest'</code> to generate the
           complete website from the XML sources.

Copied: forrest/branches/forrest_07_branch/site-author/content/xdocs/pluginDocs/index.xml (from r191232, forrest/trunk/site-author/content/xdocs/pluginDocs/index.xml)
URL: http://svn.apache.org/viewcvs/forrest/branches/forrest_07_branch/site-author/content/xdocs/pluginDocs/index.xml?p2=forrest/branches/forrest_07_branch/site-author/content/xdocs/pluginDocs/index.xml&p1=forrest/trunk/site-author/content/xdocs/pluginDocs/index.xml&r1=191232&r2=191241&rev=191241&view=diff
==============================================================================
    (empty)

Propchange: forrest/branches/forrest_07_branch/site-author/content/xdocs/pluginDocs/index.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Copied: forrest/branches/forrest_07_branch/site-author/content/xdocs/pluginDocs/plugins_0_70/pluginInfrastructure.xml (from r191232, forrest/trunk/site-author/content/xdocs/pluginDocs/plugins_0_70/pluginInfrastructure.xml)
URL: http://svn.apache.org/viewcvs/forrest/branches/forrest_07_branch/site-author/content/xdocs/pluginDocs/plugins_0_70/pluginInfrastructure.xml?p2=forrest/branches/forrest_07_branch/site-author/content/xdocs/pluginDocs/plugins_0_70/pluginInfrastructure.xml&p1=forrest/trunk/site-author/content/xdocs/pluginDocs/plugins_0_70/pluginInfrastructure.xml&r1=191232&r2=191241&rev=191241&view=diff
==============================================================================
    (empty)

Propchange: forrest/branches/forrest_07_branch/site-author/content/xdocs/pluginDocs/plugins_0_70/pluginInfrastructure.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Copied: forrest/branches/forrest_07_branch/site-author/content/xdocs/pluginDocs/plugins_0_70/usingPlugins.xml (from r191232, forrest/trunk/site-author/content/xdocs/pluginDocs/plugins_0_70/usingPlugins.xml)
URL: http://svn.apache.org/viewcvs/forrest/branches/forrest_07_branch/site-author/content/xdocs/pluginDocs/plugins_0_70/usingPlugins.xml?p2=forrest/branches/forrest_07_branch/site-author/content/xdocs/pluginDocs/plugins_0_70/usingPlugins.xml&p1=forrest/trunk/site-author/content/xdocs/pluginDocs/plugins_0_70/usingPlugins.xml&r1=191232&r2=191241&rev=191241&view=diff
==============================================================================
    (empty)

Propchange: forrest/branches/forrest_07_branch/site-author/content/xdocs/pluginDocs/plugins_0_70/usingPlugins.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Copied: forrest/branches/forrest_07_branch/site-author/content/xdocs/pluginDocs/plugins_0_80/pluginInfrastructure.xml (from r191232, forrest/trunk/site-author/content/xdocs/pluginDocs/plugins_0_80/pluginInfrastructure.xml)
URL: http://svn.apache.org/viewcvs/forrest/branches/forrest_07_branch/site-author/content/xdocs/pluginDocs/plugins_0_80/pluginInfrastructure.xml?p2=forrest/branches/forrest_07_branch/site-author/content/xdocs/pluginDocs/plugins_0_80/pluginInfrastructure.xml&p1=forrest/trunk/site-author/content/xdocs/pluginDocs/plugins_0_80/pluginInfrastructure.xml&r1=191232&r2=191241&rev=191241&view=diff
==============================================================================
    (empty)

Propchange: forrest/branches/forrest_07_branch/site-author/content/xdocs/pluginDocs/plugins_0_80/pluginInfrastructure.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Copied: forrest/branches/forrest_07_branch/site-author/content/xdocs/pluginDocs/plugins_0_80/usingPlugins.xml (from r191232, forrest/trunk/site-author/content/xdocs/pluginDocs/plugins_0_80/usingPlugins.xml)
URL: http://svn.apache.org/viewcvs/forrest/branches/forrest_07_branch/site-author/content/xdocs/pluginDocs/plugins_0_80/usingPlugins.xml?p2=forrest/branches/forrest_07_branch/site-author/content/xdocs/pluginDocs/plugins_0_80/usingPlugins.xml&p1=forrest/trunk/site-author/content/xdocs/pluginDocs/plugins_0_80/usingPlugins.xml&r1=191232&r2=191241&rev=191241&view=diff
==============================================================================
    (empty)

Propchange: forrest/branches/forrest_07_branch/site-author/content/xdocs/pluginDocs/plugins_0_80/usingPlugins.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: forrest/branches/forrest_07_branch/site-author/content/xdocs/site.xml
URL: http://svn.apache.org/viewcvs/forrest/branches/forrest_07_branch/site-author/content/xdocs/site.xml?rev=191241&r1=191240&r2=191241&view=diff
==============================================================================
--- forrest/branches/forrest_07_branch/site-author/content/xdocs/site.xml (original)
+++ forrest/branches/forrest_07_branch/site-author/content/xdocs/site.xml Fri Jun 17 18:04:55 2005
@@ -48,7 +48,7 @@
     </mail-lists>
     <bugs label="Bugs and Issues" href="http://issues.apache.org/jira/secure/BrowseProject.jspa?id=12310000"/>
     <forrest-issues label="Release Issues" href="forrest-issues.html"/>
-    <gump-forrest label="Gump Integration" href="http://brutus.apache.org/gump/public/forrest/"/>
+    <gump-forrest label="Gump Integration" href="http://vmgump.apache.org/gump/public/forrest/"/>
     <guidelines label="Project guidelines" href="guidelines.html"/>
   </getting-involved>
 
@@ -128,13 +128,19 @@
       <linkrewritertransformer href="http://issues.apache.org/bugzilla/show_bug.cgi?id=15611"/>
     </mail>
   </external-refs>
-  
+
   <versions tab="otherVersions">
     <overview label="Overview" href="versions/index.html"/>
     <v0.8 label="0.8-dev" href="site:v0.80//index"/>
     <v0.7 label="0.7 (current)" href="site:v0.70//index"/>
     <v0.6 label="0.6" href="site:v0.60//index"/>
   </versions>
+  
+  <pluginVersions tab="plugins">
+    <overview label="Overview" href="pluginDocs/index.html"/>
+    <v0.8 label="0.8-dev" href="site:v0.80//plugins/index"/>
+    <v0.7 label="0.7 (current)" href="site:v0.70//plugins/index"/>
+  </pluginVersions>
 
   <tools label="Tools" href="tools/" tab="tools">
     <index label="Index" href="index.html"/>
@@ -143,20 +149,6 @@
     <forrestbot-web-interface label="Forrestbot Webapp" href="forrestbot-web-interface.html"/>
     <xxe label="XXE-Editor" href="xxe.html"/>
   </tools>
-  
-  <!-- Plugins directory remains in docs directory because the
-       directory is hardcoded in the Forrest sitemap to handle
-       docs/plugins/index.html and generate a list of plugins.
-       
-       FIXME: Change sitemap and move plugins down one level 
-  
-   -->
-  
-  <plugins label="Plugins" href="docs/plugins/" tab="plugins">
-    <index label="Index" href="index.html"/>
-    <using label="Using Plugins" href="usingPlugins.html"/>
-    <infrastructure label="Plugin Infrastructure" href="pluginInfrastructure.html"/>
-  </plugins>
 
   <!-- Versioned Documentation
        
@@ -177,6 +169,12 @@
         <index label="Overview" href="index.html"/>
         <upgrading_08 label="Upgrading to 0.8" href="upgrading_08.html"/>
       </documentation>
+
+      <plugins label="0.80 Plugins" href="pluginDocs/plugins_0_80/" tab="p0_80">
+        <index label="Index" href="index.html"/>
+        <using label="Using Plugins" href="usingPlugins.html"/>
+        <infrastructure label="Plugin Infrastructure" href="pluginInfrastructure.html"/>
+      </plugins>
     </v0.80>
 
     <v0.70>
@@ -187,14 +185,13 @@
           <ignoring_javadocs href="#ignoring_javadocs"/>
           <link_raw href="#link_raw"/>
           <pdf_images href="#pdf_images"/>
+          <tab-index href="#tab-index"/>
           <cli-xconf href="#cli-xconf"/>
           <pageBreaks href="#pageBreaks"/>
           <site-xml href="#site-xml"/>
           <requirements href="#requirements"/>
         </faq>
-        <changes label="Changes" href="changes.html">
-          <v06 href="#version_0.6"/>
-        </changes>
+        <changes label="Changes" href="changes.html"/>
         <changes-rss href="changes.rss"/>
         <todo label="Todo" href="todo.html"/>
         <your-project label="Using Forrest" href="your-project.html">
@@ -208,6 +205,7 @@
         <validation label="XML Validation" href="validation.html"/>
         <linking label="Menus and Linking" href="linking.html">
           <menu_generation href="#menu_generation"/>
+          <tab-site href="#tab-site"/>
         </linking>
         <searching label="Searching" href="searching.html"/>
         <skins label="Default Skins" href="skins.html"/>
@@ -261,19 +259,19 @@
  
         <samples label="Reference docs">
           <dtd-docs-container label="DTD documentation">
-            <dtd-docs label="Overview" href="dtd-docs.html"/>
-            <document-v20-dtd label="document-v20" href="document-v20.dtdx.html"/>
-            <howto-v20-dtd label="howto-v20" href="howto-v20.dtdx.html"/>
-            <faq-v20-dtd label="faq-v20" href="faq-v20.dtdx.html"/>
-            <document-v13-dtd label="document-v13" href="document-v13.dtdx.html"/>
-            <howto-v13-dtd label="howto-v13" href="howto-v13.dtdx.html"/>
-            <faq-v13-dtd label="faq-v13" href="faq-v13.dtdx.html"/>
+            <dtd-docs label="Overview" href="../dtdx/dtd-docs.html"/>
+            <document-v20-dtd label="document-v20" href="../dtdx/document-v20.dtdx.html"/>
+            <howto-v20-dtd label="howto-v20" href="../dtdx/howto-v20.dtdx.html"/>
+            <faq-v20-dtd label="faq-v20" href="../dtdx/faq-v20.dtdx.html"/>
+            <document-v13-dtd label="document-v13" href="../dtdx/document-v13.dtdx.html"/>
+            <howto-v13-dtd label="howto-v13" href="../dtdx/howto-v13.dtdx.html"/>
+            <faq-v13-dtd label="faq-v13" href="../dtdx/faq-v13.dtdx.html"/>
           </dtd-docs-container>
           <samples-container label="Doc samples">
-            <document-v11 href="document-v11.html"/>
-            <document-v12 href="document-v12.html"/>
-            <document-v13 label="document-v13" href="document-v13.html"/>
-            <document-v20 label="document-v20" href="document-v20.html"/>
+            <document-v11 href="../dtdx/document-v11.html"/>
+            <document-v12 href="../dtdx/document-v12.html"/>
+            <document-v13 label="document-v13" href="../dtdx/document-v13.html"/>
+            <document-v20 label="document-v20" href="../dtdx/document-v20.html"/>
           </samples-container>
         </samples>
         
@@ -291,6 +289,12 @@
         </older_documentation>
          
       </documentation>
+
+      <plugins label="0.70 Plugins" href="pluginDocs/plugins_0_70/" tab="p0_70">
+        <index label="Index" href="index.html"/>
+        <using label="Using Plugins" href="usingPlugins.html"/>
+        <infrastructure label="Plugin Infrastructure" href="pluginInfrastructure.html"/>
+      </plugins>
     </v0.70>
 
     <v0.60>
@@ -302,7 +306,7 @@
           <link_raw href="#link_raw"/>
           <pdf_images href="#pdf_images"/>
         </faq>
-        <changes label="Changes" href="site:v0.70/documentation/changes/v06"/>
+        <changes label="Changes" href="changes.html"/>
         <todo label="Todo" href="todo.html"/>
         <your-project label="Using Forrest" href="your-project.html">
           <new_content_type href="#adding_new_content_type"/>
@@ -354,21 +358,19 @@
         
         <samples label="Reference docs">
           <dtd-docs-container label="DTD documentation">
-            <dtd-docs label="Overview" href="dtd-docs.html"/>
-            <document-v20-dtd label="document-v20" href="document-v20.dtdx.html"/>
-            <howto-v20-dtd label="howto-v20" href="howto-v20.dtdx.html"/>
-            <faq-v20-dtd label="faq-v20" href="faq-v20.dtdx.html"/>
-            <document-v13-dtd label="document-v13" href="document-v13.dtdx.html"/>
-            <howto-v13-dtd label="howto-v13" href="howto-v13.dtdx.html"/>
-            <faq-v13-dtd label="faq-v13" href="faq-v13.dtdx.html"/>
+            <dtd-docs label="Overview" href="../dtdx/dtd-docs.html"/>
+            <document-v20-dtd label="document-v20" href="../dtdx/document-v20.dtdx.html"/>
+            <howto-v20-dtd label="howto-v20" href="../dtdx/howto-v20.dtdx.html"/>
+            <faq-v20-dtd label="faq-v20" href="../dtdx/faq-v20.dtdx.html"/>
+            <document-v13-dtd label="document-v13" href="../dtdx/document-v13.dtdx.html"/>
+            <howto-v13-dtd label="howto-v13" href="../dtdx/howto-v13.dtdx.html"/>
+            <faq-v13-dtd label="faq-v13" href="../dtdx/faq-v13.dtdx.html"/>
           </dtd-docs-container>
           <samples-container label="Doc samples">
-            <document-v11 href="document-v11.html"/>
-            <document-v12 href="document-v12.html"/>
-            <document-v13 label="document-v13" href="document-v13.html"/>
-            <document-v20 label="document-v20" href="document-v20.html"/>
-            <wiki label="JSPWiki Reference" href="wiki-sample.html"/>
-            <oowriter label="OpenOffice.Org Writer" href="oowriter.html"/>    
+            <document-v11 href="../dtdx/document-v11.html"/>
+            <document-v12 href="../dtdx/document-v12.html"/>
+            <document-v13 label="document-v13" href="../dtdx/document-v13.html"/>
+            <document-v20 label="document-v20" href="../dtdx/document-v20.html"/>
           </samples-container>
         </samples>
       </documentation>

Modified: forrest/branches/forrest_07_branch/site-author/content/xdocs/tabs.xml
URL: http://svn.apache.org/viewcvs/forrest/branches/forrest_07_branch/site-author/content/xdocs/tabs.xml?rev=191241&r1=191240&r2=191241&view=diff
==============================================================================
--- forrest/branches/forrest_07_branch/site-author/content/xdocs/tabs.xml (original)
+++ forrest/branches/forrest_07_branch/site-author/content/xdocs/tabs.xml Fri Jun 17 18:04:55 2005
@@ -40,6 +40,9 @@
       <tab id="v0_80" label="0.80-dev (under development)" dir="docs_0_80" indexfile="index.html" /> 
       <tab id="v0_60" label="0.60 (past)" dir="docs_0_60" indexfile="index.html" />
     </tab>
-    <tab id="plugins" label="Plugins" dir="docs/plugins" indexfile="index.html"/>
+    <tab id="plugins" label="Plugins" dir="pluginDocs" indexfile="index.html">
+      <tab id="p0_70" label="0.70 (current)" dir="pluginDocs/plugins_0_70" indexfile="index.html" />
+      <tab id="p0_80" label="0.80-dev (under development)" dir="pluginDocs/plugins_0_80" indexfile="index.html" /> 
+    </tab>
     <tab id="tools" label="Tools" dir="tools" indexfile="index.html"/>
 </tabs>

Modified: forrest/branches/forrest_07_branch/site-author/content/xdocs/tools/xxe.xml
URL: http://svn.apache.org/viewcvs/forrest/branches/forrest_07_branch/site-author/content/xdocs/tools/xxe.xml?rev=191241&r1=191240&r2=191241&view=diff
==============================================================================
--- forrest/branches/forrest_07_branch/site-author/content/xdocs/tools/xxe.xml (original)
+++ forrest/branches/forrest_07_branch/site-author/content/xdocs/tools/xxe.xml Fri Jun 17 18:04:55 2005
@@ -24,6 +24,8 @@
 
   <body>
     <note>This requires XXE version 2.5p3 or higher</note>
+    <note>This is not a particular endorsement of XXE over other xml editors.
+      It is just that we provide this tool to take advantage of XXE.</note>
 
     <p><link href="http://www.xmlmind.com/xmleditor/">XMLmind XML Editor</link>
     is a validating XML editor featuring a word processor-like view. We support
@@ -74,4 +76,4 @@
       Custom Configuration Info</link></p>
     </section>
   </body>
-</document>
\ No newline at end of file
+</document>

Modified: forrest/branches/forrest_07_branch/site-author/publish.xml
URL: http://svn.apache.org/viewcvs/forrest/branches/forrest_07_branch/site-author/publish.xml?rev=191241&r1=191240&r2=191241&view=diff
==============================================================================
--- forrest/branches/forrest_07_branch/site-author/publish.xml (original)
+++ forrest/branches/forrest_07_branch/site-author/publish.xml Fri Jun 17 18:04:55 2005
@@ -20,10 +20,13 @@
   <property name="getsrc.local.root-dir" location="."/>
   <target name="getsrc" depends="getsrc.clean-workdir, getsrc.local"/>
   
-  <!-- create this file to be an ant project (not stored in CVS or SVN)
-  that sets deploy.svn.user and deploy.svn.password propeties -->
+  <!-- create this secret file to be an ant project (not stored in CVS or SVN)
+    that sets deploy.svn.user and deploy.svn.password properties.
+    See forrest/etc/publishing_our_site.txt
+   -->
   <import file="../deploy.svn.settings" optional="true"/>
-  <property name="deploy.svn.url" value="https://svn.apache.org/repos/asf/forrest/site/docs/dev"/>
+
+  <property name="deploy.svn.url" value="https://svn.apache.org/repos/asf/forrest/site"/>
   <target name="deploy" depends="deploy.svn"/>
 
   <property environment="env"/>

Copied: forrest/branches/forrest_07_branch/site-author/sitemap.xmap (from r191232, forrest/trunk/site-author/sitemap.xmap)
URL: http://svn.apache.org/viewcvs/forrest/branches/forrest_07_branch/site-author/sitemap.xmap?p2=forrest/branches/forrest_07_branch/site-author/sitemap.xmap&p1=forrest/trunk/site-author/sitemap.xmap&r1=191232&r2=191241&rev=191241&view=diff
==============================================================================
    (empty)

Propchange: forrest/branches/forrest_07_branch/site-author/sitemap.xmap
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: forrest/branches/forrest_07_branch/site-author/skinconf.xml
URL: http://svn.apache.org/viewcvs/forrest/branches/forrest_07_branch/site-author/skinconf.xml?rev=191241&r1=191240&r2=191241&view=diff
==============================================================================
--- forrest/branches/forrest_07_branch/site-author/skinconf.xml (original)
+++ forrest/branches/forrest_07_branch/site-author/skinconf.xml Fri Jun 17 18:04:55 2005
@@ -132,6 +132,13 @@
       </motd-page>
       <motd-page-url>/versions/index.html</motd-page-url>
     </motd-option>
+    <motd-option pattern="plugins_0_80">
+      <motd-title>v0.8-dev</motd-title>
+      <motd-page location="both">
+        This is documentation for development version v0.8
+      </motd-page>
+      <motd-page-url>/pluginDocs/index.html</motd-page-url>
+    </motd-option>
     <motd-option pattern="docs_0_70">
       <motd-title>v0.7</motd-title>
       <motd-page location="both">
@@ -139,6 +146,13 @@
       </motd-page>
       <motd-page-url>/versions/index.html</motd-page-url>
     </motd-option>
+    <motd-option pattern="plugins_0_70">
+      <motd-title>v0.7</motd-title>
+      <motd-page location="both">
+        This is documentation for current version v0.7
+      </motd-page>
+      <motd-page-url>/pluginDocs/index.html</motd-page-url>
+    </motd-option>
     <motd-option pattern="docs_0_60">
       <motd-title>v0.6</motd-title>
       <motd-page location="both">
@@ -162,8 +176,8 @@
 
     <color name="tab-selected" value="#4a6d8c" link="#0F3660" vlink="#0F3660" hlink="#000066"/>
     <color name="tab-unselected" value="#b5c7e7" link="#0F3660" vlink="#0F3660" hlink="#000066"/>
-    <color name="subtab-selected" value="#4a6d8c" link="#0F3660" vlink="#0F3660" hlink="#000066"/>
-    <color name="subtab-unselected" value="#4a6d8c" link="#0F3660" vlink="#0F3660" hlink="#000066"/>
+    <color name="subtab-selected" value="#4a6d8c" link="#cedfef" vlink="#cedfef" hlink="#000066"/>
+    <color name="subtab-unselected" value="#4a6d8c" link="#cedfef" vlink="#cedfef" hlink="#000066"/>
 
     <color name="heading" value="#294563"/>
     <color name="subheading" value="#4a6d8c"/>

Modified: forrest/branches/forrest_07_branch/site-author/status.xml
URL: http://svn.apache.org/viewcvs/forrest/branches/forrest_07_branch/site-author/status.xml?rev=191241&r1=191240&r2=191241&view=diff
==============================================================================
--- forrest/branches/forrest_07_branch/site-author/status.xml (original)
+++ forrest/branches/forrest_07_branch/site-author/status.xml Fri Jun 17 18:04:55 2005
@@ -55,7 +55,8 @@
   <changes>
     <release version="0.8-dev" date="not yet released">
       <notes>
-        <p>Apache Forrest is pleased to release the new version: apache-forrest-0.7</p>
+        <section>
+        <title>Apache Forrest is pleased to release the new version: apache-forrest-0.7</title>
         
         <p>It can be downloaded from one of the <link href="http://forrest.apache.org/mirrors.cgi">Apache
         Software Foundation mirror sites</link>.</p>
@@ -67,7 +68,7 @@
         standards, which separates presentation from content.
         Forrest can generate static documents, or be used as a
         dynamic server, or be deployed by its automated facility.</p>
-        
+        </section>
         <section>
           <title>Requirements</title>
 
@@ -121,8 +122,13 @@
           <p>Feedback, feature suggestions, bugs and any other issues can be discussed on
           our <link href="http://forrest.apache.org/mail-lists.html">mailing lists</link>.</p>
         </section>
-        
       </notes>
+
+      <action dev="DC" type="add" context="docs">
+<!-- Please keep this action at the top -->
+        Added document to facilitate
+        <link href="site:v0.80//upgrading_08">upgrading to v0.8</link>
+      </action>
       
     </release>
     <release version="0.7" date="2005-06-19">
@@ -131,6 +137,10 @@
         Added document to facilitate
         <link href="site:v0.70//upgrading_07">upgrading to v0.7</link>
       </action>
+      <action context="code" type="update" dev="JJP" fixes-bug="FOR-18">
+          Config check for the i8n attribute for i18n transformer
+	  so it is used only when necessary.
+       </action>
       <action dev="DC" type="update" context="code" importance="high">
         Enhanced the Message of the Day (MOTD) facility.
         See skinconf.xml from a "seed" site for configuration details.
@@ -404,7 +414,7 @@
         tab</link> to create subject-specific aggregated documents.
       </action>
       <action dev="DC" type="update" context="code" importance="high">
-        <a href="site:v0.70//faq/requirements">Java 1.4 is required</a>
+        <link href="site:v0.70//faq/requirements">Java 1.4 is required</link>
         starting with Forrest-0.7-dev
       </action>
     </release>
@@ -2030,20 +2040,20 @@
 
   <todo>
     <actions priority="high">
-      <action context="code" dev="open">
+      <action type="fix" context="code" dev="open">
         <!-- Please leave this action at the top -->
         Please see our Jira
         <link href="site:bugs">issue tracker</link> for tasks to be done.
         Note that the Todo list below is old. We need someone to move those
         tasks over to the issue tracker.
       </action>
-      <action context="code" dev="open">
+      <action type="fix" context="code" dev="open">
         Rework the menu generation system to make it more flexible.  See thread
         <link
           href="http://marc.theaimsgroup.com/?w=2&amp;r=1&amp;s=Fixing+menus&amp;q=t">Fixing
           menus</link>
       </action>
-      <action context="code" dev="open">
+      <action type="fix" context="code" dev="open">
         Define an 'object model' for Forrest sites, in the form of a Cocoon
         pipeline, that defines
         - The directory structure of a site
@@ -2055,28 +2065,28 @@
         attributes) and the stylesheets (through
         <code>document(cocoon:/...)</code> calls or inlined with source XML).
         </action>
-        <action context="code" dev="NKB">
+        <action type="fix" context="code" dev="NKB">
           Finalise the project-definition DTDs, like status.xml and module.xml;
           try to come up with a common format with others on community.at.apache.org.
         </action>    
       </actions>
 
       <actions priority="medium">
-         <action context="code" dev="NKB">
+         <action type="fix" context="code" dev="NKB">
           Finish the RSS feed for status.xml.
           Aggregate status.xml and project.xml to have all needed project data.
         </action>    
-        <action context="docs" dev="open">
+        <action type="fix" context="docs" dev="open">
           Add stylesheets to render the enhanced status.xml file contents.
         </action>     
-        <action context="code" dev="JT">
+        <action type="fix" context="code" dev="JT">
           In skinconf.xml, change 'disable-search' to 'enable-search'.
         </action>
-        <action context="code" dev="NKB">
+        <action type="fix" context="code" dev="NKB">
           Enhance the initial forrest toolbar for Mozilla.
           See email discussion <link href="http://marc.theaimsgroup.com/?l=forrest-dev&amp;m=102471820523388">draft forrest toolbar for Mozilla</link>.
         </action>
-        <action context="code" dev="open">
+        <action type="fix" context="code" dev="open">
           Fix things so docs can be edited in src/*, and have the changes appear
           immediately in the webapp.  Involves creating/using an InputModule for
           passing 'forrest.skin' and other properties to the sitemap, so we can
@@ -2085,7 +2095,7 @@
           of in-place modification.  Perhaps a @token@-to-value Transformer could
           be the same ${variable}-to-value Transformer mentioned in the RT [3].
         </action>  
-        <action context="code" dev="open">
+        <action type="fix" context="code" dev="open">
           Act on <link href="http://marc.theaimsgroup.com/?t=104099660500001&amp;r=1&amp;w=2">'Entities in XML docs' RT</link>.
           I can implement Stefano's
           suggested solution quite easily, but is such limited functionality
@@ -2093,55 +2103,55 @@
           Best short-term alternative seems to be using the XNI XInclude
           processor for pre-validation inclusion.
         </action>  
-        <action context="docs" dev="open">
+        <action type="fix" context="docs" dev="open">
           A lot of the info on the website is outdated.
         </action>  
-        <action context="docs" dev="open">
+        <action type="fix" context="docs" dev="open">
           Using metadata
           from site.xml, it would at least be possible to indicate how old the
           doc is, and perhaps indicate its relevance from a small controlled
           vocabulary.
         </action>  
-        <action context="design" dev="open">
+        <action type="fix" context="design" dev="open">
           Develop a mechanism for supporting legacy URLs.
           See email discussion -
           <link href="http://marc.theaimsgroup.com/?l=forrest-dev&amp;m=102390892524750">redirects with static sites</link>
         </action>   
-        <action context="code" dev="open">
+        <action type="fix" context="code" dev="open">
           Fix up and integrate the Forrest Maven plugin.
         </action>
 
       </actions>
 
       <actions priority="low">
-        <action context="code" dev="open">
+        <action type="fix" context="code" dev="open">
           Ensure that PHP-like stuff can be embedded easily in Forrest files and
           document it.
         </action>    
-        <action context="code" dev="open">
+        <action type="fix" context="code" dev="open">
           Continue the development of the <link
             href="site:v0.70//libre-intro">Libre</link> facility - replacement for
           */book.xml
         </action>
-        <action context="docs" dev="open">
+        <action type="fix" context="docs" dev="open">
           Start a community doc where we list tools such as "code".
         </action>
-        <action context="code" dev="open">
+        <action type="fix" context="code" dev="open">
           Migrate to a decent schema language, primarily so that we can use
           namespaces in XML docs, allowing things like XInclude, 
           <link href="http://www.xml.com/pub/a/2002/10/30/rdf-friendly.html">in-line metadata</link>,
           in-line SVG, Jelly snippets, or anything else users can make a
           Transformer for.
         </action>
-        <action context="code" dev="open">
+        <action type="fix" context="code" dev="open">
           Streamline the process of adding support for new schemas.  Ideally we'd
           have an auto-download system, e.g. 'forrest-update docbook' would fetch
           and install the Docbook DTDs, create catalog entries, sitemap mods etc.
         </action>
-        <action context="code" dev="NKB">
+        <action type="fix" context="code" dev="NKB">
           Make a CSS Generator and a stylesheet to serialize it to text.
         </action>  
-        <action context="docs" dev="open">
+        <action type="fix" context="docs" dev="open">
           Add a document about authoring in XML for beginners..
         </action>   
 

Modified: forrest/branches/forrest_07_branch/whiteboard/plugins/whiteboard-plugins.xml
URL: http://svn.apache.org/viewcvs/forrest/branches/forrest_07_branch/whiteboard/plugins/whiteboard-plugins.xml?rev=191241&r1=191240&r2=191241&view=diff
==============================================================================
--- forrest/branches/forrest_07_branch/whiteboard/plugins/whiteboard-plugins.xml (original)
+++ forrest/branches/forrest_07_branch/whiteboard/plugins/whiteboard-plugins.xml Fri Jun 17 18:04:55 2005
@@ -40,7 +40,7 @@
   <plugin name="org.apache.forrest.plugin.input.Daisy"
         type="input"
         author="Apache Forrest Project"
-        website="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.input.Daisy/"
+        website="http://forrest.apache.org/pluginDocs/plugin_0_70/org.apache.forrest.plugin.input.Daisy/"
         url="http://forrest.apache.org/plugins"
         version="0.3-dev">
     <description>
@@ -52,7 +52,7 @@
   <plugin name="org.apache.forrest.plugin.input.excel"
         type="input"
         author="Apache Forrest Project"
-        website="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.input.excel/"
+        website="http://forrest.apache.org/pluginDocs/plugin_0_70/org.apache.forrest.plugin.input.excel/"
         url="http://forrest.apache.org/plugins"
         version="0.3-dev">
     <description>
@@ -64,7 +64,7 @@
   <plugin name="org.apache.forrest.plugin.input.logs"
         type="input"
         author="Apache Forrest Project"
-        website="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.input.logs"
+        website="http://forrest.apache.org/pluginDocs/plugin_0_70/org.apache.forrest.plugin.input.logs"
         url="http://forrest.apache.org/plugins"
         version="0.1-dev">
     <description>
@@ -82,7 +82,7 @@
   <plugin name="org.apache.forrest.plugin.Chart"
         type="output"
         author="Apache Forrest Project"
-        website="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.Chart"
+        website="http://forrest.apache.org/pluginDocs/plugin_0_70/org.apache.forrest.plugin.Chart"
         url="http://forrest.apache.org/plugins/"
         version="0.1-dev">
     <description>
@@ -94,7 +94,7 @@
   <plugin name="org.apache.forrest.plugin.output.htmlArea"
         type="output"
         author="Apache Forrest Project"
-        website="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.output.htmlArea"
+        website="http://forrest.apache.org/pluginDocs/plugin_0_70/org.apache.forrest.plugin.output.htmlArea"
         url="http://forrest.apache.org/plugins/"
         version="0.1-dev">
     <description>
@@ -110,7 +110,7 @@
   <plugin name="org.apache.forrest.plugin.internal.view"
         type="internal"
         author="Apache Forrest Project"
-        website="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.view"
+        website="http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.view"
         url="http://forrest.apache.org/plugins/"
         version="0.1-dev">
     <description>