maven-plugins/html2xdoc/xdocs/navigation.xml
jstrachan 4f0f367def Initial version of a plugin which can take HTML and turn it into the xdoc format ready for styling by the xdoc plugin.
This allows developers to use good old HTML (and some WYSIWYG tool) to edit & maintain documentation and get it included in the same site documentation as all the xdoc stuff


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113056 13f79535-47bb-0310-9956-ffa450edef68
2003-03-06 19:15:11 +00:00

17 lines
511 B
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<project name="Maven Html2XDoc Plugin">
<title>Maven Html2XDoc Plugin</title>
<body>
<links>
<item name="Maven" href="http://jakarta.apache.org/turbine/maven/"/>
<item name="Jelly" href="http://jakarta.apache.org/commons/jelly/"/>
</links>
<menu name="Overview">
<item name="Goals" href="/goals.html" />
<item name="Properties" href="/properties.html" />
</menu>
</body>
</project>