Hello,
http://forrest.apache.org/docs/dev/linking.html#site comments on the
possibility to "mix in your own content (RDF, dublin core, etc) under new
namespaces". How to do that?
I tried the following:
<site...>
<foo...>
<index xmlns:dc="http://purl.org/dc/elements/1.0/" label="Index"
href="index.html" description="Index" dc:creator="Bastian"/>
</foo>
</site>
When I view the source code of the generated index.html in foo I can not
find any occurence of "Bastian". Is the skin responsible for considering the
extra information provided by my site xml. In other words do I have to write
my own skin?
Regards
Bastian