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/06/16 08:38:22 UTC

svn commit: r190879 - in /forrest/trunk/plugins: org.apache.forrest.plugin.input.OpenOffice.org/src/documentation/ org.apache.forrest.plugin.input.PhotoGallery/src/documentation/ org.apache.forrest.plugin.input.dtdx/src/documentation/ org.apache.forrest.plugin.input.excel/src/documentation/ org.apache.forrest.plugin.input.feeder/src/documentation/ org.apache.forrest.plugin.input.listLocations/src/documentation/ org.apache.forrest.plugin.input.projectInfo/src/documentation/ org.apache.forrest.plugin.input.simplified-docbook/src/documentation/ org.apache.forrest.plugin.input.wiki/src/documentation/ org.apache.forrest.plugin.internal.IMSManifest/src/documentation/ org.apache.forrest.plugin.output.POD/src/documentation/ org.apache.forrest.plugin.output.Text/src/documentation/ org.apache.forrest.plugin.output.pdf/src/documentation/ pluginTemplate/src/documentation/

Author: crossley
Date: Wed Jun 15 23:38:21 2005
New Revision: 190879

URL: http://svn.apache.org/viewcvs?rev=190879&view=rev
Log:
Update the message of the day config to show version information.

Modified:
    forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/src/documentation/skinconf.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/src/documentation/skinconf.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/src/documentation/skinconf.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.input.excel/src/documentation/skinconf.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/skinconf.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/src/documentation/skinconf.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/src/documentation/skinconf.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.input.simplified-docbook/src/documentation/skinconf.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.input.wiki/src/documentation/skinconf.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.internal.IMSManifest/src/documentation/skinconf.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.output.POD/src/documentation/skinconf.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.output.Text/src/documentation/skinconf.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/src/documentation/skinconf.xml
    forrest/trunk/plugins/pluginTemplate/src/documentation/skinconf.xml

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/src/documentation/skinconf.xml?rev=190879&r1=190878&r2=190879&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/src/documentation/skinconf.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/src/documentation/skinconf.xml Wed Jun 15 23:38:21 2005
@@ -139,7 +139,11 @@
     Send feedback about the website to:
   </feedback>-->
 
-  <!-- Optional message of the day.
+  <!-- Optional message of the day (MOTD).
+    Note: This is only implemented in the pelt skin.
+    If the optional <motd> element is used, then messages will be appended
+    depending on the URI string pattern.
+    motd-option : Specifies a pattern to match and provides small text content.
     motd-title : This text will be added in brackets after the <html><title>
     motd-page : This text will be added in a panel on the face of the page,
     with the "motd-page-url" being the hyperlink "More".
@@ -148,11 +152,15 @@
       alt : at the bottom of the left-hand navigation panel
       both : both
     -->
-  <motd-title>v0.7</motd-title>
-  <motd-page location="both">
-    This is documentation for current release v0.7
-  </motd-page>
-  <motd-page-url>http://forrest.apache.org/docs.html</motd-page-url>
+  <motd>
+    <motd-option pattern="">
+      <motd-title>v0.7</motd-title>
+      <motd-page location="both">
+        This is documentation for current version v0.7
+      </motd-page>
+      <motd-page-url>http://forrest.apache.org/versions/index.html</motd-page-url>
+    </motd-option>
+  </motd>
 
   <!--
     extra-css - here you can define custom css-elements that are 

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/src/documentation/skinconf.xml?rev=190879&r1=190878&r2=190879&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/src/documentation/skinconf.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/src/documentation/skinconf.xml Wed Jun 15 23:38:21 2005
@@ -139,7 +139,11 @@
     Send feedback about the website to:
   </feedback>-->
 
