dirkv 2004/02/29 04:23:01
Added: . anakia-project.xml
Log:
project file for anakia site generation
move from xdocs/stylesheets
Revision Changes Path
1.1 jakarta-commons/anakia-project.xml
Index: anakia-project.xml
===================================================================
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
Most menus are now included as entities through the following DTD.
This allows mavenized components to easily include parts of this menu
without duplication and therefore maintenance.
The xml fragments are contained in the menus directory and these should be
edited rather than this document.
When adding a new menu, it is recommended that it is created as a fragment,
add to the menus DTD as a entity definition and then added to this document as an
entity.
Then any mavenized components will be able to use it.
-->
<!-- It would have been nicer to use XInclude but that would require a change to the
document build process -->
<!DOCTYPE org.apache.commons.menus SYSTEM 'commons-build/menus/menus.dtd'>
<!-- Please use absolute URLs since the sandbox index.html is symlinked -->
<project name="Commons"
href="http://jakarta.apache.org/commons/">
<title>Commons</title>
<logo href="/images/logo.jpg">Commons</logo>
<body>
&about-menu;
<menu name="Download">
<item name="Binary (mirrored)"
href="http://jakarta.apache.org/site/binindex.cgi"/>
<item name="Source Code (mirrored)"
href="http://jakarta.apache.org/site/sourceindex.cgi"/>
<item name="Nightly"
href="http://cvs.apache.org/builds/jakarta-commons/nightly/"/>
</menu>
&view-menu;
&information-menu;
&community-menu;
&components-menu;
&sandbox-menu;
&related-menu;
&translations-menu;
&project-menu;
</body>
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]