documentation.xhtml 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. <?xml version="1.0" encoding="ISO-8859-1" ?>
  2. <!-- documentation.xhtml
  3. Copyright (C) 2006 g10 Code GmbH
  4. This file is part of Scute[1].
  5. [1] Derived from the RSA Security Inc. PKCS #11 Cryptographic Token
  6. Interface (Cryptoki).
  7. Scute is free software; you can redistribute it and/or modify it
  8. under the terms of the GNU General Public License as published by
  9. the Free Software Foundation; either version 2 of the License, or
  10. (at your option) any later version.
  11. Scute is distributed in the hope that it will be useful, but
  12. WITHOUT ANY WARRANTY; without even the implied warranty of
  13. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  14. General Public License for more details.
  15. You should have received a copy of the GNU General Public License
  16. along with Scute; if not, write to the Free Software Foundation,
  17. Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  18. In addition, as a special exception, g10 Code GmbH gives permission
  19. to link this library: with the Mozilla Foundation's code for
  20. Mozilla (or with modified versions of it that use the same license
  21. as the "Mozilla" code), and distribute the linked executables. You
  22. must obey the GNU General Public License in all respects for all of
  23. the code used other than "Mozilla". If you modify this file, you
  24. may extend this exception to your version of the file, but you are
  25. not obligated to do so. If you do not wish to do so, delete this
  26. exception statement from your version. -->
  27. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
  28. "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  29. <html xmlns="http://www.w3.org/1999/xhtml">
  30. <head>
  31. <title>Scute</title>
  32. <link rel="stylesheet" type="text/css" href="format/web.css"/>
  33. </head>
  34. <body>
  35. <div id="body">
  36. <div id="toc">
  37. <object type="image/svg+xml" data="format/scute-logo.svg">
  38. Scute
  39. </object>
  40. <h1>Table Of Content</h1>
  41. <ul>
  42. <li><a href="index.xhtml">Introduction</a></li>
  43. <li><a href="documentation.xhtml">Documentation</a></li>
  44. <li><a href="download.xhtml">Download</a></li>
  45. <li><a href="contact.xhtml">Discussion</a></li>
  46. </ul>
  47. </div>
  48. <div id="main">
  49. <h1>Documentation</h1>
  50. <p>
  51. (More to come.)
  52. </p>
  53. <h2>Installation</h2>
  54. <p>
  55. (More to come.)
  56. </p>
  57. <h2>Certificate Management</h2>
  58. <p>
  59. (More to come.)
  60. </p>
  61. <h2>Client Authentication</h2>
  62. <p>
  63. (More to come.)
  64. </p>
  65. </div>
  66. </div>
  67. </body>
  68. </html>