Use new domain.
This commit is contained in:
parent
6f32f6b112
commit
0b9c38e600
|
@ -28,7 +28,7 @@
|
|||
</links>
|
||||
|
||||
<menu name="Overview">
|
||||
<item name="Home" href="index.html"/>
|
||||
<item name="Home" href="/"/>
|
||||
<item name="Building with Maven" href="building.html"/>
|
||||
<item name="Downloads" href="downloads.html"/>
|
||||
</menu>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
must include the following acknowledgement:
|
||||
|
||||
"This product includes software developed by the Acegi Security
|
||||
System for Spring Project (http://acegisecurity.sourceforge.net)."
|
||||
System for Spring Project (http://acegisecurity.org)."
|
||||
|
||||
Alternately, this acknowledgement may appear in the software itself,
|
||||
if and wherever such third-party acknowledgements normally appear.
|
||||
|
|
|
@ -31,8 +31,8 @@
|
|||
<logo>http://sourceforge.net/sflogo.php?group_id=104215&type=5</logo>
|
||||
</organization>
|
||||
<inceptionYear>2004</inceptionYear>
|
||||
<logo>http://acegisecurity.sourceforge.net/logo.gif</logo>
|
||||
<url>http://acegisecurity.sourceforge.net/</url>
|
||||
<logo>http://acegisecurity.org/logo.gif</logo>
|
||||
<url>http://acegisecurity.org/</url>
|
||||
<siteAddress>shell.sourceforge.net</siteAddress>
|
||||
<siteDirectory>/home/groups/a/ac/acegisecurity/htdocs</siteDirectory>
|
||||
<distributionSite>shell.sourceforge.net</distributionSite>
|
||||
|
|
20
readme.txt
20
readme.txt
|
@ -10,7 +10,7 @@ The Acegi Security System for Spring provides security services for
|
|||
The Spring Framework (http://www.springframework.org).
|
||||
|
||||
For a detailed list of features and access to the latest release, please visit
|
||||
http://acegisecurity.sourceforge.net.
|
||||
http://acegisecurity.org.
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
SIGNED JAR FILES
|
||||
|
@ -38,24 +38,24 @@ BUILDING
|
|||
-------------------------------------------------------------------------------
|
||||
|
||||
Acegi Security is built using Maven. Please read the "Building with Maven" page
|
||||
at http://acegisecurity.sourceforge.net. This page is also included in the
|
||||
/docs directory of official release ZIPs.
|
||||
at http://acegisecurity.org. This page is also included in the /docs directory
|
||||
of official release ZIPs.
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
QUICK START
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
We recommend you visit http://acegisecurity.sourceforge.net and read the
|
||||
"Suggested Steps" page. This page is also included in the /docs directory of
|
||||
official release ZIPs.
|
||||
We recommend you visit http://acegisecurity.org and read the "Suggested Steps"
|
||||
page. This page is also included in the /docs directory of official release
|
||||
ZIPs.
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
DOCUMENTATION
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
http://acegisecurity.sourceforge.net has a wide range of articles about Acegi
|
||||
security, including links to external resources. A copy of this web site is
|
||||
included in the /docs directory of official release ZIPs.
|
||||
http://acegisecurity.org has a wide range of articles about Acegi Security,
|
||||
including links to external resources. A copy of this web site is included in
|
||||
the /docs directory of official release ZIPs.
|
||||
|
||||
Be sure to read the Reference Guide, which is available from the web site (and
|
||||
/docs directory as described above). Every class also has thorough JavaDocs.
|
||||
|
@ -78,7 +78,7 @@ discussions. You can join at:
|
|||
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer.
|
||||
|
||||
Links to mailing list archives, the forums, and other useful resources are
|
||||
available from http://acegisecurity.sourceforge.net.
|
||||
available from http://acegisecurity.org.
|
||||
|
||||
|
||||
$Id$
|
||||
|
|
|
@ -10,7 +10,7 @@ The Acegi Security System for Spring provides security services for
|
|||
The Spring Framework (http://www.springframework.org).
|
||||
|
||||
For a detailed list of features and access to the latest release, please visit
|
||||
http://acegisecurity.sourceforge.net.
|
||||
http://acegisecurity.org.
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
SOURCE RELEASES
|
||||
|
@ -20,8 +20,8 @@ If you have downloaded an acegi-security-xx-src.zip, you will NOT be able to
|
|||
compile the project. The -src releases are intended for source code review
|
||||
and IDE integration only. If you wish to use Acegi Security, you must download
|
||||
the full release or compile it from CVS. See the "Building with Maven" page
|
||||
at http://acegisecurity.sourceforge.net for further details. There is also
|
||||
a "Download" link if you would prefer to download an already compiled release.
|
||||
at http://acegisecurity.org for further details. There is also a "Download"
|
||||
link if you would prefer to download an already compiled release.
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
OBTAINING SUPPORT
|
||||
|
@ -40,7 +40,7 @@ discussions. You can join at:
|
|||
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer.
|
||||
|
||||
Links to mailing list archives, the forums, and other useful resources are
|
||||
available from http://acegisecurity.sourceforge.net.
|
||||
available from http://acegisecurity.org.
|
||||
|
||||
|
||||
$Id$
|
||||
|
|
Loading…
Reference in New Issue