You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by fe...@apache.org on 2006/05/19 17:11:08 UTC

svn commit: r407820 - in /forrest/trunk/site-author: ./ content/xdocs/ content/xdocs/docs_0_60/ content/xdocs/docs_0_80/ content/xdocs/docs_0_80/howto/ content/xdocs/docs_0_80/howto/cvs-ssh/ content/xdocs/pluginDocs/plugins_0_70/ content/xdocs/pluginDo...

Author: ferdinand
Date: Fri May 19 08:11:07 2006
New Revision: 407820

URL: http://svn.apache.org/viewvc?rev=407820&view=rev
Log:
Fixed link error created by restructuring, clean up linking flaws discovered while doing so.

Modified:
    forrest/trunk/site-author/content/xdocs/docs_0_60/build.xml
    forrest/trunk/site-author/content/xdocs/docs_0_60/your-project.xml
    forrest/trunk/site-author/content/xdocs/docs_0_80/dispatcher.xml
    forrest/trunk/site-author/content/xdocs/docs_0_80/faq.xml
    forrest/trunk/site-author/content/xdocs/docs_0_80/howto/cvs-ssh/book.xml
    forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-buildPlugin.xml
    forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-custom-html-source.xml
    forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-dispatcher-install.xml
    forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-dispatcher-quickstart.xml
    forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-structurer-contracts.xml
    forrest/trunk/site-author/content/xdocs/docs_0_80/howto/index.xml
    forrest/trunk/site-author/content/xdocs/docs_0_80/index.xml
    forrest/trunk/site-author/content/xdocs/docs_0_80/sitemap-ref.xml
    forrest/trunk/site-author/content/xdocs/docs_0_80/status-themes.xml
    forrest/trunk/site-author/content/xdocs/docs_0_80/your-project.xml
    forrest/trunk/site-author/content/xdocs/howto-dev.xml
    forrest/trunk/site-author/content/xdocs/pluginDocs/plugins_0_70/pluginInfrastructure.xml
    forrest/trunk/site-author/content/xdocs/pluginDocs/plugins_0_70/usingPlugins.xml
    forrest/trunk/site-author/content/xdocs/pluginDocs/plugins_0_80/pluginInfrastructure.xml
    forrest/trunk/site-author/content/xdocs/pluginDocs/plugins_0_80/usingPlugins.xml
    forrest/trunk/site-author/content/xdocs/site.xml
    forrest/trunk/site-author/forrest.properties

Modified: forrest/trunk/site-author/content/xdocs/docs_0_60/build.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/docs_0_60/build.xml?rev=407820&r1=407819&r2=407820&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs_0_60/build.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs_0_60/build.xml Fri May 19 08:11:07 2006
@@ -51,7 +51,7 @@
       <section id="snapshot">
         <title>Using source snapshots</title>
         <p>It is preferable to use SVN, but if you cannot for some reason, then
-          <link href="site:download">source snapshots</link> are available
+            <link href="ext:forrest/snapshots">source snapshots</link> are available
           (automatically packed every six hours).
         </p>
       </section>

Modified: forrest/trunk/site-author/content/xdocs/docs_0_60/your-project.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/docs_0_60/your-project.xml?rev=407820&r1=407819&r2=407820&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs_0_60/your-project.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs_0_60/your-project.xml Fri May 19 08:11:07 2006
@@ -35,7 +35,7 @@
    <section id="installing">
      <title>Installing Forrest</title>
      <p>
-       <link href="site:about/download">Download</link> the latest release
+         <link href="ext:forrest/download">Download</link> the latest release
        of Forrest, or
        if you want to try the development version,
        <link href="site:v0.60//build">build Forrest</link> from source.

Modified: forrest/trunk/site-author/content/xdocs/docs_0_80/dispatcher.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/docs_0_80/dispatcher.xml?rev=407820&r1=407819&r2=407820&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs_0_80/dispatcher.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs_0_80/dispatcher.xml Fri May 19 08:11:07 2006
@@ -30,7 +30,7 @@
     </warning>
     <section id="introduction">
       <title>Introduction</title>
