You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by mh...@apache.org on 2007/01/31 05:48:20 UTC

svn commit: r501724 - in /mina/sandbox/mheath/aioj/trunk/src/site: ./ site.xml

Author: mheath
Date: Tue Jan 30 20:48:20 2007
New Revision: 501724

URL: http://svn.apache.org/viewvc?view=rev&rev=501724
Log:
Added files for site creation.

Added:
    mina/sandbox/mheath/aioj/trunk/src/site/
    mina/sandbox/mheath/aioj/trunk/src/site/site.xml

Added: mina/sandbox/mheath/aioj/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/mina/sandbox/mheath/aioj/trunk/src/site/site.xml?view=auto&rev=501724
==============================================================================
--- mina/sandbox/mheath/aioj/trunk/src/site/site.xml (added)
+++ mina/sandbox/mheath/aioj/trunk/src/site/site.xml Tue Jan 30 20:48:20 2007
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<site>
+
+	<bannerLeft>
+		<name>Asynchronous File I/O in Java</name>
+	</bannerLeft>
+
+	<body>
+		<menu name="Documentation">
+			<item name="Using Asynchronouse File I/O in Java" href="usage.html" />
+		</menu>
+		${reports}
+	</body>
+
+</site>
\ No newline at end of file