-  <!-- Optional message of the day.
+  <!-- Optional message of the day (MOTD).
+    Note: This is only implemented in the pelt skin.
+    If the optional <motd> element is used, then messages will be appended
+    depending on the URI string pattern.
+    motd-option : Specifies a pattern to match and provides small text content.
     motd-title : This text will be added in brackets after the <html><title>
     motd-page : This text will be added in a panel on the face of the page,
     with the "motd-page-url" being the hyperlink "More".
@@ -148,11 +152,15 @@
       alt : at the bottom of the left-hand navigation panel
       both : both
     -->
-  <motd-title>v0.7</motd-title>
-  <motd-page location="alt">
-    This is documentation for current release v0.7
-  </motd-page>
-  <motd-page-url>http://forrest.apache.org/docs.html</motd-page-url>
+  <motd>
+    <motd-option pattern="">
+      <motd-title>v0.7</motd-title>
+      <motd-page location="both">
+        This is documentation for current version v0.7
+      </motd-page>
+      <motd-page-url>http://forrest.apache.org/versions/index.html</motd-page-url>
+    </motd-option>
+  </motd>
 
   <!--
     extra-css - here you can define custom css-elements that are 

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/src/documentation/skinconf.xml?rev=190879&r1=190878&r2=190879&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/src/documentation/skinconf.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/src/documentation/skinconf.xml Wed Jun 15 23:38:21 2005
@@ -139,7 +139,11 @@
     Send feedback about the website to:
   </feedback>-->
 
-  <!-- Optional message of the day.
+  <!-- Optional message of the day (MOTD).
+    Note: This is only implemented in the pelt skin.
+    If the optional <motd> element is used, then messages will be appended
+    depending on the URI string pattern.
+    motd-option : Specifies a pattern to match and provides small text content.
     motd-title : This text will be added in brackets after the <html><title>
     motd-page : This text will be added in a panel on the face of the page,
     with the "motd-page-url" being the hyperlink "More".
@@ -148,11 +152,15 @@
       alt : at the bottom of the left-hand navigation panel
       both : both
     -->
-  <motd-title>v0.7</motd-title>
-  <motd-page location="both">
-    This is documentation for current release v0.7
-  </motd-page>
-  <motd-page-url>http://forrest.apache.org/docs.html</motd-page-url>
+  <motd>
+    <motd-option pattern="">
+      <motd-title>v0.7</motd-title>
+      <motd-page location="both">
+        This is documentation for current version v0.7
+      </motd-page>
+      <motd-page-url>http://forrest.apache.org/versions/index.html</motd-page-url>
+    </motd-option>
+  </motd>
 
   <!--
     extra-css - here you can define custom css-elements that are 

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.excel/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.input.excel/src/documentation/skinconf.xml?rev=190879&r1=190878&r2=190879&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.excel/src/documentation/skinconf.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.excel/src/documentation/skinconf.xml Wed Jun 15 23:38:21 2005
@@ -139,7 +139,11 @@
     Send feedback about the website to:
   </feedback>-->
 
-  <!-- Optional message of the day.
+  <!-- Optional message of the day (MOTD).
+    Note: This is only implemented in the pelt skin.
+    If the optional <motd> element is used, then messages will be appended
+    depending on the URI string pattern.
+    motd-option : Specifies a pattern to match and provides small text content.
     motd-title : This text will be added in brackets after the <html><title>
     motd-page : This text will be added in a panel on the face of the page,
     with the "motd-page-url" being the hyperlink "More".
@@ -148,11 +152,15 @@
       alt : at the bottom of the left-hand navigation panel
       both : both
     -->
-  <motd-title>v0.7</motd-title>
-  <motd-page location="both">
-    This is documentation for current release v0.7
-  </motd-page>
-  <motd-page-url>http://forrest.apache.org/docs.html</motd-page-url>
+  <motd>
+    <motd-option pattern="">
+      <motd-title>v0.7</motd-title>
+      <motd-page location="both">
+        This is documentation for current version v0.7
+      </motd-page>
+      <motd-page-url>http://forrest.apache.org/versions/index.html</motd-page-url>
+    </motd-option>
+  </motd>
 
   <!--
     extra-css - here you can define custom css-elements that are 

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/skinconf.xml?rev=190879&r1=190878&r2=190879&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/skinconf.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/skinconf.xml Wed Jun 15 23:38:21 2005
@@ -139,7 +139,11 @@
     Send feedback about the website to:
   </feedback>-->
 