-      <p> As stated in the <a href="site:v0.80//documentation/skins">Skin 
+      <p> As stated in the <a href="site:v0.80//skins">Skin 
         documentation </a> the aim of the Forrest skins is to provide many 
         capabilities so that extra skins are not needed. Experience showed that 
         many Forrest users still decided to create a new skin because the 
@@ -117,9 +117,9 @@
     <section id="info">
       <title>Further information</title>
       <p> See the various How-to documents about the dispatcher, starting with 
-        <a href="site:v0.80//howto/dispatcher/install">installing the 
+        <a href="site:v0.80//dispatcher/install">installing the 
         dispatcher</a> and
-        <a href="site:v0.80//howto/dispatcher/quickstart">quickstart</a>
+        <a href="site:v0.80//dispatcher/quickstart">quickstart</a>
       </p>
       <p> Apache Forrest 1.0 Specification (Draft, not yet published): 
         <code>site-author/content/xdocs/TR/2005/WD-forrest10.html</code> </p>

Modified: forrest/trunk/site-author/content/xdocs/docs_0_80/faq.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/docs_0_80/faq.xml?rev=407820&r1=407819&r2=407820&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs_0_80/faq.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs_0_80/faq.xml Fri May 19 08:11:07 2006
@@ -286,7 +286,7 @@
      ...
   </about>]]></source>
         <p> In this case the menu labeled "About" will have 2 new items: "Full PDF" and "Full HTML".
-          (See also <link href="site:v0.80//howto/pdf-tab">How to create a PDF document for each
+          (See also <link href="site:v0.80//pdf-tab">How to create a PDF document for each
           tab</link>.) </p>
         <p> This assumes that you use the <link href="site:v0.80//linking">site.xml</link> method for your
           site structure and navigation, rather than the old book.xml method. </p>

Modified: forrest/trunk/site-author/content/xdocs/docs_0_80/howto/cvs-ssh/book.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/docs_0_80/howto/cvs-ssh/book.xml?rev=407820&r1=407819&r2=407820&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs_0_80/howto/cvs-ssh/book.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs_0_80/howto/cvs-ssh/book.xml Fri May 19 08:11:07 2006
@@ -23,7 +23,7 @@
   xmlns:xlink="http://www.w3.org/1999/xlink">
 
   <menu label="How-To Samples">
-    <menu-item label="Overview" href="site:v0.80//howto/overview"/>
+    <menu-item label="Overview" href="site:v0.80//overview"/>
   </menu>
   <menu label="Committers">
     <menu-item label="CVS through SSH" href="howto-cvs-ssh.html"/>

Modified: forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-buildPlugin.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-buildPlugin.xml?rev=407820&r1=407819&r2=407820&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-buildPlugin.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-buildPlugin.xml Fri May 19 08:11:07 2006
@@ -217,7 +217,7 @@
       
       <p>It is beyond the scope of this How-To to give details about how to 
       build your plugins XMap. See the 
-      <a href="site:v0.80//documentation/developers/sitemap-ref">Sitemap Reference</a> for general
+      <a href="site:v0.80//sitemap-ref">Sitemap Reference</a> for general
       information. See also 
       <a href="site:plugins/infrastructure">Plugin Infrastructure</a>
       for some hints and tips on creating plugin sitemaps. In addition, as with

Modified: forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-custom-html-source.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-custom-html-source.xml?rev=407820&r1=407819&r2=407820&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-custom-html-source.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-custom-html-source.xml Fri May 19 08:11:07 2006
@@ -474,7 +474,7 @@
             At the output of this transformer we will have a valid
             XHTML-document althought it might still contain some unwanted
             elements. We'll deal with those later (see
-            <a href="site:v0.80//howto/custom-html-source">When to customize</a>).
+            <a href="#custom">When to customize</a>).
         </li>
         <li>
             <code>&lt;map:transform src="{forrest:stylesheets}/html2document.xsl"/&gt;</code><br/>

