Hello.
You may have noticed that on the avalon.apache.org site we have lost our
link to all resources: cvs, mailing list, wiki, but tracking. The menu
items appear in the site.xml file, but do not render. Apparently the
bug is with this line:
<vcs label="CVS"
href="http://www.apache.org/dev/contributors.html#cvsbasics"/>
for some reason forrest does not like the hash (#) character.
Attached is a patch that changes this back to the cvs.html file:
<vcs label="CVS" href="cvs.html"/>
This is probably a forrest bug and should be reported there too.
--
jaaron <http://jadetower.org>
--- site.xml.~1.7.~ 2003-06-15 10:12:33.000000000 -0400
+++ site.xml 2003-07-01 04:17:00.000000000 -0400
@@ -38,12 +38,13 @@
</documentation>
<resources label="Resources">
- <vcs label="CVS"
href="http://www.apache.org/dev/contributors.html#cvsbasics"/>
+ <vcs label="CVS" href="cvs.html"/>
<mail label="Mailing Lists" href="mailing-lists.html"/>
<bugs label="Bug Database"
href="http://nagoya.apache.org/bugzilla/reports.cgi?product=Avalon&output=most_doomed&links=1&banner=1&quip=0"/>
<wiki label="WikiWikiWeb"
href="http://nagoya.apache.org/wiki/apachewiki.cgi?AvalonProjectPages"/>
+
</resources>
-
+
<development label="Development">
<guidelines label="Project Guidelines" href="project/">
<overview label="Overview" href="index.html"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]