site.xml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <project name="Spring Security">
  3. <skin>
  4. <groupId>org.springframework.maven.skins</groupId>
  5. <artifactId>maven-spring-skin</artifactId>
  6. <version>1.0.4</version>
  7. </skin>
  8. <publishDate position="left" format="d MMM yyyy"/>
  9. <bannerLeft>
  10. <name>Spring Security</name>
  11. <src>http://www.springframework.org/files/logo.jpg
  12. </src>
  13. <href>http://static.springframework.org/spring-security/
  14. </href>
  15. </bannerLeft>
  16. <body>
  17. <links>
  18. <item name="Spring Framework" href="http://www.springframework.org/"/>
  19. <item name="OWASP" href="http://www.owasp.org/"/>
  20. </links>
  21. <menu name="Overview">
  22. <item name="Home" href="index.html"/>
  23. <item name="Building from Source" href="building.html"/>
  24. <item name="Downloads" href="http://www.springframework.org/download/"/>
  25. </menu>
  26. <menu name="Documentation">
  27. <item name="Suggested Steps" href="suggested.html"/>
  28. <item name="Reference Guide" href="reference.html"/>
  29. <item name="Javadoc API" href="apidocs/index.html"/>
  30. <item name="FAQ" href="faq.html"/>
  31. <item name="JIRA Issue tracker" href="http://jira.springframework.org/browse/SEC"/>
  32. <item name="Road Map" href="http://jira.springframework.org/browse/SEC?report=com.atlassian.jira.plugin.system.project:roadmap-panel"/>
  33. <item name="Community Forum" href="http://forum.springframework.org/forumdisplay.php?f=33"/>
  34. </menu>
  35. <menu ref="reports" name="Reports"/>
  36. </body>
  37. </project>