Modified: forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-dispatcher-install.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-dispatcher-install.xml?rev=407820&r1=407819&r2=407820&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-dispatcher-install.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-dispatcher-install.xml Fri May 19 08:11:07 2006
@@ -46,7 +46,7 @@
   <prerequisites title="Prerequisites">
     <ul>
       <li>Need the SVN trunk version of Forrest for using the "dispatcher" because it is in an early stage.</li>
-      <li>Read <a href="site:v0.80//howto/buildPlugin">How to Build a Plugin</a>
+      <li>Read <a href="site:v0.80//buildPlugin">How to Build a Plugin</a>
         especially the section about using Forrest's own Ant.</li>
       <li>Installing a mozilla browser and the
         <a href="site:tools/forrestbar">Forrestbar</a> helps a lot in developing.</li>
@@ -120,8 +120,8 @@
       From here we recommend to read the following How-To's (in this order):
     </p>
     <ul>
-      <li><a href="site:v0.80//howto/dispatcher/structurer">Getting started with the "structurer"</a> </li>
-      <li><a href="site:v0.80//howto/dispatcher/contracts">Create your own contract implementation</a> </li>
+      <li><a href="site:v0.80//dispatcher/structurer">Getting started with the "structurer"</a> </li>
+      <li><a href="site:v0.80//dispatcher/contracts">Create your own contract implementation</a> </li>
     </ul>
   </extension>
   <feedback title="Feedback">

Modified: forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-dispatcher-quickstart.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-dispatcher-quickstart.xml?rev=407820&r1=407819&r2=407820&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-dispatcher-quickstart.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-dispatcher-quickstart.xml Fri May 19 08:11:07 2006
@@ -246,10 +246,10 @@
       we recommend to read the following How-Tos: </p>
     <ul>
       <li>
-        <a href="site:v0.80//howto/dispatcher/structurer">How to use the structurer</a>
+        <a href="site:v0.80//dispatcher/structurer">How to use the structurer</a>
       </li>
       <li>
-        <a href="site:v0.80//howto/dispatcher/structurer">Create your own contract 
+        <a href="site:v0.80//dispatcher/structurer">Create your own contract 
           implementation</a>
       </li>
     </ul>

Modified: forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-structurer-contracts.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-structurer-contracts.xml?rev=407820&r1=407819&r2=407820&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-structurer-contracts.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-structurer-contracts.xml Fri May 19 08:11:07 2006
@@ -275,7 +275,7 @@
       <p>
         To see whether the new contract works we need to add it to our structurer.
         The contract usage contains the contract-tag <code><![CDATA[<forrest:contract name="siteinfo-last-published-howto"/>]]></code>
-        Please see <a href="site:v0.80//howto/dispatcher/structurer">Getting started with the "structurer"</a> for more details.
+        Please see <a href="site:v0.80//dispatcher/structurer">Getting started with the "structurer"</a> for more details.
       </p>
        <note>
         Next to write are parameter-contracts with advanced features of the dispatcher. 
@@ -288,7 +288,7 @@
       From here we recommend to read the following How-To's (if not already done):
     </p>
     <ul>
-      <li><a href="site:v0.80//howto/dispatcher/structurer">Getting started with the "structurer"</a> </li>
+      <li><a href="site:v0.80//dispatcher/structurer">Getting started with the "structurer"</a> </li>
     </ul>
   </extension>
   <feedback title="Feedback">

Modified: forrest/trunk/site-author/content/xdocs/docs_0_80/howto/index.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/docs_0_80/howto/index.xml?rev=407820&r1=407819&r2=407820&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs_0_80/howto/index.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs_0_80/howto/index.xml Fri May 19 08:11:07 2006
@@ -27,11 +27,11 @@
     <section>
       <title>Forrest Site and Documentation</title>
       <ul>
