Terrence Brannon wrote:
I want to create a child of the <site> element which will render as a
menu element and be an HTML file:
<site label="LivingCosmos" href="" xmlns="
http://apache.org/forrest/linkmap/1.0" tab="">
<about label="About">
<index label="Index" href="index.html" description="Welcome to
LivingCosmos"/>
</about>
<a2012 label="2012" href="2012/index.html" />
...
</site>
but the <a2012> label is not being rendered in the menu. I do not want
to create a fake container for it. I want the HTML file 2012/index.html
to show up when people click on the top-level menu item.
How can I do this?
I always thought you could do this, but I have confirmed that this does
not work in 0.8-dev (which version are you using?).
This would be pretty easy to resolve, see the stylesheets in the
relevant skin package. Patches are welcome (ask if you need more pointers).
Ross