site.xml 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!--
  3. * ========================================================================
  4. *
  5. * Copyright 2004, 2005 Acegi Technology Pty Limited
  6. *
  7. * Licensed under the Apache License, Version 2.0 (the "License");
  8. * you may not use this file except in compliance with the License.
  9. * You may obtain a copy of the License at
  10. *
  11. * http://www.apache.org/licenses/LICENSE-2.0
  12. *
  13. * Unless required by applicable law or agreed to in writing, software
  14. * distributed under the License is distributed on an "AS IS" BASIS,
  15. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  16. * See the License for the specific language governing permissions and
  17. * limitations under the License.
  18. *
  19. * ========================================================================
  20. -->
  21. <project name="Acegi Security">
  22. <bannerLeft>
  23. <name>Acegi Security on Sourceforge</name>
  24. <src>http://sourceforge.net/sflogo.php?group_id=104215&amp;type=5</src>
  25. <href>http://sourceforge.net/projects/acegisecurity</href>
  26. </bannerLeft>
  27. <bannerRight>
  28. <name>Acegi Security</name>
  29. <src>images/logo.gif</src>
  30. <href>http://acegisecurity.org/</href>
  31. </bannerRight>
  32. <body>
  33. <links>
  34. <item name="Acegi Security on Sourceforge" href="http://sourceforge.net/projects/acegisecurity" />
  35. </links>
  36. <menu name="Overview">
  37. <item name="Home" href="index.html"/>
  38. <item name="Building with Maven" href="building.html"/>
  39. <item name="Downloads" href="downloads.html"/>
  40. </menu>
  41. <menu name="Documentation">
  42. <item name="Suggested Steps" href="suggested.html"/>
  43. <item name="Reference Guide" href="reference.html"/>
  44. <item name="Sample SQL Schema" href="dbinit.txt"/>
  45. <item name="FAQ" href="faq.html"/>
  46. <item name="Petclinic Tutorial" href="petclinic-tutorial.html"/>
  47. <item name="External Web Articles" href="articles.html"/>
  48. <item name="Products using Acegi" href="powering.html"/>
  49. <item name="Use without Spring" href="standalone.html"/>
  50. <item name="Upgrading to 1.0.0" href="upgrade/upgrade-090-100.html"/>
  51. <item name="Upgrading to 0.9.0" href="upgrade/upgrade-080-090.html"/>
  52. <item name="Upgrading to 0.8.0" href="upgrade/upgrade-070-080.html"/>
  53. <item name="Core JavaDocs" href="acegi-security/apidocs/index.html" target="_blank"/>
  54. <item name="Contacts HTTPS" href="spring-security-samples/spring-security-samples-contacts/sslhowto.txt"/>
  55. <item name="Project Policies" href="policies.html"/>
  56. <item name="Acegi Security JIRA" href="http://opensource.atlassian.com/projects/spring/secure/BrowseProject.jspa?id=10040"/>
  57. <item name="Support Forum" href="http://forum.springframework.org/forumdisplay.php?f=33"/>
  58. <item name="Core Reports" href="spring-security/project-reports.html"/>
  59. </menu>
  60. <menu name="Links" type="footer">
  61. <item name="Spring Framework" href="http://www.springframework.org/" img="http://www.springframework.org/buttons/spring_white.png"/>
  62. <item name="Interface21" href="http://www.interface21.com/" />
  63. </menu>
  64. <!--
  65. <poweredBy>
  66. <logo name="Spring" href="http://docs.codehaus.org/display/JETTY/Jetty+Powered" img="./images/small_powered_by.gif"/>
  67. </poweredBy>
  68. -->
  69. </body>
  70. </project>