Author: steveh Date: Wed Oct 20 10:39:41 2004 New Revision: 55167 Added: incubator/beehive/trunk/netui/docs/index.html (contents, props changed) Log: Adding index page for beehive docs. (By all rights, this should be checked in somewhere like trunk/docs/... But it seems like overkill to make a new directory off of the trunk for just one file.)
Added: incubator/beehive/trunk/netui/docs/index.html ============================================================================== --- (empty file) +++ incubator/beehive/trunk/netui/docs/index.html Wed Oct 20 10:39:41 2004 @@ -0,0 +1,26 @@ +<html> + <head> + <title>Beehive Reference Documentation</title> + </head> + <body> + <h1>Beehive Documentation</h1> + <h2>Beehive User's Guide</h2> + The Beehive user's guide is available on the web at <a href="http://incubator.apache.org/beehive">http://incubator.apache.org/beehive</a> + <h2>Beehive Reference Docs</h2> + Beehive Reference documentation is available both on the web (<a href="http://incubator.apache.org/beehive/reference.html">http://incubator.apache.org/beehive/reference.html</a>) and locally as part of the Beehive distribution. For the local version of the reference documentation, use the links below. + <ul> + <li> + <a target="_blank" href="taglib/index.html">Page Flow <netui> Tag Reference</a> + </li> + <li> + <a target="_blank" href="classref_pageflows/index.html">Page Flow API Reference</a> + </li> + <li> + <a target="_blank" href="classref_controls/index.html">Controls API Reference</a> + </li> + <li> + <a target="_blank" href="classref_wsm/index.html">Web Services Metadata API Reference</a> + </li> + </ul> + </body> +</html>