-  <!-- Optional message of the day.
+  <!-- Optional message of the day (MOTD).
+    Note: This is only implemented in the pelt skin.
+    If the optional <motd> element is used, then messages will be appended
+    depending on the URI string pattern.
+    motd-option : Specifies a pattern to match and provides small text content.
     motd-title : This text will be added in brackets after the <html><title>
     motd-page : This text will be added in a panel on the face of the page,
     with the "motd-page-url" being the hyperlink "More".
@@ -148,11 +152,15 @@
       alt : at the bottom of the left-hand navigation panel
       both : both
     -->
-  <motd-title>v0.7</motd-title>
-  <motd-page location="both">
-    This is documentation for current release v0.7
-  </motd-page>
-  <motd-page-url>http://forrest.apache.org/docs.html</motd-page-url>
+  <motd>
+    <motd-option pattern="">
+      <motd-title>v0.7</motd-title>
+      <motd-page location="both">
+        This is documentation for current version v0.7
+      </motd-page>
+      <motd-page-url>http://forrest.apache.org/versions/index.html</motd-page-url>
+    </motd-option>
+  </motd>
 
   <!--
     extra-css - here you can define custom css-elements that are 

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/src/documentation/skinconf.xml?rev=190879&r1=190878&r2=190879&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/src/documentation/skinconf.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/src/documentation/skinconf.xml Wed Jun 15 23:38:21 2005
@@ -139,7 +139,11 @@
     Send feedback about the website to:
   </feedback>-->
 
-  <!-- Optional message of the day.
+  <!-- Optional message of the day (MOTD).
+    Note: This is only implemented in the pelt skin.
+    If the optional <motd> element is used, then messages will be appended
+    depending on the URI string pattern.
+    motd-option : Specifies a pattern to match and provides small text content.
     motd-title : This text will be added in brackets after the <html><title>
     motd-page : This text will be added in a panel on the face of the page,
     with the "motd-page-url" being the hyperlink "More".
@@ -148,11 +152,15 @@
       alt : at the bottom of the left-hand navigation panel
       both : both
     -->
-  <motd-title>v0.7</motd-title>
-  <motd-page location="both">
-    This is documentation for current release v0.7
-  </motd-page>
-  <motd-page-url>http://forrest.apache.org/docs.html</motd-page-url>
+  <motd>
+    <motd-option pattern="">
+      <motd-title>v0.7</motd-title>
+      <motd-page location="both">
+        This is documentation for current version v0.7
+      </motd-page>
+      <motd-page-url>http://forrest.apache.org/versions/index.html</motd-page-url>
+    </motd-option>
+  </motd>
 
   <!--
     extra-css - here you can define custom css-elements that are 

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/src/documentation/skinconf.xml?rev=190879&r1=190878&r2=190879&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/src/documentation/skinconf.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/src/documentation/skinconf.xml Wed Jun 15 23:38:21 2005
@@ -139,7 +139,11 @@
     Send feedback about the website to:
   </feedback>-->
 
-  <!-- Optional message of the day.
+  <!-- Optional message of the day (MOTD).
+    Note: This is only implemented in the pelt skin.
+    If the optional <motd> element is used, then messages will be appended
+    depending on the URI string pattern.
+    motd-option : Specifies a pattern to match and provides small text content.
     motd-title : This text will be added in brackets after the <html><title>
     motd-page : This text will be added in a panel on the face of the page,
     with the "motd-page-url" being the hyperlink "More".
