From 23ef0a55a457b2d956b4b6383a10735e2ad2e3f8 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Mon, 28 Jun 2004 18:02:31 +0000 Subject: [PATCH] Initial outline of Maven site documentation. --- xdocs/faq.xml | 49 +++++++++++++++++++++++++++++++++++++++ xdocs/index.xml | 30 ++++++++++++++++++++++++ xdocs/navigation.xml | 28 ++++++++++++++++++++++ xdocs/reference/index.xml | 33 ++++++++++++++++++++++++++ xdocs/start/build.xml | 38 ++++++++++++++++++++++++++++++ xdocs/start/index.xml | 26 +++++++++++++++++++++ xdocs/status.xml | 43 ++++++++++++++++++++++++++++++++++ 7 files changed, 247 insertions(+) create mode 100755 xdocs/faq.xml create mode 100755 xdocs/index.xml create mode 100755 xdocs/navigation.xml create mode 100755 xdocs/reference/index.xml create mode 100755 xdocs/start/build.xml create mode 100755 xdocs/start/index.xml create mode 100755 xdocs/status.xml diff --git a/xdocs/faq.xml b/xdocs/faq.xml new file mode 100755 index 0000000000..a074913b57 --- /dev/null +++ b/xdocs/faq.xml @@ -0,0 +1,49 @@ + + + + + + Acegi FAQ + + + + +
+

+ This document attempts to answer some of the more frequently asked + questions regarding various aspects of JBoss. These questions are + typically asked over and over again on the mailing lists and forums. As a + courtesy to the developers, we ask that you read this document + before posting to the mailing lists. +

+

+ General +

+
    +
  1. + + What is Acegi? + +
  2. +
+ +

+ More FAQs ... +

+ + +
+
+
+ + What is Acegi? + +
+
+ ... +
+
+
+
+ +
diff --git a/xdocs/index.xml b/xdocs/index.xml new file mode 100755 index 0000000000..0965fbc255 --- /dev/null +++ b/xdocs/index.xml @@ -0,0 +1,30 @@ + + + + + + Acegi Security System for Spring + Luke + + + +
+

+ This is the Maven generated site for the Acegi-Security project. It is generated as part of an + automated daily build. We intend to expand the information on Acegi which is available here but for + the moment, your best starting point for documentation is Ben Alex's + original reference guide + which provides a comprehensive overview. +

+

+ For more information on running the build with Maven, see the + build section of the getting started guide. +

+

+ The main other area of interest at the moment is the generated reports section. + These are produced by the build on a daily basis and include complete Javadoc and source cross-reference. +

+
+ + +
diff --git a/xdocs/navigation.xml b/xdocs/navigation.xml new file mode 100755 index 0000000000..e285f4ec05 --- /dev/null +++ b/xdocs/navigation.xml @@ -0,0 +1,28 @@ + + + + Acegi Security System for Spring + + + + + + + + + + + + + + + + + diff --git a/xdocs/reference/index.xml b/xdocs/reference/index.xml new file mode 100755 index 0000000000..143e6ffdcd --- /dev/null +++ b/xdocs/reference/index.xml @@ -0,0 +1,33 @@ + + + + + Reference Documentation + + + +
+ + + + + + + + + + +
DocumentDescription
Reference Guide + The original docbook-generated reference. This is a good place to start if you want + to use the Acegi System to secure your applications. +
+
+
+ +
diff --git a/xdocs/start/build.xml b/xdocs/start/build.xml new file mode 100755 index 0000000000..6cddbd17ee --- /dev/null +++ b/xdocs/start/build.xml @@ -0,0 +1,38 @@ + + + + + Building Acegi + + + +
+

+ TODO: Checkout the source from Sourceforge... +

+ + +

+ 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. +

+

+ 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). +

+

+ 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 + Maven web site. +

+
+ +
+ +
diff --git a/xdocs/start/index.xml b/xdocs/start/index.xml new file mode 100755 index 0000000000..fc19bd4b07 --- /dev/null +++ b/xdocs/start/index.xml @@ -0,0 +1,26 @@ + + + + + Getting Started with Acegi + + + +
+ + + + + + + +
DocumentDescription
Download + 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. +
+
+
+ +
diff --git a/xdocs/status.xml b/xdocs/status.xml new file mode 100755 index 0000000000..3414764cd6 --- /dev/null +++ b/xdocs/status.xml @@ -0,0 +1,43 @@ + + + + + + News and Status + + + +
+ + +

+ The next release of Acegi will be version 0.6. +

+
+ + +

+ Version 0.51 released. +

+
+ + +

+ Version 0.5 released. +

+
+ + +

+ Version 0.4 released. +

+
+ + +

+ Version 0.3 released. +

+
+
+ +