-        <li><link href="site:v0.80//howto/write-howto">How to write a How-To</link>
+        <li><link href="site:write-howto">How to write a How-To</link>
           - Provides instructions about writing documents. Please copy this
           file to serve as a template for your own document.
         </li>
-        <li><link href="site:v0.80//howto/asf-mirror">Generate an ASF mirrors page using interactive web form</link>
+        <li><link href="site:v0.80//asf-mirror">Generate an ASF mirrors page using interactive web form</link>
           - include html form elements
           into a forrest-generated html page. For example, this enables building
           automated download mirror pages for ASF project websites.
@@ -48,20 +48,20 @@
         users and developers.
       </p>
       <ul>
-        <li><link href="site:v0.80//howto/pdf-tab">How to create a PDF document for each tab</link>
+        <li><link href="site:v0.80//pdf-tab">How to create a PDF document for each tab</link>
           - Describes the generation of a PDF document for each
           group of documents that is defined by a tab.
         </li>
-        <li><link href="site:v0.80//howto/editcss">How to edit Forrest's CSS in a WYSIWYG fashion</link>
+        <li><link href="site:v0.80//editcss">How to edit Forrest's CSS in a WYSIWYG fashion</link>
           - Describes the use of Mozilla Firebird and the free EditCSS-Plugin to 
           customize your Forrest design in a WYSIWYG-way.
         </li>
-        <li><link href="site:v0.80//howto/corner-css">How to modify the color of generated corner images</link>
+        <li><link href="site:v0.80//corner-css">How to modify the color of generated corner images</link>
           - Describes the use of CSS values from the skinconf.xml configuration
           file to change the color of the corner images to be suitable for
           your own skin colors. Advanced use explains editing the *.css too.
         </li>
-        <li><link href="site:v0.80//howto/maven">How to run Forrest from within Maven</link>
+        <li><link href="site:v0.80//maven">How to run Forrest from within Maven</link>
         - For Maven users who want to generate their project's documentation and/or website
           using Forrest in lieu of Maven's site plugin.
         </li>
@@ -69,7 +69,7 @@
         - When integrating legacy html documents into a Forrest-built site, additional processing
         of the html sources might be required.
         </li>
-        <li><link href="site:v0.80//howto/dispatcher/quickstart">Dispatcher Quickstart</link> - Guide to working with the upcoming dispatcher development.
+        <li><link href="site:v0.80//dispatcher/quickstart">Dispatcher Quickstart</link> - Guide to working with the upcoming dispatcher development.
         </li>
       </ul>
     </section>
@@ -77,7 +77,7 @@
     <section>
       <title>Extending Forrest</title>
       <ul>
-        <li><link href="site:v0.80//howto/buildPlugin">How to create a Plugin for Forrest</link>
+        <li><link href="site:v0.80//buildPlugin">How to create a Plugin for Forrest</link>
           - Describes how to write a plugin to add new input or output document
           formats, or to modify the default behaviour of Forrest</li>
       </ul>

Modified: forrest/trunk/site-author/content/xdocs/docs_0_80/index.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/docs_0_80/index.xml?rev=407820&r1=407819&r2=407820&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs_0_80/index.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs_0_80/index.xml Fri May 19 08:11:07 2006
@@ -34,7 +34,7 @@
         For the local docs for the version of Forrest that you are using,
         see the menu at the left and the tabs above for
         <a href="site:v0.80//documentation/index">Docs</a> and
-        <a href="site:v0.80//howto/overview">How-To</a> and
+        <a href="site:v0.80//overview">How-To</a> and
         <a href="site:plugins/index">Plugins</a>.
       </p>
       <p>

Modified: forrest/trunk/site-author/content/xdocs/docs_0_80/sitemap-ref.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/docs_0_80/sitemap-ref.xml?rev=407820&r1=407819&r2=407820&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs_0_80/sitemap-ref.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs_0_80/sitemap-ref.xml Fri May 19 08:11:07 2006
@@ -127,7 +127,7 @@
         <tr>
           <th>status.xmap</th>
           <td>Generates <link href="site:v0.80//changes">changes</link> and 
