leosimons 2003/02/20 07:45:02
Modified: xfc build.xml
xfc/src/xdocs how.xml index.xml issues.xml todo.xml
using.xml whatis.xml
Added: xfc/src/xdocs book.xml tabs.xml
Removed: xfc/src/xdocs menu.xml
Log:
forrestize
Revision Changes Path
1.9 +1 -1 avalon-excalibur/xfc/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/avalon-excalibur/xfc/build.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- build.xml 29 Jan 2003 14:07:42 -0000 1.8
+++ build.xml 20 Feb 2003 15:45:02 -0000 1.9
@@ -329,7 +329,7 @@
<target name="docs" depends="javadocs, xdocs" description="generates all the
Avalon documentation"/>
<target name="xdocs" description="generates the xdocs-based documentation">
- <ant antfile="${basedir}/../cocoonbuild.xml"/>
+ <ant antfile="${basedir}/../forrestbuild.xml"/>
</target>
<target name="site" depends="docs" description=" Places Docs ready for hosting
on website">
1.2 +5 -5 avalon-excalibur/xfc/src/xdocs/how.xml
Index: how.xml
===================================================================
RCS file: /home/cvs/avalon-excalibur/xfc/src/xdocs/how.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- how.xml 23 Oct 2002 16:08:20 -0000 1.1
+++ how.xml 20 Feb 2003 15:45:02 -0000 1.2
@@ -8,7 +8,7 @@
</authors>
</header>
<body>
- <s1 title="Basic concepts">
+ <section><title>Basic concepts</title>
<p>
XFC works via input & output modules. Input & output modules define
the format style XFC should read and write to. Currently, modules for
@@ -37,8 +37,8 @@
alias: <code>fortress</code>.
</p>
</ol>
- </s1>
- <s1 title="Modules">
+ </section>
+ <section><title>Modules</title>
<p>
Input & output modules adhere to the
<code>org.apache.excalibur.xfc.Module</code>
interface, which defines operations for creating and serializing a
@@ -54,7 +54,7 @@
The Model object and it's consituents are defined in the
<code>org.apache.excalibur.xfc.model</code> package.
</p>
- </s1>
+ </section>
</body>
<footer>
<legal>
1.2 +3 -3 avalon-excalibur/xfc/src/xdocs/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/avalon-excalibur/xfc/src/xdocs/index.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- index.xml 23 Oct 2002 16:08:20 -0000 1.1
+++ index.xml 20 Feb 2003 15:45:02 -0000 1.2
@@ -8,7 +8,7 @@
</authors>
</header>
<body>
- <s1 title="Introduction">
+ <section><title>Introduction</title>
<p>
This is the Excalibur <strong>X</strong>Conf <strong>F</strong>ile
<strong>C</strong>onverter package which contains a tool for
@@ -23,7 +23,7 @@
component definitions and an input/output module interface for
supporting conversions between specific containers.
</p>
- </s1>
+ </section>
</body>
<footer>
<legal>
1.2 +3 -3 avalon-excalibur/xfc/src/xdocs/issues.xml
Index: issues.xml
===================================================================
RCS file: /home/cvs/avalon-excalibur/xfc/src/xdocs/issues.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- issues.xml 23 Oct 2002 16:08:20 -0000 1.1
+++ issues.xml 20 Feb 2003 15:45:02 -0000 1.2
@@ -8,7 +8,7 @@
</authors>
</header>
<body>
- <s1 title="Known problems">
+ <section><title>Known problems</title>
<ol>
<li>Custom component selectors (ECM)</li>
<p>
@@ -36,7 +36,7 @@
is inserted as the ID.
</p>
</ol>
- </s1>
+ </section>
</body>
<footer>
<legal>
1.2 +3 -3 avalon-excalibur/xfc/src/xdocs/todo.xml
Index: todo.xml
===================================================================
RCS file: /home/cvs/avalon-excalibur/xfc/src/xdocs/todo.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- todo.xml 23 Oct 2002 16:08:20 -0000 1.1
+++ todo.xml 20 Feb 2003 15:45:02 -0000 1.2
@@ -8,7 +8,7 @@
</authors>
</header>
<body>
- <s1 title="Current XFC TODO list">
+ <section><title>Current XFC TODO list</title>
<ol>
<li>Lots of testing :)</li>
<li>Merlin module</li>
@@ -17,7 +17,7 @@
XFC uses to store component data in, rather than the custom one
built in org.apache.excalibur.xfc.model.</li>
</ol>
- </s1>
+ </section>
</body>
<footer>
<legal>
1.2 +7 -7 avalon-excalibur/xfc/src/xdocs/using.xml
Index: using.xml
===================================================================
RCS file: /home/cvs/avalon-excalibur/xfc/src/xdocs/using.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- using.xml 23 Oct 2002 16:08:20 -0000 1.1
+++ using.xml 20 Feb 2003 15:45:02 -0000 1.2
@@ -8,7 +8,7 @@
</authors>
</header>
<body>
- <s1 title="Calling XFC from the command line">
+ <section><title>Calling XFC from the command line</title>
<p>
The XFC distribution includes a script called runconverter.sh/bat which can
be used to invoke XFC from the command line. It accepts two parameters
naming
@@ -47,8 +47,8 @@
]]>
</source>
</p>
- </s1>
- <s1 title="Calling XFC from an ANT task">
+ </section>
+ <section><title>Calling XFC from an ANT task</title>
<p>
The XFC distribution includes an ANT task (defined in the
<code>org.apache.excalibur.xfc.ant.XFCTask</code> class).
@@ -77,15 +77,15 @@
</xfc>
]]>
</source>
- </s1>
- <s1 title="Calling XFC from Java">
+ </section>
+ <section><title>Calling XFC from Java</title>
<p>
It's also possible to invoke XFC from within Java. To do this call the
method <code>org.apache.excalibur.xfc.Main.main</code>, and pass as an
array of String objects the same parameters you would normally give on
the command line.
</p>
- </s1>
+ </section>
</body>
<footer>
<legal>
1.2 +3 -3 avalon-excalibur/xfc/src/xdocs/whatis.xml
Index: whatis.xml
===================================================================
RCS file: /home/cvs/avalon-excalibur/xfc/src/xdocs/whatis.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- whatis.xml 23 Oct 2002 16:08:20 -0000 1.1
+++ whatis.xml 20 Feb 2003 15:45:02 -0000 1.2
@@ -8,7 +8,7 @@
</authors>
</header>
<body>
- <s1 title="Introduction">
+ <section><title>Introduction</title>
<p>
The Avalon project consists of several different containers that
developers can use to write Components based on the Avalon Framework.
@@ -28,7 +28,7 @@
configuration files from one container's format to another. This will
hopefully automate and ease migration between containers.
</p>
- </s1>
+ </section>
</body>
<footer>
<legal>
1.1 avalon-excalibur/xfc/src/xdocs/book.xml
Index: book.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<book software="Excalibur xfc" title="Excalibur xfc" copyright="@year@ The Apache
Software Foundation" xmlns:xlink="http://www.w3.org/1999/xlink">
<menu label="About">
<menu-item href="index.html" label="About XFC"/>
<menu-item href="http://jakarta.apache.org/avalon/excalibur/index.html"
label="Excalibur Home"/>
<menu-item href="http://jakarta.apache.org/builds/avalon-excalibur/release"
label="Download"/>
<menu-item label="API Docs" href="http://avalon.apache.org/api/"/>
</menu>
<menu label="Overview">
<menu-item href="whatis.html" label="What is XFC ?"/>
<menu-item href="how.html" label="How does XFC work ?"/>
<menu-item href="using.html" label="How do I use XFC ?"/>
<menu-item href="issues.html" label="Known issues"/>
<menu-item href="todo.html" label="Todo"/>
</menu>
<!--
<menu label="How To">
<menu-item href="ecm-howto.html" label="Convert to/from ECM"/>
<menu-item href="fortress-howto.html" label="Convert to/from Fortress"/>
</menu>
-->
</book>
1.1 avalon-excalibur/xfc/src/xdocs/tabs.xml
Index: tabs.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE tabs PUBLIC "-//APACHE//DTD Cocoon Documentation Tab V1.0//EN"
"tab-cocoon-v10.dtd">
<tabs software="Excalibur xfc"
title="Excalibur xfc"
copyright="Foo"
xmlns:xlink="http://www.w3.org/1999/xlink">
<tab label="Avalon Home" href="http://avalon.apache.org/"/>
<tab label="Framework" href="http://avalon.apache.org/framework/"/>
<tab label="Components" href="http://avalon.apache.org/components/"/>
<tab label="Phoenix" href="http://avalon.apache.org/phoenix/"/>
<tab label="SECA" href="http://avalon.apache.org/seca/"/>
<tab label="Apps" href="http://avalon.apache.org/apps/"/>
</tabs>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]