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