@@ -148,11 +152,15 @@
       alt : at the bottom of the left-hand navigation panel
       both : both
     -->
-  <motd-title>v0.7</motd-title>
-  <motd-page location="both">
-    This is documentation for current release v0.7
-  </motd-page>
-  <motd-page-url>http://forrest.apache.org/docs.html</motd-page-url>
+  <motd>
+    <motd-option pattern="">
+      <motd-title>v0.7</motd-title>
+      <motd-page location="both">
+        This is documentation for current version v0.7
+      </motd-page>
+      <motd-page-url>http://forrest.apache.org/versions/index.html</motd-page-url>
+    </motd-option>
+  </motd>
 
   <!--
     extra-css - here you can define custom css-elements that are 

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.simplified-docbook/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.input.simplified-docbook/src/documentation/skinconf.xml?rev=190879&r1=190878&r2=190879&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.simplified-docbook/src/documentation/skinconf.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.simplified-docbook/src/documentation/skinconf.xml Wed Jun 15 23:38:21 2005
@@ -139,7 +139,11 @@
     Send feedback about the website to:
   </feedback>-->
 
-  <!-- Optional message of the day.
+  <!-- Optional message of the day (MOTD).
+    Note: This is only implemented in the pelt skin.
+    If the optional <motd> element is used, then messages will be appended
+    depending on the URI string pattern.
+    motd-option : Specifies a pattern to match and provides small text content.
     motd-title : This text will be added in brackets after the <html><title>
     motd-page : This text will be added in a panel on the face of the page,
     with the "motd-page-url" being the hyperlink "More".
@@ -148,11 +152,15 @@
       alt : at the bottom of the left-hand navigation panel
       both : both
     -->
-  <motd-title>v0.7</motd-title>
-  <motd-page location="both">
-    This is documentation for current release v0.7
-  </motd-page>
-  <motd-page-url>http://forrest.apache.org/docs.html</motd-page-url>
+  <motd>
+    <motd-option pattern="">
+      <motd-title>v0.7</motd-title>
+      <motd-page location="both">
+        This is documentation for current version v0.7
+      </motd-page>
+      <motd-page-url>http://forrest.apache.org/versions/index.html</motd-page-url>
+    </motd-option>
+  </motd>
 
   <!--
     extra-css - here you can define custom css-elements that are 

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.wiki/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.input.wiki/src/documentation/skinconf.xml?rev=190879&r1=190878&r2=190879&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.wiki/src/documentation/skinconf.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.wiki/src/documentation/skinconf.xml Wed Jun 15 23:38:21 2005
@@ -139,7 +139,11 @@
     Send feedback about the website to:
   </feedback>-->
 
-  <!-- Optional message of the day.
+  <!-- Optional message of the day (MOTD).
+    Note: This is only implemented in the pelt skin.
+    If the optional <motd> element is used, then messages will be appended
+    depending on the URI string pattern.
+    motd-option : Specifies a pattern to match and provides small text content.
     motd-title : This text will be added in brackets after the <html><title>
     motd-page : This text will be added in a panel on the face of the page,
     with the "motd-page-url" being the hyperlink "More".
@@ -148,11 +152,15 @@
       alt : at the bottom of the left-hand navigation panel
       both : both
     -->
-  <motd-title>v0.7</motd-title>
-  <motd-page location="both">
-    This is documentation for current release v0.7
-  </motd-page>
-  <motd-page-url>http://forrest.apache.org/docs.html</motd-page-url>
+  <motd>
+    <motd-option pattern="">
+      <motd-title>v0.7</motd-title>
+      <motd-page location="both">
+        This is documentation for current version v0.7
+      </motd-page>
+      <motd-page-url>http://forrest.apache.org/versions/index.html</motd-page-url>
+    </motd-option>
+  </motd>
 
   <!--
     extra-css - here you can define custom css-elements that are 

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.internal.IMSManifest/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.internal.IMSManifest/src/documentation/skinconf.xml?rev=190879&r1=190878&r2=190879&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.internal.IMSManifest/src/documentation/skinconf.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.internal.IMSManifest/src/documentation/skinconf.xml Wed Jun 15 23:38:21 2005
@@ -139,7 +139,11 @@
     Send feedback about the website to:
   </feedback>-->
 
