jstrachan 2003/08/19 00:33:53
Modified: xdocs navigation.xml
Added: modules/web/xdocs navigation.xml index.html
Log:
added a little bit of documentation
Revision Changes Path
1.1 incubator-geronimo/modules/web/xdocs/navigation.xml
Index: navigation.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!-- $Revision: 1.1 $ $Date: 2003/08/19 07:33:53 $ -->
<project name="Apache Geronimo :: Web Container">
<title>Apache Geronimo :: Web Container</title>
<body>
<links>
<item name="Apache" href="http://apache.org"/>
<item name="Geronimo" href="../../index.html"/>
</links>
</body>
</project>
1.1 incubator-geronimo/modules/web/xdocs/index.html
Index: index.html
===================================================================
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body>
<h1>Introduction</h1>
This is the web container adapter for Geronimo. It handles binding servlet
engines such as
Tomcat or Jetty into Geronimo.
</body>
</html>
1.11 +3 -2 incubator-geronimo/xdocs/navigation.xml
Index: navigation.xml
===================================================================
RCS file: /home/cvs/incubator-geronimo/xdocs/navigation.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- navigation.xml 16 Aug 2003 20:45:42 -0000 1.10
+++ navigation.xml 19 Aug 2003 07:33:53 -0000 1.11
@@ -31,8 +31,9 @@
</menu>
<menu name="Modules">
- <item name="Common" href="/modules/common/index.html"/>
+ <item name="Common"
href="/modules/common/index.html"/>
<item name="Core Container"
href="/modules/core/index.html"/>
+ <item name="Web Container"
href="/modules/web/index.html"/>
<item name="XML Beans"
href="/modules/xmlbeans/index.html"/>
<item name="Twiddle"
href="/modules/twiddle/index.html"/>
</menu>