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/04/12 08:09:54 UTC

svn commit: r161019 - in forrest/trunk/site-author/content/xdocs/docs: howto/howto-buildPlugin.xml howto/howto-custom-html-source.xml libre-intro.xml

Author: crossley
Date: Mon Apr 11 23:09:52 2005
New Revision: 161019

URL: http://svn.apache.org/viewcvs?view=rev&rev=161019
Log:
Use UNIX-style pathnames in docs.
This helps with using find and grep to detect old pathnames
such as context/WEB-INF etc.

Modified:
    forrest/trunk/site-author/content/xdocs/docs/howto/howto-buildPlugin.xml
    forrest/trunk/site-author/content/xdocs/docs/howto/howto-custom-html-source.xml
    forrest/trunk/site-author/content/xdocs/docs/libre-intro.xml

Modified: forrest/trunk/site-author/content/xdocs/docs/howto/howto-buildPlugin.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/docs/howto/howto-buildPlugin.xml?view=diff&r1=161018&r2=161019
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs/howto/howto-buildPlugin.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs/howto/howto-buildPlugin.xml Mon Apr 11 23:09:52 2005
@@ -86,7 +86,7 @@
         to automate some steps in the process. Since ant
         is distributed as part of Forrest, all you need to do
         is add the ant executable directory to your system path. The
-        name of this directory is <code>tools\ant\bin</code>
+        name of this directory is <code>tools/ant/bin</code>
         in your Forrest program directory.
         (Alternatively you can prefix all calls to ant in
         the following instructions with the full path of the ant binary directory.)

Modified: forrest/trunk/site-author/content/xdocs/docs/howto/howto-custom-html-source.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/docs/howto/howto-custom-html-source.xml?view=diff&r1=161018&r2=161019
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs/howto/howto-custom-html-source.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs/howto/howto-custom-html-source.xml Mon Apr 11 23:09:52 2005
@@ -103,11 +103,11 @@
         a given document is processed by searching a sitemap for a
         matching processing pipeline. With Forrest, this core sitemap
         is found in the file
-        'main\webapp\sitemap.xmap' in Forrest's program directory.
+        'main/webapp/sitemap.xmap' in Forrest's program directory.
       </p>
 
       <p class="instruction">
-        Open the file 'main\webapp\sitemap.xmap' in Forrest's
+        Open the file 'main/webapp/sitemap.xmap' in Forrest's
         program directory with a text editor of your choice.
       </p>
       <note>
@@ -594,7 +594,7 @@
         </p>
         <p>
           This project sitemap is located in the file
-          'src\documentation\sitemap.xmap' in your Forrest project directory
+          'src/documentation/sitemap.xmap' in your Forrest project directory
           and will be created automatically when you seed a new project.
           At this point it contains only one
           <a href="project_sitemap.xmap.html#Example+pipeline+for+%27**custom.xml%27">
@@ -682,7 +682,7 @@
         <p class="instruction">
           Design and test a new XSL-Transformation that removes the
           unwanted elements and save it in your project's stylesheet
-          directory, usually src\documentation\resources\stylesheets
+          directory, usually src/documentation/resources/stylesheets
           (defined in project.stylesheets-dir of forrest.properties),
           which is central storage for all stylesheets in a project.
         </p>

Modified: forrest/trunk/site-author/content/xdocs/docs/libre-intro.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/docs/libre-intro.xml?view=diff&r1=161018&r2=161019
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs/libre-intro.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs/libre-intro.xml Mon Apr 11 23:09:52 2005
@@ -66,29 +66,29 @@
   &lt;collection label="content"&gt;
     &lt;collection label="xdocs"&gt;
       &lt;item label="dreams.xml" 
-               href="src\documentation\content\xdocs\dreams.xml" 
+               href="src/documentation/content/xdocs/dreams.xml" 
                title="Forrest dream list"/&gt;
       &lt;item label="faq.xml" 
-               href="src\documentation\content\xdocs\faq.xml"/&gt;
+               href="src/documentation/content/xdocs/faq.xml"/&gt;
       &lt;item label="book.xml" 
-               href="src\documentation\content\xdocs\book.xml"/&gt;
+               href="src/documentation/content/xdocs/book.xml"/&gt;
       &lt;item label="contrib.xml" 
-               href="src\documentation\content\xdocs\contrib.xml" 
+               href="src/documentation/content/xdocs/contrib.xml" 
                title="Contribution to Forrest"/&gt;
       &lt;item label="mail-archives.xml" 
-               href="src\documentation\content\xdocs\mail-archives.xml" 
+               href="src/documentation/content/xdocs/mail-archives.xml" 
                title="Mail Archives"/&gt;
       &lt;item label="mail-lists.xml" 
-               href="src\documentation\content\xdocs\mail-lists.xml" 
+               href="src/documentation/content/xdocs/mail-lists.xml" 
                title="Mailing Lists"/&gt;
       &lt;item label="license.xml" 
-               href="src\documentation\content\xdocs\license.xml" 
+               href="src/documentation/content/xdocs/license.xml" 
                title="The Apache Software License"/&gt;
       &lt;item label="index.xml" 
-               href="src\documentation\content\xdocs\index.xml" 
+               href="src/documentation/content/xdocs/index.xml" 
                title="Welcome to Forrest"/&gt;
       &lt;item label="who.xml" 
-               href="src\documentation\content\xdocs\who.xml" 
+               href="src/documentation/content/xdocs/who.xml" 
                title="Who we are"/&gt;
     &lt;/collection&gt;
   &lt;/collection&gt;