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/09/21 05:39:59 UTC

svn commit: r290609 - /forrest/trunk/site-author/skinconf.xml

Author: crossley
Date: Tue Sep 20 20:39:55 2005
New Revision: 290609

URL: http://svn.apache.org/viewcvs?rev=290609&view=rev
Log:
Workaround for the absolute links problem. Point to the website instead.
This crude MOTD facility would be improved when using views.
Issue: FOR-677 "leading slash in gathered URIs causes double the number
of links to be processed"

Modified:
    forrest/trunk/site-author/skinconf.xml

Modified: forrest/trunk/site-author/skinconf.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/skinconf.xml?rev=290609&r1=290608&r2=290609&view=diff
==============================================================================
--- forrest/trunk/site-author/skinconf.xml (original)
+++ forrest/trunk/site-author/skinconf.xml Tue Sep 20 20:39:55 2005
@@ -130,35 +130,35 @@
       <motd-page location="both">
         This is documentation for development version v0.8
       </motd-page>
-      <motd-page-url>/versions/index.html</motd-page-url>
+      <motd-page-url>http://forrest.apache.org/versions/</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-page-url>http://forrest.apache.org/pluginDocs/</motd-page-url>
     </motd-option>
     <motd-option pattern="docs_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>/versions/index.html</motd-page-url>
+      <motd-page-url>http://forrest.apache.org/versions/</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-page-url>http://forrest.apache.org/pluginDocs/</motd-page-url>
     </motd-option>
     <motd-option pattern="docs_0_60">
       <motd-title>v0.6</motd-title>
       <motd-page location="both">
         This is documentation for past version v0.6
       </motd-page>
-      <motd-page-url>/versions/index.html</motd-page-url>
+      <motd-page-url>http://forrest.apache.org/versions/</motd-page-url>
     </motd-option>
   </motd>