shuber 2004/08/25 15:44:23 CEST
Modified files:
xdocs index.xml
Added files:
xdocs navigation-pdf.xml navigation.xml
Log:
- Updated documentation
- Added navigation files for web and PDF generation.
Revision Changes Path
1.4 +8 -6 advancedapprunner/xdocs/index.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/advancedapprunner/xdocs/index.xml.diff?r1=1.3&r2=1.4&f=h
1.1 +18 -0 advancedapprunner/xdocs/navigation-pdf.xml (new)
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/advancedapprunner/xdocs/navigation-pdf.xml?rev=1.1&content-type=text/plain
1.1 +19 -0 advancedapprunner/xdocs/navigation.xml (new)
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/advancedapprunner/xdocs/navigation.xml?rev=1.1&content-type=text/plain
Index: navigation-pdf.xml
====================================================================
<?xml version="1.0" encoding="ISO-8859-1"?>
<project name="AdvancedAppRunner">
<title>AdvancedAppRunner</title>
<body>
<menu name="Contents">
<item name="Getting Started" href="/index.html"/>
<!--
<item name="Goals" href="/goals.html"/>
<item name="Features" href="/features.html"/>
<item name="News and Status" href="/status.html"/>
<item name="Changes" href="/changes-report.html"/>
<item name="Mailing Lists" href="/mail-lists.html"/>
<item name="Source" href="/cvs-usage.html"/>
<item name="Dependencies" href="/dependencies.html"/>
-->
</menu>
</body>
</project>
Index: navigation.xml
====================================================================
<?xml version="1.0" encoding="ISO-8859-1"?>
<project name="AdvancedAppRunner">
<title>AdvancedAppRunner</title>
<body>
<links>
<item name="Jahia" href="http://www.jahia.org"/>
<item name="PDF Documentation" href="/advancedapprunner.pdf"
img="/images/pdf.gif"/>
</links>
<menu name="Quick Links">
<item name="Getting started" href="/index.html"/>
<item name="Mailing Lists" href="/mail-lists.html"/>
<item name="Source" href="/cvs-usage.html"/>
</menu>
</body>
</project>
Index: index.xml
===================================================================
RCS file: /home/cvs/repository/advancedapprunner/xdocs/index.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- index.xml 24 Aug 2004 12:48:05 -0000 1.3
+++ index.xml 25 Aug 2004 13:44:23 -0000 1.4
@@ -27,11 +27,14 @@
</section>
<section name="Install into JBuilder">
<p>
- To install the project in JBuilder, copy the advancedapprunner-VERSION.jar file
into
- JBUILDER/lib/ext and the advancedapprunner-doc.jar file into the JBUILDER/doc.
+ To install the project in JBuilder, copy the advancedapprunner-VERSION.jar
+ file into JBUILDER/lib/ext and the advancedapprunner-doc.jar file into the
+ JBUILDER/doc.
</p>
<p>
- For more information about usage of this OpenTool, please refer to the HTML
documentation
+ Usage is simple, create a new runtime configuration of type
+ "Advanced Application", and enter your parameters. Contextual help is
+ available throught the "Help" button.
</p>
</section>
<section name="Compilation requirements">
@@ -39,12 +42,11 @@
If you want to recompile this tool, the following steps will indicate how.
</p>
<p>
-It is expected that the user is familiar with both the <a
href="http://maven.apache.org">Apache Maven</a>
- project tool and the <a href="http://ant.apache.org">Apache Ant</a> build tool.
+ It is expected that the user is familiar with the <a
href="http://maven.apache.org">Apache Maven</a>
+ project tool.
</p>
<ul>
<li><a href="http://www.borland.com/jbuilder">JBuilder X</a> or higher</li>
- <li><a href="http://ant.apache.org">Ant 1.5</a> or higher</li>
<li><a href="http://maven.apache.org">Maven 1.0</a> or higher</li>
</ul>
</section>