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/02 08:54:58 UTC

svn commit: r159761 - in forrest/trunk/docs-author/content/xdocs: build.xml primer.xml site.xml skins.xml your-project.xml

Author: crossley
Date: Fri Apr  1 22:54:57 2005
New Revision: 159761

URL: http://svn.apache.org/viewcvs?view=rev&rev=159761
Log:
Fix some broken site: and ext: links (relics of the documentation split).

Modified:
    forrest/trunk/docs-author/content/xdocs/build.xml
    forrest/trunk/docs-author/content/xdocs/primer.xml
    forrest/trunk/docs-author/content/xdocs/site.xml
    forrest/trunk/docs-author/content/xdocs/skins.xml
    forrest/trunk/docs-author/content/xdocs/your-project.xml

Modified: forrest/trunk/docs-author/content/xdocs/build.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/docs-author/content/xdocs/build.xml?view=diff&r1=159760&r2=159761
==============================================================================
--- forrest/trunk/docs-author/content/xdocs/build.xml (original)
+++ forrest/trunk/docs-author/content/xdocs/build.xml Fri Apr  1 22:54:57 2005
@@ -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/download">source snapshots</link> are available
           (automatically packed every six hours).
         </p>
       </section>

Modified: forrest/trunk/docs-author/content/xdocs/primer.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/docs-author/content/xdocs/primer.xml?view=diff&r1=159760&r2=159761
==============================================================================
--- forrest/trunk/docs-author/content/xdocs/primer.xml (original)
+++ forrest/trunk/docs-author/content/xdocs/primer.xml Fri Apr  1 22:54:57 2005
@@ -53,7 +53,7 @@
       <p>The Forrest vision was articulated by Stefano Mazzocchi and Sam Ruby,
         both long-time contributors to Apache projects, in the beginning of 2002, and
         was rapidly picked up by a bunch of other 
-        <link href="site:who">contributors</link> as well, after a headstart by Nicola Ken
+        <link href="ext:forrest/who">contributors</link> as well, after a headstart by Nicola Ken
         Barozzi. So here we are, plenty of work-in-progress to erect what eventually
         will become a true community website infrastructure for Apache open source
         development.</p> 
@@ -488,7 +488,7 @@
         <tr> 
           <th>Integration</th> 
           <td> Forrest needs to coexist with existing cross-project collaboration
-            tools such as <link href="site:gump">Gump</link>,
+            tools such as <link href="ext:gump">Gump</link>,
             <link href="http://scarab.tigris.org/">Scarab</link> and
             <link href="http://eyebrowse.tigris.org/">Eyebrowse</link> and provide
             integrated access to them.</td> 

Modified: forrest/trunk/docs-author/content/xdocs/site.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/docs-author/content/xdocs/site.xml?view=diff&r1=159760&r2=159761
==============================================================================
--- forrest/trunk/docs-author/content/xdocs/site.xml (original)
+++ forrest/trunk/docs-author/content/xdocs/site.xml Fri Apr  1 22:54:57 2005
@@ -138,15 +138,18 @@
       <views href="userdocs/concepts/views.html"/>
     </cocoon>
     <forrest href="http://forrest.apache.org/">
+      <download href="mirrors.cgi"/>
       <mail-lists href="mail-lists.html">
         <forrest-user href="#forrest-user"/>
         <forrest-dev href="#forrest-dev"/>
         <forrest-svn href="#forrest-svn"/>
       </mail-lists>
+      <docs href="docs.html"/>
       <bugs href="http://issues.cocoondev.org/secure/BrowseProject.jspa?id=10000"/>
       <contrib href="contrib.html">
         <patch href="#patch"/>
       </contrib>
+      <who href="who.html"/>
     </forrest>
     <xml.apache.org href="http://xml.apache.org/">
       <commons href="commons/">
@@ -157,6 +160,7 @@
       <anakia href="velocity/anakia.html"/>
     </jakarta>
     <ant href="http://ant.apache.org/"/>
+    <gump href="http://gump.apache.org/"/>
     <lenya href="http://lenya.apache.org/"/>
       
     <catalog_spec href="http://www.oasis-open.org/committees/entity/spec.html"/>

Modified: forrest/trunk/docs-author/content/xdocs/skins.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/docs-author/content/xdocs/skins.xml?view=diff&r1=159760&r2=159761
==============================================================================
--- forrest/trunk/docs-author/content/xdocs/skins.xml (original)
+++ forrest/trunk/docs-author/content/xdocs/skins.xml Fri Apr  1 22:54:57 2005
@@ -108,7 +108,7 @@
           days. Uses HTML tables.
         </p>
         <p>Examples:
-          <a href="site:references/xml">Apache XML</a>
+          <a href="ext:xml.apache.org">Apache XML</a>
         </p>
       </section>
 

Modified: forrest/trunk/docs-author/content/xdocs/your-project.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/docs-author/content/xdocs/your-project.xml?view=diff&r1=159760&r2=159761
==============================================================================
--- forrest/trunk/docs-author/content/xdocs/your-project.xml (original)
+++ forrest/trunk/docs-author/content/xdocs/your-project.xml Fri Apr  1 22:54:57 2005
@@ -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 and follow the index.html in the top-level, or
        if you want to try the development version, then
        <link href="site:developers/build">build Forrest</link> from source.