[svn r364] WIP for move to maven2
This commit is contained in:
parent
8fc495c6b6
commit
818ed10649
173 changed files with 275 additions and 45 deletions
22
src/site/apt/download.apt
Normal file
22
src/site/apt/download.apt
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
Downloading
|
||||
|
||||
* Maven as dependency
|
||||
|
||||
+--
|
||||
<dependency>
|
||||
<groupId>com.idcanet</groupId>
|
||||
<artifactId>vasc</artifactId>
|
||||
<version>0.5-SNAPSHOT</version>
|
||||
</dependency>
|
||||
+--
|
||||
|
||||
note: Is not in a repro, build and install(local) yourself for now.
|
||||
|
||||
* Download binary release.
|
||||
|
||||
Sorry we still have not done any binany releases.
|
||||
|
||||
* Downloading source code
|
||||
|
||||
Sorry we still have no source access.
|
||||
|
||||
3
src/site/apt/example1.apt
Normal file
3
src/site/apt/example1.apt
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
Example1
|
||||
|
||||
Todo: some example
|
||||
6
src/site/apt/features.apt
Normal file
6
src/site/apt/features.apt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
VASC Features
|
||||
|
||||
* Mulple Type of Frontend rendering supported
|
||||
|
||||
* Different Type of Backend data is supported
|
||||
|
||||
20
src/site/apt/index.apt
Normal file
20
src/site/apt/index.apt
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
Welcome to the VASC project.
|
||||
|
||||
VASC is an crud editor.
|
||||
|
||||
* Goals Overview
|
||||
|
||||
Make live very relexed.
|
||||
|
||||
|
||||
* Usage
|
||||
|
||||
Instructions on how to use VASC 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 VASC 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>
|
||||
0
src/site/fml/faq.fml
Normal file
0
src/site/fml/faq.fml
Normal file
36
src/site/site.xml
Normal file
36
src/site/site.xml
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
<?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="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