Carlos Sanchez 18 rokov pred
rodič
commit
56818b11bd
1 zmenil súbory, kde vykonal 72 pridanie a 19 odobranie
  1. 72 19
      src/site/xdoc/downloads.xml

+ 72 - 19
src/site/xdoc/downloads.xml

@@ -1,21 +1,74 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<document><properties><title>Acegi Security Downloads</title></properties><body><section name="Acegi Security Downloads"><p>If you wish to try out this project, you are probably looking for the
-  <strong>acegi-security-xx.zip</strong> file, which contains all of the officially
-  released JARs, a copy of all documentation, and two WAR artifacts. The two WAR artifacts
-  are from the Contacts Sample and the Tutorial Sample application. The Tutorial Sample
-  consists of a "bare bones" configuration that will get you up and running quickly, whereas
-  the Contacts Sample illustrates more advanced features.</p>
+<document>
+    <properties>
+        <title>Acegi Security Downloads</title>
+    </properties>
+    <body>
+        <section name="Acegi Security Downloads">
+            <p>
+                If you wish to try out this project, you are probably
+                looking for the
+                <strong>acegi-security-xx.zip</strong>
+                file, which contains all of the officially released
+                JARs, a copy of all documentation, and two WAR
+                artifacts. The two WAR artifacts are from the Contacts
+                Sample and the Tutorial Sample application. The Tutorial
+                Sample consists of a "bare bones" configuration that
+                will get you up and running quickly, whereas the
+                Contacts Sample illustrates more advanced features.
+            </p>
 
-  <p>The acegi-security-xx-src.zip is intended for use with IDEs. It does not contain the
-  files needed to compile Acegi Security. It also does not contain the sources to the
-  sample applications. If you need any of these files, please download from SVN.</p><subsection name="Official Releases"><p>The official release ZIP files are available from the
-  <a href="http://sourceforge.net/project/showfiles.php?group_id=104215">Sourceforge File Release System</a>.</p></subsection><subsection name="Maven Dependencies"><p>The Acegi Security JARs are also available via the
-  <a href="http://www.ibiblio.org/maven2/org/acegisecurity">iBiblio Maven Repository</a>.</p></subsection><subsection name="Building From Source"><p>Detailed instructions on downloading from CVS and building from source
-  are provided on the <a href="building.html">Building with Maven</a>
-  page.</p></subsection><subsection name="SVN Snapshots and Daily Builds"><p>
-  If you don't wish to access SVN directly, we provide
-  <a href="http://acegisecurity.sourceforge.net/nightly/">nightly SVN exports</a> for your convenience.
-  There is also an automated build which uploads bundle of Acegi Security jar files to the same location.
-  Both binary and source archives have the date of the build and the SVN revision number appended to the filename,
-  so you can match them up easily.
-  </p></subsection></section></body></document>
+            <p>
+                The acegi-security-xx-src.zip is intended for use with
+                IDEs. It does not contain the files needed to compile
+                Acegi Security. It also does not contain the sources to
+                the sample applications. If you need any of these files,
+                please download from SVN.
+            </p>
+            <subsection name="Official Releases">
+                <p>
+                    The official release ZIP files are available from
+                    the
+                    <a
+                        href="http://sourceforge.net/project/showfiles.php?group_id=104215">
+                        Sourceforge File Release System
+                    </a>
+                    .
+                </p>
+            </subsection>
+            <subsection name="Maven Dependencies">
+                <p>
+                    The Acegi Security JARs are also available via the
+                    <a
+                        href="http://www.ibiblio.org/maven2/org/acegisecurity">
+                        iBiblio Maven Repository
+                    </a>
+                    .
+                </p>
+            </subsection>
+            <subsection name="Building From Source">
+                <p>
+                    Detailed instructions on downloading from CVS and
+                    building from source are provided on the
+                    <a href="building.html">Building with Maven</a>
+                    page.
+                </p>
+            </subsection>
+            <subsection name="SVN Snapshots and Daily Builds">
+                <p>
+                    If you don't wish to access SVN directly, we provide
+                    <a
+                        href="http://acegisecurity.sourceforge.net/nightly/">
+                        nightly SVN exports
+                    </a>
+                    for your convenience. There is also an automated
+                    build which uploads bundle of Acegi Security jar
+                    files to the same location. Both binary and source
+                    archives have the date of the build and the SVN
+                    revision number appended to the filename, so you can
+                    match them up easily.
+                </p>
+            </subsection>
+        </section>
+    </body>
+</document>