[mud4j-commit] SF.net SVN: mud4j: [89] trunk/mud4j
Status: Pre-Alpha
Brought to you by:
mpurland
|
From: <mpu...@us...> - 2007-01-07 17:00:43
|
Revision: 89
http://mud4j.svn.sourceforge.net/mud4j/?rev=89&view=rev
Author: mpurland
Date: 2007-01-07 09:00:41 -0800 (Sun, 07 Jan 2007)
Log Message:
-----------
Add ideas doc for subprojects.
Modified Paths:
--------------
trunk/mud4j/src/site/xdoc/navigation-common-docs.xml
Added Paths:
-----------
trunk/mud4j-telnet/src/site/xdoc/ideas.xml
trunk/mud4j-web/src/site/xdoc/ideas.xml
Modified: trunk/mud4j/src/site/xdoc/navigation-common-docs.xml
===================================================================
--- trunk/mud4j/src/site/xdoc/navigation-common-docs.xml 2006-12-30 07:08:32 UTC (rev 88)
+++ trunk/mud4j/src/site/xdoc/navigation-common-docs.xml 2007-01-07 17:00:41 UTC (rev 89)
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<menu name="Developer Docs">
+ <item name="Ideas" href="/ideas.html"/>
<item name="Tasks" href="/task-list.html"/>
<item name="JavaDocs" href="apidocs/index.html" target="_blank"/>
<item name="Source Xref" href="xref/index.html" target="_blank"/>
Added: trunk/mud4j-telnet/src/site/xdoc/ideas.xml
===================================================================
--- trunk/mud4j-telnet/src/site/xdoc/ideas.xml (rev 0)
+++ trunk/mud4j-telnet/src/site/xdoc/ideas.xml 2007-01-07 17:00:41 UTC (rev 89)
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<document>
+ <properties>
+ <title>Ideas</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 developer idea ideas"/>
+ <meta name="description" content="mud4j developer idea ideas"/>
+ </head>
+
+ <body>
+ <h2>Ideas</h2>
+ <ul>
+ <h3>Features</h3>
+ <li>Allow telnet to use commands and use a CommandManager to store
+ and validate commands.</li>
+ </ul>
+ </body>
+</document>
\ No newline at end of file
Added: trunk/mud4j-web/src/site/xdoc/ideas.xml
===================================================================
--- trunk/mud4j-web/src/site/xdoc/ideas.xml (rev 0)
+++ trunk/mud4j-web/src/site/xdoc/ideas.xml 2007-01-07 17:00:41 UTC (rev 89)
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<document>
+ <properties>
+ <title>Ideas</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 developer idea ideas"/>
+ <meta name="description" content="mud4j developer idea ideas"/>
+ </head>
+
+ <body>
+ <h2>Ideas</h2>
+ <ul>
+ <h3>Features</h3>
+ <li>Use pluggable presentation for web while still
+ allowing Apache MyFaces to be used.</li>
+
+ <li>Multiple components will be created for mud4j-web in
+ the form of JSF components</li>
+ </ul>
+ </body>
+</document>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|