-          <link href="site:v0.80//todo">todo</link> pages from a single
+          <link href="site:todo">todo</link> pages from a single
             <code>status.xml</code> in the project root.
           </td>
         </tr>
@@ -221,7 +221,7 @@
           <link href="site:v0.80//cap">SourceTypeAction</link> to determine the type of XML
           it is processing, and converts it to document-v13 if necessary.
         </p>
-        <p>For instance, say we are rendering <link href="site:v0.80//write-howto">a
+        <p>For instance, say we are rendering <link href="site:write-howto">a
             Howto document</link> called "howto-howto.xml".  It contains this DOCTYPE
           declaration:</p>
         <source>

Modified: forrest/trunk/site-author/content/xdocs/docs_0_80/status-themes.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/docs_0_80/status-themes.xml?rev=407820&r1=407819&r2=407820&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs_0_80/status-themes.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs_0_80/status-themes.xml Fri May 19 08:11:07 2006
@@ -40,7 +40,7 @@
       content, and provide hooks for applying themes. Although strong progress has been made, it is
       still under development. We encourage developers to use Dispatcher and contribute to its
       development. See the howto 
-      <a href="site:v0.80//howto/dispatcher/quickstart">Dispatcher Quickstart</a> and 
+      <a href="site:v0.80//dispatcher/quickstart">Dispatcher Quickstart</a> and 
       <a href="site:v0.80//dispatcher-concept">Dispatcher Development</a>.</p>
     </section>
   </body>

Modified: forrest/trunk/site-author/content/xdocs/docs_0_80/your-project.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/docs_0_80/your-project.xml?rev=407820&r1=407819&r2=407820&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs_0_80/your-project.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs_0_80/your-project.xml Fri May 19 08:11:07 2006
@@ -38,7 +38,7 @@
        <link href="ext:forrest/download">Download</link> the latest release
        of Forrest and follow the index.html in the top-level, or
        if you want to try the development version, then
-       <link href="site:v0.80//developers/build">build Forrest</link> from source.
+       <link href="site:v0.80//build">build Forrest</link> from source.
      </p>
      
      <section>

Modified: forrest/trunk/site-author/content/xdocs/howto-dev.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/howto-dev.xml?rev=407820&r1=407819&r2=407820&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/howto-dev.xml (original)
+++ forrest/trunk/site-author/content/xdocs/howto-dev.xml Fri May 19 08:11:07 2006
@@ -69,12 +69,12 @@
         You have achieved the basic level of using Forrest. You have Forrest
         installed and can create a new site with 'forrest seed'.
         You have followed at least the first parts of the 
-        <a href="site:v0.80//documentation/your-project">Using Forrest</a>
+        <a href="site:v0.80//your-project">Using Forrest</a>
         document.
       </li>
       <li>
         You will enventually see that understanding of the Cocoon
-        <a href="site:v0.80//documentation/developers/sitemap-ref">sitemap</a>
+        <a href="site:v0.80//sitemap-ref">sitemap</a>
         is important. For the initial examples below, you can do without that.
         However please explore the sitemap soon.
       </li>
@@ -237,7 +237,7 @@
       <title>Editing content</title>
       <p>
         See the 
-        <a href="site:v0.80//documentation/faq/edit-content">FAQ</a>.
+        <a href="site:v0.80//faq/edit-content">FAQ</a>.
         Basically any editor can
         be used, because Forrest treats the editing of content as a separate
         concern. Be sure to configure the editor to find local copies of DTDs.
@@ -332,7 +332,7 @@
       <ul>
         <li><a href="site:v0.80//sitemap-ref">Forrest sitemap reference</a>.</li>
         <li>Introduction to Pipelines in this
-          <a href="site:v0.80//howto//custom-html-source">How-to</a>.</li>
+          <a href="site:v0.80//custom-html-source">How-to</a>.</li>
         <li>About
           <a href="site:v0.80//project-sitemap">Forrest project sitemaps</a>.</li>
         <li><a href="ext:cocoon/concepts">Cocoon concepts</a>.</li>
@@ -356,7 +356,7 @@
           the "logkit.xconf" in webapp/WEB-INF and raise the level of some loggers to WARN.
       </p>
         <p>
-          This <a href="site:v0.80//documentation/faq/logs">FAQ</a>
+          This <a href="site:v0.80//faq/logs">FAQ</a>
           describes the location of the Cocoon logfiles and their
           configuration.
         </p>
@@ -472,7 +472,7 @@
         <p>
           Do 'forrest site' to produce the whole documentation set.
           Cocoon will report its progress and reveal any problems.
-          This <a href="site:v0.80//documentation/faq/build_msg_a">FAQ</a>
+          This <a href="site:v0.80//faq/build_msg_a">FAQ</a>
           explains the messages that Cocoon sends to standard output.
           Broken links are also reported to a special file, which also shows
           the source file containing the break. The location

Modified: forrest/trunk/site-author/content/xdocs/pluginDocs/plugins_0_70/pluginInfrastructure.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/pluginDocs/plugins_0_70/pluginInfrastructure.xml?rev=407820&r1=407819&r2=407820&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/pluginDocs/plugins_0_70/pluginInfrastructure.xml (original)
+++ forrest/trunk/site-author/content/xdocs/pluginDocs/plugins_0_70/pluginInfrastructure.xml Fri May 19 08:11:07 2006
@@ -289,7 +289,7 @@
 	<section>
 		<title>Further Reading</title>
 		<p>If you want to build a plugin you might like to start with our 
-		<a href="site:v0.70//howto/buildPlugin">HowTo on Building Plugins</a>.</p>
+		<a href="site:v0.70//buildPlugin">HowTo on Building Plugins</a>.</p>
 	</section>
   </body>
 </document>

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=407820&r1=407819&r2=407820&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 Fri May 19 08:11:07 2006
@@ -114,7 +114,7 @@
       <title>Further Reading</title>
       <ul>
         <li><a href="site:plugins/infrastructure">Plugin Infrastructure</a></li>
-        <li><a href="site:v0.70//howto/buildPlugin">How to build a Plugin</a></li>
+        <li><a href="site:v0.70//buildPlugin">How to build a Plugin</a></li>
       </ul>
     </section>
   </body>

Modified: forrest/trunk/site-author/content/xdocs/pluginDocs/plugins_0_80/pluginInfrastructure.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/pluginDocs/plugins_0_80/pluginInfrastructure.xml?rev=407820&r1=407819&r2=407820&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/pluginDocs/plugins_0_80/pluginInfrastructure.xml (original)
+++ forrest/trunk/site-author/content/xdocs/pluginDocs/plugins_0_80/pluginInfrastructure.xml Fri May 19 08:11:07 2006
@@ -285,7 +285,7 @@
 	<section>
 		<title>Further Reading</title>
 		<p>If you want to build a plugin you might like to start with our 
-		<a href="site:v0.80//howto/buildPlugin">HowTo on Building Plugins</a>.</p>
+		<a href="site:v0.80//buildPlugin">HowTo on Building Plugins</a>.</p>
 	</section>
   </body>
 </document>

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=407820&r1=407819&r2=407820&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 May 19 08:11:07 2006
@@ -175,7 +175,7 @@
       <title>Further Reading</title>
       <ul>
         <li><a href="site:plugins/infrastructure">Plugin Infrastructure</a></li>
-        <li><a href="site:v0.80//howto/buildPlugin">How to build a Plugin</a></li>
+        <li><a href="site:v0.80//buildPlugin">How to build a Plugin</a></li>
       </ul>
     </section>
   </body>

Modified: forrest/trunk/site-author/content/xdocs/site.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/site.xml?rev=407820&r1=407819&r2=407820&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/site.xml (original)
+++ forrest/trunk/site-author/content/xdocs/site.xml Fri May 19 08:11:07 2006
@@ -125,6 +125,7 @@
 
     <forrest href="http://forrest.apache.org/">
       <download href="mirrors.cgi"/>
