[svn r373] moved to maven
This commit is contained in:
parent
53855d8aae
commit
8ec7e55ebb
127 changed files with 10761 additions and 11 deletions
20
src/site/apt/index.apt
Normal file
20
src/site/apt/index.apt
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
Welcome too the FOEI project.
|
||||
|
||||
FOEI is a Event -> Input -> Filter -> Output framework.
|
||||
|
||||
* Goals Overview
|
||||
|
||||
Make event based processing really simple.
|
||||
|
||||
|
||||
* Usage
|
||||
|
||||
Instructions on how to use FOEI can be found {{{usage.html}here.}}
|
||||
|
||||
* Examples
|
||||
|
||||
Todo put an example here.
|
||||
|
||||
{{{example1.html}example1}}
|
||||
|
||||
{{{example2.html}example1}}
|
||||
14
src/site/changes.xml
Normal file
14
src/site/changes.xml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<document>
|
||||
<properties>
|
||||
<title>Changes FOEI Project</title>
|
||||
<author email="w.cazander@gmail.com">Willem Cazander</author>
|
||||
</properties>
|
||||
<body>
|
||||
<release version="0.8" date="2009-02-13" description="Planned 0.8 release">
|
||||
<action dev="willem.cazander" type="add">
|
||||
Released 0.8 of x4o.
|
||||
</action>
|
||||
</release>
|
||||
</body>
|
||||
</document>
|
||||
22
src/site/fml/faq.fml
Normal file
22
src/site/fml/faq.fml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<faqs title="Frequently Asked Questions" toplink="false">
|
||||
|
||||
<part id="general">
|
||||
<title>General</title>
|
||||
|
||||
<faq id="whats-foei">
|
||||
<question>What is FOEI</question>
|
||||
<answer>
|
||||
<p>FOEI is an filter framework.</p>
|
||||
</answer>
|
||||
</faq>
|
||||
|
||||
<faq id="foei-licence">
|
||||
<question>What is the linence of FOEI</question>
|
||||
<answer>
|
||||
<p>FOEI has an BSD style licence, use it for free as beer.</p>
|
||||
</answer>
|
||||
</faq>
|
||||
|
||||
</part>
|
||||
</faqs>
|
||||
35
src/site/site.xml
Normal file
35
src/site/site.xml
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project>
|
||||
<bannerLeft><src>docbook/images/logo-x4o.png</src></bannerLeft>
|
||||
<bannerRight><src>http://www.idca.nl/media/idca/images/logo_correct.gif</src></bannerRight>
|
||||
<version position="left"/>
|
||||
<body>
|
||||
<links>
|
||||
<item name="IDCA" href="http://www.idca.nl/" />
|
||||
</links>
|
||||
|
||||
<menu name="Overview">
|
||||
<item name="Home" href="index.html"/>
|
||||
<item name="Features" href="features.html"/>
|
||||
<item name="Usage(simle)" href="usage.html"/>
|
||||
<item name="Manuel" href="manual.html"/>
|
||||
<item name="Faq" href="faq.html"/>
|
||||
<item name="Download" href="download.html"/>
|
||||
</menu>
|
||||
|
||||
<!--
|
||||
<menu name="Reference">
|
||||
<item name="eld" href="index.html"/>
|
||||
<item name="x4o" href="index.html"/>
|
||||
</menu>
|
||||
-->
|
||||
|
||||
<menu name="Examples">
|
||||
<item name="Test1" href="example1.html"/>
|
||||
<item name="Test2" href="example2.html"/>
|
||||
</menu>
|
||||
|
||||
${reports}
|
||||
|
||||
</body>
|
||||
</project>
|
||||
Loading…
Add table
Add a link
Reference in a new issue