Author: rgardler
Date: Fri Dec 1 16:01:32 2006
New Revision: 481448
URL: http://svn.apache.org/viewvc?view=rev&rev=481448
Log:
Add a link to the subdir index
Modified:
forrest/trunk/whiteboard/forrest2/wicket-demo/src/xdocs/index.xhtml2
Modified: forrest/trunk/whiteboard/forrest2/wicket-demo/src/xdocs/index.xhtml2
URL:
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrest2/wicket-demo/src/xdocs/index.xhtml2?view=diff&rev=481448&r1=481447&r2=481448
==============================================================================
--- forrest/trunk/whiteboard/forrest2/wicket-demo/src/xdocs/index.xhtml2
(original)
+++ forrest/trunk/whiteboard/forrest2/wicket-demo/src/xdocs/index.xhtml2 Fri
Dec 1 16:01:32 2006
@@ -9,8 +9,13 @@
</head>
<body>
<h>Welcome to the Forest2 and Wicket Integration Example</h>
- <p>Tbis example site illustrates how to inegrate the
+ <p>This example site illustrates how to inegrate the
Forrest2 XML publication engine and the Wicket web
application engine.</p>
+
+ <p>Here are some pages to visit:</p>
+ <ul>
+ <li><a href="subdir/index.html">Sub-Directory Index</a></li>
+ </ul>
</body>
</html>