-  <!-- Optional message of the day.
+  <!-- Optional message of the day (MOTD).
+    Note: This is only implemented in the pelt skin.
+    If the optional <motd> element is used, then messages will be appended
+    depending on the URI string pattern.
+    motd-option : Specifies a pattern to match and provides small text content.
     motd-title : This text will be added in brackets after the <html><title>
     motd-page : This text will be added in a panel on the face of the page,
     with the "motd-page-url" being the hyperlink "More".
@@ -148,11 +152,15 @@
       alt : at the bottom of the left-hand navigation panel
       both : both
     -->
-  <motd-title>v0.7</motd-title>
-  <motd-page location="both">
-    This is documentation for current release v0.7
-  </motd-page>
-  <motd-page-url>http://forrest.apache.org/docs.html</motd-page-url>
+  <motd>
+    <motd-option pattern="">
+      <motd-title>v0.7</motd-title>
+      <motd-page location="both">
+        This is documentation for current version v0.7
+      </motd-page>
+      <motd-page-url>http://forrest.apache.org/versions/index.html</motd-page-url>
+    </motd-option>
+  </motd>
 
   <!--
     extra-css - here you can define custom css-elements that are 

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.output.POD/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.output.POD/src/documentation/skinconf.xml?rev=190879&r1=190878&r2=190879&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.output.POD/src/documentation/skinconf.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.output.POD/src/documentation/skinconf.xml Wed Jun 15 23:38:21 2005
@@ -139,7 +139,11 @@
     Send feedback about the website to:
   </feedback>-->
 
-  <!-- Optional message of the day.
+  <!-- Optional message of the day (MOTD).
+    Note: This is only implemented in the pelt skin.
+    If the optional <motd> element is used, then messages will be appended
+    depending on the URI string pattern.
+    motd-option : Specifies a pattern to match and provides small text content.
     motd-title : This text will be added in brackets after the <html><title>
     motd-page : This text will be added in a panel on the face of the page,
     with the "motd-page-url" being the hyperlink "More".
@@ -148,11 +152,15 @@
       alt : at the bottom of the left-hand navigation panel
       both : both
     -->
-  <motd-title>v0.7</motd-title>
-  <motd-page location="both">
-    This is documentation for current release v0.7
-  </motd-page>
-  <motd-page-url>http://forrest.apache.org/docs.html</motd-page-url>
+  <motd>
+    <motd-option pattern="">
+      <motd-title>v0.7</motd-title>
+      <motd-page location="both">
+        This is documentation for current version v0.7
+      </motd-page>
+      <motd-page-url>http://forrest.apache.org/versions/index.html</motd-page-url>
+    </motd-option>
+  </motd>
 
   <!--
     extra-css - here you can define custom css-elements that are 

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.output.Text/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.output.Text/src/documentation/skinconf.xml?rev=190879&r1=190878&r2=190879&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.output.Text/src/documentation/skinconf.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.output.Text/src/documentation/skinconf.xml Wed Jun 15 23:38:21 2005
@@ -139,7 +139,11 @@
     Send feedback about the website to:
   </feedback>-->
 
-  <!-- Optional message of the day.
+  <!-- Optional message of the day (MOTD).
+    Note: This is only implemented in the pelt skin.
+    If the optional <motd> element is used, then messages will be appended
+    depending on the URI string pattern.
+    motd-option : Specifies a pattern to match and provides small text content.
     motd-title : This text will be added in brackets after the <html><title>
     motd-page : This text will be added in a panel on the face of the page,
     with the "motd-page-url" being the hyperlink "More".
