Author: crossley
Date: Wed Mar 23 00:21:34 2005
New Revision: 158748
URL: http://svn.apache.org/viewcvs?view=rev&rev=158748
Log:
Add a message to every doc to be sure people know which version it relates to.
Modified:
forrest/trunk/docs-author/skinconf.xml
Modified: forrest/trunk/docs-author/skinconf.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/docs-author/skinconf.xml?view=diff&r1=158747&r2=158748
==============================================================================
--- forrest/trunk/docs-author/skinconf.xml (original)
+++ forrest/trunk/docs-author/skinconf.xml Wed Mar 23 00:21:34 2005
@@ -111,6 +111,21 @@
<!-- Heading types can be clean|underlined|boxed -->
<headings type="underlined"/>
+ <!-- Optional message of the day.
+ 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-title>v0.7</motd-title>
+ <motd-page location="both">
+ This is documentation for the current release v0.7
+ </motd-page>
+ <motd-page-url>/docs/</motd-page-url>
+
<extra-css>
</extra-css>
|