+      <snapshots href="http://svn.apache.org/snapshots/forrest/"/> 
       <docs href="docs/">
 <!-- FIXME: Might not need these when we have the local docs happening -->
          <versions>
@@ -233,12 +234,13 @@
           <!-- Needed to avoid moving files -->
           <catalog href="catalog.html"/>
           <project-sitemap href="project-sitemap.html"/>
+          <upgrading_08 href="upgrading_08.html"/>
         <!-- Insert all instructional documentation here -->
         <howto label="How-To" href="howto/">
             <overview label="Overview" href="index.html"/>
             <ForrestInstall label="Install Forrest">
                 
-                <your-project label="Using Forrest" href="your-project.html">
+                <your-project label="Using Forrest" href="../your-project.html">
                     <new_content_type href="#adding_new_content_type"/>
                     <new_dtd href="#new_dtd"/>
                     <webapp href="#webapp"/>
@@ -251,21 +253,22 @@
                     <run href="#run"/>
                 </build>
             </ForrestInstall>
-            <upgrading_08 label="Upgrading to 0.8" href="upgrading_08.html">
-            </upgrading_08>
+            <upgrading_08Ref label="Upgrading to 0.8" href="site:upgrading_08"/>
+            
             <ForrestUse label="Use Forrest">
                 
             </ForrestUse>
             
-            <ForrestAdapt label="Customize Forrest" description="Adapt and tune Forrest for your needs">
+            <ForrestCustomize label="Customize Forrest" description="Adapt and tune Forrest for your needs">
                 
                 <editcss label="Edit CSS (WYSIWYG)" href="howto-editcss.html"/>
                 
                 <pdf-tab label="Create tab PDF" href="howto-pdf-tab.html" 
                     description="Generate one pdf-document for all pages of a tab"/>
+                <corner-css label="CSS corner SVG" href="howto-corner-images.html"/>
                 <custom-html-source label="Custom html source" href="howto-custom-html-source.html"/>
                 <project-sitemapRef label="Project sitemap" href="site:project-sitemap"/>
-            </ForrestAdapt>
+            </ForrestCustomize>
                 
             <ForrestIntegrate label="Integrate Forrest with tools">
                 <maven label="Maven Integration" href="howto-forrest-from-maven.html"/>
@@ -274,7 +277,7 @@
             
             <ForrestExtend label="Extend Forrest" description="Extend Forrest with new functionalities">
                 <buildPlugin label="Build a Plugin" href="howto-buildPlugin.html"/>
-                <skin-package label="Package new Skins" href="skin-package.html"/>
+                <skin-package label="Package new Skins" href="../skin-package.html"/>
             </ForrestExtend>
             
             <asf-mirror label="Download mirror" href="howto-asf-mirror.html"/>
@@ -295,7 +298,7 @@
             
             <documentationCreate label="Adding Documentation" description="Instructions to enhance Forrest by writing
                 new pieces of documentation.">
-                <write-howto label="Write a How-to" href="site:procedures/write-howto" description="Instructions for writing
+                <write-howto label="Write a How-to" href="site:write-howto" description="Instructions for writing
                 a new howto-document"/>
                 <multi label="Multipage HowTo" href="multi/">
                     <intro label="Introduction" href="howto-multi.html"/>

Modified: forrest/trunk/site-author/forrest.properties
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/forrest.properties?rev=407820&r1=407819&r2=407820&view=diff
==============================================================================
--- forrest/trunk/site-author/forrest.properties (original)
+++ forrest/trunk/site-author/forrest.properties Fri May 19 08:11:07 2006
@@ -41,3 +41,5 @@
 # Max memory to allocate to Java
 # FIXME: See issue FOR-572
 forrest.maxmemory=128m
+
+forrest.validate=true
\ No newline at end of file