[mud4j-commit] SF.net SVN: mud4j: [68] trunk/mud4j-web/src
Status: Pre-Alpha
Brought to you by:
mpurland
From: <mpu...@us...> - 2006-12-24 23:25:46
|
Revision: 68 http://mud4j.svn.sourceforge.net/mud4j/?rev=68&view=rev Author: mpurland Date: 2006-12-24 15:25:45 -0800 (Sun, 24 Dec 2006) Log Message: ----------- Add site xdoc for mud4j-web Added Paths: ----------- trunk/mud4j-web/src/site/ trunk/mud4j-web/src/site/xdoc/ trunk/mud4j-web/src/site/xdoc/index.xml trunk/mud4j-web/src/site/xdoc/navigation.xml Added: trunk/mud4j-web/src/site/xdoc/index.xml =================================================================== --- trunk/mud4j-web/src/site/xdoc/index.xml (rev 0) +++ trunk/mud4j-web/src/site/xdoc/index.xml 2006-12-24 23:25:45 UTC (rev 68) @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<document> + <properties> + <title>Home</title> + <author email="mpu...@us...">Matthew Purland</author> + </properties> + + <!-- An optional head, the description is used for the sitemap. --> + <head> + + <meta name="keywords" + content="mud4j mud4j-web web mud game framework"/> + <meta name="description" + content="mud and game framework"/> + </head> + + <body> + + <section name="Overview"> + <p> + mud4j-web + </p> + </section> + + <section name="Status"> + <p>Initial source is in SVN.</p> + <p>Any questions, please email the user or developer list, as appropriate.</p> + </section> + </body> +</document> \ No newline at end of file Added: trunk/mud4j-web/src/site/xdoc/navigation.xml =================================================================== --- trunk/mud4j-web/src/site/xdoc/navigation.xml (rev 0) +++ trunk/mud4j-web/src/site/xdoc/navigation.xml 2006-12-24 23:25:45 UTC (rev 68) @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!DOCTYPE document [ + <!ENTITY links SYSTEM "file:../mud4j/src/site/xdoc/navigation-common-links.xml" > + <!ENTITY projects SYSTEM "file:../mud4j/src/site/xdoc/navigation-common-projects.xml" > + <!ENTITY docs SYSTEM "file:../mud4j/src/site/xdoc/navigation-common-docs.xml" > + <!ENTITY project-info SYSTEM "file:../mud4j/src/site/xdoc/navigation-common-project-info.xml" > + <!ENTITY activity SYSTEM "file:../mud4j/src/site/xdoc/navigation-common-activity.xml" > + <!ENTITY reports SYSTEM "file:../mud4j/src/site/xdoc/navigation-common-reports.xml" > +]> + +<project name="mud4j-web" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://maven.apache.org/maven-navigation-1.0.xsd"> + <title>mud4j-web</title> + + <body> + &links; + + <sitemap/> + + &projects; + &docs; + &activity; + &reports; + &project-info; + + <!-- Google search --> + <search /> + </body> +</project> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |