reference.xml 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <?xml version="1.0"?>
  2. <!--
  3. * ========================================================================
  4. *
  5. * Copyright 2004 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. <document>
  22. <properties>
  23. <title>Reference Documentation</title>
  24. </properties>
  25. <body>
  26. <section name="Reference Documentation">
  27. <subsection name="Overview of the Reference Documentation">
  28. <table>
  29. <tr><th>Document</th><th>Description</th></tr>
  30. <tr>
  31. <td>
  32. <a href="docbook/acegi.html">Reference Guide HTML Single Page</a>
  33. </td>
  34. <td>
  35. The reference guide in a single html page.
  36. </td>
  37. </tr>
  38. <tr>
  39. <td>
  40. <a href="docbook/acegi.pdf">Reference Guide PDF</a>
  41. </td>
  42. <td>
  43. The PDF version of the reference guide.
  44. </td>
  45. </tr>
  46. </table>
  47. </subsection>
  48. </section>
  49. </body>
  50. </document>