@@ -148,11 +152,15 @@
       alt : at the bottom of the left-hand navigation panel
       both : both
     -->
-  <motd-title>v0.7</motd-title>
-  <motd-page location="both">
-    This is documentation for current release v0.7
-  </motd-page>
-  <motd-page-url>http://forrest.apache.org/docs.html</motd-page-url>
+  <motd>
+    <motd-option pattern="">
+      <motd-title>v0.7</motd-title>
+      <motd-page location="both">
+        This is documentation for current version v0.7
+      </motd-page>
+      <motd-page-url>http://forrest.apache.org/versions/index.html</motd-page-url>
+    </motd-option>
+  </motd>
 
   <!--
     extra-css - here you can define custom css-elements that are 

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/src/documentation/skinconf.xml?rev=190879&r1=190878&r2=190879&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/src/documentation/skinconf.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/src/documentation/skinconf.xml Wed Jun 15 23:38:21 2005
@@ -139,7 +139,11 @@
     Send feedback about the website to:
   </feedback>-->
 
-  <!-- Optional message of the day.
+  <!-- Optional message of the day (MOTD).
+    Note: This is only implemented in the pelt skin.
+    If the optional <motd> element is used, then messages will be appended
+    depending on the URI string pattern.
+    motd-option : Specifies a pattern to match and provides small text content.
     motd-title : This text will be added in brackets after the <html><title>
     motd-page : This text will be added in a panel on the face of the page,
     with the "motd-page-url" being the hyperlink "More".
@@ -148,11 +152,15 @@
       alt : at the bottom of the left-hand navigation panel
       both : both
     -->
-  <motd-title>v0.7</motd-title>
-  <motd-page location="both">
-    This is documentation for current release v0.7
-  </motd-page>
-  <motd-page-url>http://forrest.apache.org/docs.html</motd-page-url>
+  <motd>
+    <motd-option pattern="">
+      <motd-title>v0.7</motd-title>
+      <motd-page location="both">
+        This is documentation for current version v0.7
+      </motd-page>
+      <motd-page-url>http://forrest.apache.org/versions/index.html</motd-page-url>
+    </motd-option>
+  </motd>
 
   <!--
     extra-css - here you can define custom css-elements that are 

Modified: forrest/trunk/plugins/pluginTemplate/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/pluginTemplate/src/documentation/skinconf.xml?rev=190879&r1=190878&r2=190879&view=diff
==============================================================================
--- forrest/trunk/plugins/pluginTemplate/src/documentation/skinconf.xml (original)
+++ forrest/trunk/plugins/pluginTemplate/src/documentation/skinconf.xml Wed Jun 15 23:38:21 2005
@@ -133,6 +133,30 @@
     href="mailto:webmaster@foo.com?subject=Feedback&#160;" >
     Send feedback about the website to:
   </feedback>-->
+
+  <!-- Optional message of the day (MOTD).
+    Note: This is only implemented in the pelt skin.
+    If the optional <motd> element is used, then messages will be appended
+    depending on the URI string pattern.
+    motd-option : Specifies a pattern to match and provides small text content.
+    motd-title : This text will be added in brackets after the <html><title>
+    motd-page : This text will be added in a panel on the face of the page,
+    with the "motd-page-url" being the hyperlink "More".
+    Values for the "location" attribute are:
+      page : on the face of the page, e.g. in the spare space of the toc
+      alt : at the bottom of the left-hand navigation panel
+      both : both
+    -->
+  <motd>
+    <motd-option pattern="">
+      <motd-title>v0.7</motd-title>
+      <motd-page location="both">
+        This is documentation for current version v0.7
+      </motd-page>
+      <motd-page-url>http://forrest.apache.org/versions/index.html</motd-page-url>
+    </motd-option>
+  </motd>
+
   <!--
     extra-css - here you can define custom css-elements that are 
     a. overriding the fallback elements or