Author: gmcdonald
Date: Sun Jul 15 01:30:24 2007
New Revision: 556372
URL: http://svn.apache.org/viewvc?view=rev&rev=556372
Log:
Update MOTD locations, enhance example to include the two lots of sample
locations, result of FOR-1001
Modified:
forrest/trunk/main/fresh-site/src/documentation/skinconf.xml
Modified: forrest/trunk/main/fresh-site/src/documentation/skinconf.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/main/fresh-site/src/documentation/skinconf.xml?view=diff&rev=556372&r1=556371&r2=556372
==============================================================================
--- forrest/trunk/main/fresh-site/src/documentation/skinconf.xml (original)
+++ forrest/trunk/main/fresh-site/src/documentation/skinconf.xml Sun Jul 15
01:30:24 2007
@@ -141,15 +141,27 @@
alt : at the bottom of the left-hand navigation panel
both : both
-->
- <motd>
- <motd-option pattern="samples/sample.html">
+ <motd>
+ <motd-option pattern="samples1/index.html">
+ <motd-page location="both">
+ This is Samples 1 Documentation. There is
+ </motd-page>
+ <motd-page-url>../samples/index.html</motd-page-url>
+ </motd-option>
+ <motd-option pattern="samples2/index.html">
+ <motd-page location="both">
+ This is Samples 2 Documentation. There is
+ </motd-page>
+ <motd-page-url>../samples/index.html</motd-page-url>
+ </motd-option>
+ <motd-option pattern="samples1/sample.html">
<motd-title>sample</motd-title>
<motd-page location="both">
This is an example of a Message of the day (MOTD).
</motd-page>
<motd-page-url>faq.html</motd-page-url>
</motd-option>
- <motd-option pattern="samples/faq.html">
+ <motd-option pattern="samples1/faq.html">
<motd-page location="page">
How to enable this MOTD is on this page.
</motd-page>