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 2004/06/12 09:47:21 UTC

svn commit: rev 21119 - in forrest/trunk: . src/core src/core/context src/core/fresh-site/src/documentation/content/xdocs

Author: crossley
Date: Sat Jun 12 00:47:20 2004
New Revision: 21119

Modified:
   forrest/trunk/index.html
   forrest/trunk/src/core/context/linkmap.xmap
   forrest/trunk/src/core/context/menu.xmap
   forrest/trunk/src/core/context/sitemap.xmap
   forrest/trunk/src/core/forrest.antproxy.xml
   forrest/trunk/src/core/fresh-site/src/documentation/content/xdocs/site.xml
Log:
Update some hard-coded URLs to be /docs/


Modified: forrest/trunk/index.html
==============================================================================
--- forrest/trunk/index.html	(original)
+++ forrest/trunk/index.html	Sat Jun 12 00:47:20 2004
@@ -77,7 +77,7 @@
          to generate a <a href="http://localhost:8888/">webapp</a>.</p>
 
    <p>For further information please read our 
-   <a href="http://forrest.apache.org/your-project.html">Getting Started</a>
+   <a href="http://forrest.apache.org/docs/your-project.html">Getting Started</a>
    guide. If you have any questions or suggestions, please subscribe to the 
    <a href="http://forrest.apache.org/mail-lists.html">Forrest mailing lists</a>.</p>
 

Modified: forrest/trunk/src/core/context/linkmap.xmap
==============================================================================
--- forrest/trunk/src/core/context/linkmap.xmap	(original)
+++ forrest/trunk/src/core/context/linkmap.xmap	Sat Jun 12 00:47:20 2004
@@ -19,11 +19,11 @@
 physical ('../index.html') links for the current page.
 
 Generates  :  Variant of site.xml with each @href being the link to that page from the current page.
-Example URL:  http://localhost:8888/community/linkmap-index.html (links for community/index.html)
+Example URL:  http://localhost:8888/docs/community/linkmap-index.html (links for community/index.html)
 Used by    :  The linkrewriter transformer
 Uses       :  content/xdocs/site.xml
 
-See http://forrest.apache.org/sitemap-ref.html#menu_xml_generation
+See http://forrest.apache.org/docs/sitemap-ref.html#menu_xml_generation
 
 $Revision: 1.2 $
 ==================================================== -->

Modified: forrest/trunk/src/core/context/menu.xmap
==============================================================================
--- forrest/trunk/src/core/context/menu.xmap	(original)
+++ forrest/trunk/src/core/context/menu.xmap	Sat Jun 12 00:47:20 2004
@@ -24,7 +24,7 @@
 Used by    :  **/menu-*.html in sitemap.xmap, 
 Uses       :  content/xdocs/site.xml, or book.xml file if present.
 
-See http://forrest.apache.org/sitemap-ref.html#menu_xml_generation
+See http://forrest.apache.org/docs/sitemap-ref.html#menu_xml_generation
 
 $Revision: 1.2 $
 ==================================================== -->

Modified: forrest/trunk/src/core/context/sitemap.xmap
==============================================================================
--- forrest/trunk/src/core/context/sitemap.xmap	(original)
+++ forrest/trunk/src/core/context/sitemap.xmap	Sat Jun 12 00:47:20 2004
@@ -17,7 +17,7 @@
 <!-- ===============================================
 Default Forrest sitemap, defining the whole site.
 Delegates to the other *.xmap files.  See
-http://forrest.apache.org/sitemap-ref.html
+http://forrest.apache.org/docs/sitemap-ref.html
 
 $Revision: 1.12 $
 ==================================================== -->
@@ -50,7 +50,7 @@
       </map:transformer>
 
       <!-- Rewrites links, e.g. transforming href="site:index" to href="../index.html" -->
-      <!-- See http://forrest.apache.org/sitemap-ref.html#linkrewriting_impl -->
+      <!-- See http://forrest.apache.org/docs/sitemap-ref.html#linkrewriting_impl -->
       <map:transformer name="linkrewriter" logger="sitemap.transformer.linkrewriter" src="org.apache.cocoon.transformation.LinkRewriterTransformer">
         <link-attrs>href src</link-attrs>
         <schemes>site ext</schemes>
@@ -239,7 +239,7 @@
       <!-- SOURCE FORMATS                                               -->
       <!--                 Raw XML sources, typically doc-v12 format    -->
       <!-- ============================================================ -->
-      <!-- http://forrest.apache.org/sitemap-ref.html#source_pipelines -->
+      <!-- http://forrest.apache.org/docs/sitemap-ref.html#source_pipelines -->
      
       <!-- Body content -->
       <map:match pattern="**.xml">
@@ -315,7 +315,7 @@
     <!--                          Tabs, menus and body HTML.          -->
     <!--                       Called from output format pipelines    -->
     <!-- ============================================================ -->
-    <!-- http://forrest.apache.org/sitemap-ref.html#intermediate_pipelines -->
+    <!-- http://forrest.apache.org/docs/sitemap-ref.html#intermediate_pipelines -->
 
     <map:pipeline internal-only="false">
 
@@ -380,7 +380,7 @@
       <!-- OUTPUT FORMATS                                               -->
       <!--                  Serves content directly to the user         -->
       <!-- +==========================================================+ -->
-      <!-- http://forrest.apache.org/sitemap-ref.html#output_pipelines -->
+      <!-- http://forrest.apache.org/docs/sitemap-ref.html#output_pipelines -->
 
       <map:match type="regexp" pattern="^.+$">
         <map:select type="exists">

Modified: forrest/trunk/src/core/forrest.antproxy.xml
==============================================================================
--- forrest/trunk/src/core/forrest.antproxy.xml	(original)
+++ forrest/trunk/src/core/forrest.antproxy.xml	Sat Jun 12 00:47:20 2004
@@ -21,7 +21,7 @@
 -->
 <project default="site" basedir="." name="Forrest Ant proxy targets">
 
-  <property name="obsolete.message" value="${line.separator}${line.separator}The use of forrest-targets.ent as an 'ant proxy' is no longer supported.${line.separator}Please see http://forrest.apache.org/upgrading_06.html#antproxy for upgrade instructions."/>
+  <property name="obsolete.message" value="${line.separator}${line.separator}The use of forrest-targets.ent as an 'ant proxy' is no longer supported.${line.separator}Please see http://forrest.apache.org/docs/upgrading_06.html#antproxy for upgrade instructions."/>
 
   <target name="validate" description="Validates XML doc files">
     <fail>${obsolete.message}</fail>

Modified: forrest/trunk/src/core/fresh-site/src/documentation/content/xdocs/site.xml
==============================================================================
--- forrest/trunk/src/core/fresh-site/src/documentation/content/xdocs/site.xml	(original)
+++ forrest/trunk/src/core/fresh-site/src/documentation/content/xdocs/site.xml	Sat Jun 12 00:47:20 2004
@@ -26,7 +26,7 @@
 - Provide aliases for external URLs in the external-refs section.  Eg, <link
   href="ext:cocoon"> links to http://cocoon.apache.org/ 
 
-See http://forrest.apache.org/linking.html for more info
+See http://forrest.apache.org/docs/linking.html for more info
 -->
 
 <site label="MyProj" href="" xmlns="http://apache.org/forrest/linkmap/1.0" tab="">