mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-02-22 22:46:15 +00:00
Describe download process.
This commit is contained in:
parent
2fe24b4357
commit
36993d5b52
56
doc/xdocs/downloads.html
Normal file
56
doc/xdocs/downloads.html
Normal file
@ -0,0 +1,56 @@
|
||||
<!--
|
||||
* ========================================================================
|
||||
*
|
||||
* Copyright 2004 Acegi Technology Pty Limited
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*
|
||||
* ========================================================================
|
||||
-->
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
|
||||
<head>
|
||||
<title>Acegi Security Downloads</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Acegi Security Downloads</h1>
|
||||
<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 one WAR artifact from the Contacts
|
||||
Sample application.</p>
|
||||
|
||||
<p>Please note that in order to reduce download size, we only include in the
|
||||
release ZIP one of the WAR artifacts produced by the Contacts Sample application.
|
||||
The WAR artifact we include is suitable for standalone deployment (specifically, it
|
||||
does not require a CAS server or container adapter setup). The official release ZIP
|
||||
therefore probably contains what you need, especially if you're initially
|
||||
evaluating the project. If you wish to deploy the other WAR artifacts produced by
|
||||
the Contacts Sample application (ie those that target CAS and container adapters),
|
||||
you will need to build Acegi Security from source.
|
||||
|
||||
<h2>Official Releases</h2>
|
||||
<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>
|
||||
<h2>Maven Dependencies</h2>
|
||||
<p>The Acegi Security JARs are also available via the
|
||||
<a href="http://www.ibiblio.org/maven/acegisecurity">iBiblio Maven Repository</a>.</p>
|
||||
<h2>Building From Source</h2>
|
||||
<p>Detailed instructions on building from source
|
||||
are provided on the <a href="building.html">Building with Maven</a>
|
||||
page.</p>
|
||||
</body>
|
||||
</html>
|
@ -30,7 +30,7 @@
|
||||
<menu name="Overview">
|
||||
<item name="Home" href="index.html"/>
|
||||
<item name="Building with Maven" href="building.html"/>
|
||||
<item name="Downloads" href="http://sourceforge.net/project/showfiles.php?group_id=104215"/>
|
||||
<item name="Downloads" href="downloads.html"/>
|
||||
</menu>
|
||||
|
||||
<menu name="Documentation">
|
||||
|
Loading…
x
Reference in New Issue
Block a user