vinayc 2003/08/28 11:44:18
Added: xdocs/client index.xml navigation.xml
Log:
Refactorize (includes modularize,mavenize & rest of the nice's)
Revision Changes Path
1.1 incubator-altrmi/xdocs/client/index.xml
Index: index.xml
===================================================================
<?xml version="1.0"?>
<document>
<properties>
<author email="[EMAIL PROTECTED]">Vinay Chandran</author>
<title>Overview</title>
</properties>
<body>
<section name="Introduction">
<p>
<a href="api/index.html">Client API</a> <br/>
<a href="impl/index.html">Client Implementation</a>
</p>
</section>
</body>
</document>
1.1 incubator-altrmi/xdocs/client/navigation.xml
Index: navigation.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<project>
<title>AltRMI Client</title>
<body>
<links>
<item name="Home"
href="http://incubator.apache.org/projects/altrmi"/>
<item name="Apache" href="http://www.apache.org/"/>
</links>
<menu name="About">
<item name="Index" href="/index.html"/>
<item name="Other Features" href="/otherfeatures.html"/>
<item name="Transports" href="/transports.html"/>
<item name="FAQ" href="/faq.html"/>
<!-- <item name="Changes" href="changes.html"/> -->
<item name="Credits" href="/credits.html"/>
<!-- <item name="Todo" href=""/> -->
</menu>
<menu name="Modules">
<item name="Client" href="/client/index.html">
<item name="Client-API"
href="/client/api/index.html"/>
<item name="Client-Impl"
href="/client/impl/index.html"/>
</item>
<item name="Server" href="/server/index.html"/>
<item name="Tools" href="/tools/index.html"/>
</menu>
<menu name="Tests">
<item name="Integration Tests"
href="/integrationtests/index.html"/>
</menu>
<menu name="Using">
<item name="Facade Design" href="/facades.html"/>
<item name="Generating Proxies" href="/generating-proxies.html"/>
<item name="Publishing" href="publishing.html"/>
<item name="Client Usage" href="client-usage.html"/>
<item name="Pingers" href="pingers.html"/>
<item name="Monitors" href="monitors.html"/>
<!-- <item name="Tests" href="tests.html"/> -->
</menu>
</body>
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]