downloads.html 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <!--
  2. * ========================================================================
  3. *
  4. * Copyright 2004 Acegi Technology Pty Limited
  5. *
  6. * Licensed under the Apache License, Version 2.0 (the "License");
  7. * you may not use this file except in compliance with the License.
  8. * You may obtain a copy of the License at
  9. *
  10. * http://www.apache.org/licenses/LICENSE-2.0
  11. *
  12. * Unless required by applicable law or agreed to in writing, software
  13. * distributed under the License is distributed on an "AS IS" BASIS,
  14. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  15. * See the License for the specific language governing permissions and
  16. * limitations under the License.
  17. *
  18. * ========================================================================
  19. -->
  20. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  21. <html xmlns="http://www.w3.org/1999/xhtml">
  22. <head>
  23. <title>Acegi Security Downloads</title>
  24. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  25. </head>
  26. <body>
  27. <h1>Acegi Security Downloads</h1>
  28. <p>If you wish to try out this project, you are probably looking for the
  29. <strong>acegi-security-xx.zip</strong> file, which contains all of the officially
  30. released JARs, a copy of all documentation, and one WAR artifact from the Contacts
  31. Sample application.</p>
  32. <p>Please note that in order to reduce download size, we only include in the
  33. release ZIP one of the WAR artifacts produced by the Contacts Sample application.
  34. The WAR artifact we include is suitable for standalone deployment (specifically, it
  35. does not require a CAS server or container adapter setup). The official release ZIP
  36. therefore probably contains what you need, especially if you're initially
  37. evaluating the project. If you wish to deploy the other WAR artifacts produced by
  38. the Contacts Sample application (ie those that target CAS and container adapters),
  39. you will need to build Acegi Security from source.
  40. <p>The acegi-security-xx-src.zip is intended to use with IDEs. It does not contain the
  41. files needed to compile Acegi Security. It also does not contain the sources to the
  42. sample applications. If you need any of these files, please download from CVS.</p>
  43. <h2>Official Releases</h2>
  44. <p>The official release ZIP files are available from the
  45. <a href="http://sourceforge.net/project/showfiles.php?group_id=104215">Sourceforge File Release System</a>.</p>
  46. <h2>Maven Dependencies</h2>
  47. <p>The Acegi Security JARs are also available via the
  48. <a href="http://www.ibiblio.org/maven/acegisecurity">iBiblio Maven Repository</a>.</p>
  49. <h2>Building From Source</h2>
  50. <p>Detailed instructions on building from source
  51. are provided on the <a href="building.html">Building with Maven</a>
  52. page.</p>
  53. </body>
  54. </html>