rleland 2003/08/22 21:23:48
Added: xdocs .cvsignore community.xml faq.xml index.xml
navigation.xml resources.xml tasks.xml
Log:
Add skeleton for struts docs.
Revision Changes Path
1.1 jakarta-struts/xdocs/.cvsignore
Index: .cvsignore
===================================================================
stylesheets
1.1 jakarta-struts/xdocs/community.xml
Index: community.xml
===================================================================
<?xml version="1.0"?>
<document>
<properties>
<title>Community</title>
<author email="rleland at apache.org">Robert Leland</author>
</properties>
<body>
<section name="On The Apache Wiki">
<p>
The Apache Wiki is a Wiki run by Apache for the Apache community. The
struts Wiki home page is
<a
href='http://nagoya.apache.org/wiki/apachewiki.cgi?StrutsProjectPages'>here</a>.
</p>
<p>
Anyone is welcome to create new content about struts providing that they
observe the usual rules of netiquette.
</p>
</section>
</body>
</document>
1.1 jakarta-struts/xdocs/faq.xml
Index: faq.xml
===================================================================
<?xml version="1.0"?>
<document>
<properties>
<title>Struts FAQ</title>
</properties>
<body>
<section name="Frequently Asked Questions">
<p>
This document will be derived from the FAQ maintained in the
<a href='http://nagoya.apache.org/wiki/apachewiki.cgi?StrutsProjectPages'>
Struts Wiki</a>.So these questions and answers are user provided.
and should be searched before posting to the mailing lists.
</p>
<p><strong>Building Struts</strong></p>
<ol>
<li>
<a href="#how-to-build">
How do I build Struts?
</a>
</li>
</ol>
<subsection name="Building Struts">
<dl>
<dt>
<a name="how-to-build">
How do I build Struts?
</a>
</dt>
<dd>
Struts uses Maven for its build system. So you should be able to build
Struts just like
any other Maven enabled project. By typing'maven' Please see the
<a href="http://maven.apache.org/start/index.html">Maven</a>
documentation for details.
</dd>
</dl>
</subsection>
</section>
</body>
</document>
1.1 jakarta-struts/xdocs/index.xml
Index: index.xml
===================================================================
<?xml version="1.0"?>
<document>
<properties>
<title>Home</title>
<author email="rleland at apache.org">Robert Leland</author>
</properties>
<body>
<section name="Introduction">
<p>
For more information, see the <a href="apidocs/index.html">JavaDocs</a>.
</p>
</section>
</body>
</document>
1.1 jakarta-struts/xdocs/navigation.xml
Index: navigation.xml
===================================================================
<?xml version="1.0" encoding="ISO-8859-1"?>
<project name="Struts">
<title>Struts</title>
<organizationLogo href="/images/jakarta-logo-blue.gif">Jakarta</organizationLogo>
<body>
<menu name="Struts">
<item name="Overview" href="/index.html"/>
<item name="Community" href="/community.html"/>
<item name="To Do List" href="/tasks.html"/>
<item name="Resources" href="/resources.html"/>
<item name="Legacy 1.0"
href="/1.0/api/org/apache/struts/package-summary.html"/>
<item name="Legacy 1.1"
href="/1.1/api/org/apache/struts/package-summary.html"/>
</menu>
</body>
</project>
1.1 jakarta-struts/xdocs/resources.xml
Index: resources.xml
===================================================================
<?xml version="1.0"?>
<document>
<properties>
<title>Struts Resources</title>
</properties>
<body>
<section name="Struts Console">
<p>
The Struts Console is a FREE standalone Java Swing application for managing
Struts-related configuration files, including Commons Validator config files.
The Struts Console also "plugs" into mulitple, popular Java IDEs for seamless
management of config files from one central development tool.
<a href='http://www.jamesholmes.com/struts/'>Struts Console</a>
</p>
</section>
</body>
</document>
1.1 jakarta-struts/xdocs/tasks.xml
Index: tasks.xml
===================================================================
<?xml version="1.0"?>
<document>
<properties>
<title>TODO</title>
<author email="rleland at apache.org">Robert Leland</author>
</properties>
<body>
<section name="TODO list">
<p>
The following is a list of items that need to be completed in
Struts. Contributions are welcome!
</p>
<subsection name="High priority">
<ul>
<li>
Remove functionality deprecated in 1.1.0 release in 1.2.0
release.
</li>
</ul>
</subsection>
<subsection name="Medium priority">
<ul>
</ul>
</subsection>
<subsection name="Low priority">
<ul>
</ul>
</subsection>
</section>
<section name='Completed'>
<subsection name='Since 1.1 Release'>
<ul>
</ul>
</subsection>
</section>
<section name='Deprecated'>
<subsection name='Since 1.1 Release'>
<p>See the javadoc for details and replacements.</p>
<ul>
</ul>
</subsection>
</section>
<section name='Backwards Incompatible Changes'>
<subsection name='Since 1.1 Release'>
<ul>
</ul>
</subsection>
</section>
<section name='Semantic Changes'>
<subsection name='Since 1.1 Release'>
<ul>
</ul>
</subsection>
</section>
</body>
</document>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]