From: Bryan T. <tho...@us...> - 2006-03-09 18:37:15
|
Update of /cvsroot/cweb/extser/xdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22010/xdocs Added Files: navigation.xml Log Message: Initial import. The extensible serialization framework was also contributed to the jdbm project and exists under that license as well. --- NEW FILE: navigation.xml --- <?xml version="1.0" encoding="ISO-8859-1"?> <project name="Extensible Serialization"> <!-- --> <!-- This navigation model is merged into the generated site. --> <!-- --> <!-- You can also author and reference Anakia (XML) docs using --> <!-- a very similar XML model - in fact the distinctions are --> <!-- pretty blurry. --> <!-- --> <!-- See http://maven.apache.org/start/anakia.html --> <!-- See http://maven.apache.org/site.html --> <!-- See http://maven.apache.org/reference/plugins/xdoc/ --> <!-- See http://jakarta.apache.org/site/jakarta-site-tags.html --> <!-- --> <properties> <author>tho...@us...</author> <title>Extensible Serialization</title> </properties> <body> <!-- horizontal links at top of page. --> <links> <item name="Wiki" href="http://wiki.cognitiveweb.org/ConcurrencyControl" /> <item name="Javadoc" href="/apidocs/index.html" /> </links> <!-- A top-level, hierarchical menu --> <menu name="CognitiveWeb"> <item name="CognitiveWeb" href="http://www.cognitiveweb.org" img="http://www.cognitiveweb.org/Images/tagline.gif" /> <item name="CognitiveWebWiki" href="http://wiki.cognitiveweb.org" img="http://www.cognitiveweb.org/wiki/img/moinmoin.gif" /> </menu> <!-- Architecture. <menu name="Architecture"> <item name="abstract model (PDF of UML)" href="/architecture/tmgraph-abstract-model.pdf" /> <item name="java API (PDF of UML)" href="/architecture/tmgraph-java-interfaces.pdf" /> <item name="UML (Rose)" href="/architecture/architecture.mdl" /> </menu> --> <!-- References, e.g., specifications relevant to the subproject. --> <!-- <menu name="References"> <item name="Rest Topic Maps (Wiki)" href="http://wiki.cognitiveweb.org/RestTopicMaps" /> </menu> --> <!-- Add the google(tm) search widget. There is no way to position where this will appear at present. --> <search/> </body> </project> |