Author: crossley
Date: Tue Jan 29 22:07:49 2008
New Revision: 616646
URL: http://svn.apache.org/viewvc?rev=616646&view=rev
Log:
Fix directory names for new samples-b etc structure.
Issue: FOR-1063
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?rev=616646&r1=616645&r2=616646&view=diff
==============================================================================
--- forrest/trunk/main/fresh-site/src/documentation/skinconf.xml (original)
+++ forrest/trunk/main/fresh-site/src/documentation/skinconf.xml Tue Jan 29
22:07:49 2008
@@ -130,7 +130,7 @@
motd-option : Each option will match a pattern and apply its text.
The "pattern" attribute specifies the pattern to be matched.
This can be a specific page, or a general pattern to match a set of
pages,
- e.g. everything in the "samples" directory.
+ e.g. everything in the "samples-b" directory.
The @starts-with=true anchors the string to the start, otherwise
contains
motd-title : This text will be added in brackets after the <html><title>
and this can be empty.
@@ -142,26 +142,26 @@
both : both
-->
<motd>
- <motd-option pattern="samples1/index.html">
+ <motd-option pattern="samples-b/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-page-url>../samples-a/index.html</motd-page-url>
</motd-option>
- <motd-option pattern="samples2/index.html">
+ <motd-option pattern="samples-c/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-page-url>../samples-a/index.html</motd-page-url>
</motd-option>
- <motd-option pattern="samples1/sample.html">
+ <motd-option pattern="samples-b/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="samples1/faq.html">
+ <motd-option pattern="samples-b/faq.html">
<motd-page location="page">
How to enable this MOTD is on this page.
</motd-page>