Moved docs to new subproject

This commit is contained in:
Carlos Sanchez
2004-11-14 21:49:18 +00:00
parent 16b7537db5
commit 2d7e776d84
79 changed files with 68 additions and 53 deletions

38
doc/xdocs/start/build.xml Normal file
View File

@@ -0,0 +1,38 @@
<?xml version="1.0"?>
<document>
<properties>
<title>Building Acegi</title>
</properties>
<body>
<section name="Building Acegi">
<p>
TODO: Checkout the source from Sourceforge...
</p>
<subsection name="Maven Build">
<p>
The first thing to do if you want to use Maven is download and install it.
The build has been tested with version 1-rc3 so use this or a later version if possible.
</p>
<p>
One of the main differences between Maven and plain ant is that Maven manages
external dependencies for your projects and (at least in theory) you should no
longer have to store third-party jar files in your CVS tree. It maintains a local repository of
versioned libraries and shares them between your Maven projects. If it can't find the necessary
files there it will attempt to download them from the main Maven repository at www.ibiblio.org/maven.
So to use the Maven build, you need to have a network connection available for the inital download of
the project dependencies (and any others that Maven itself requires).
</p>
<p>
Once you have Maven installed, building the project should be as simple as typing "maven jar"
from the command line. Providing there are no failures in the test suite, this will create the
project jar files in the "target" directory. For more information on using Maven, have a look at the
<a href="http://maven.apache.org/">Maven web site</a>.
</p>
</subsection>
</section>
</body>
</document>

View File

@@ -0,0 +1,18 @@
<?xml version="1.0"?>
<document>
<properties>
<title>Downloading Acegi</title>
</properties>
<body>
<section name="Downloading Acegi">
<p>
You can downloade the latest release from the
<a href="http://sourceforge.net/project/showfiles.php?group_id=104215">Sourceforge project site</a>.
</p>
</section>
</body>
</document>

26
doc/xdocs/start/index.xml Normal file
View File

@@ -0,0 +1,26 @@
<?xml version="1.0"?>
<document>
<properties>
<title>Getting Started with Acegi</title>
</properties>
<body>
<section name="Getting Started with Acegi">
<subsection name="Overview of the Getting Started Documentation">
<table>
<tr><th>Document</th><th>Description</th></tr>
<tr><td><a href="download.html">Download</a></td>
<td>
Before you can start using Acegi, you'll have
to download the distribution to your system (unless
you plan on building the project from source). This document
provides links to the various distributions available.
</td>
</tr>
</table>
</subsection>
</section>
</body>
</document>