index.xhtml 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. <?xml version="1.0" encoding="ISO-8859-1" ?>
  2. <!-- index.xhtml
  3. Copyright (C) 2006 g10 Code GmbH
  4. This file is part of Scute.
  5. Scute is free software; you can redistribute it and/or modify it
  6. under the terms of the GNU General Public License as published by
  7. the Free Software Foundation; either version 2 of the License, or
  8. (at your option) any later version.
  9. Scute is distributed in the hope that it will be useful, but
  10. WITHOUT ANY WARRANTY; without even the implied warranty of
  11. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  12. General Public License for more details.
  13. You should have received a copy of the GNU General Public License
  14. along with Scute; if not, write to the Free Software Foundation,
  15. Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  16. In addition, as a special exception, g10 Code GmbH gives permission
  17. to link this library: with the Mozilla Foundation's code for
  18. Mozilla (or with modified versions of it that use the same license
  19. as the "Mozilla" code), and distribute the linked executables. You
  20. must obey the GNU General Public License in all respects for all of
  21. the code used other than "Mozilla". If you modify this file, you
  22. may extend this exception to your version of the file, but you are
  23. not obligated to do so. If you do not wish to do so, delete this
  24. exception statement from your version. -->
  25. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
  26. "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  27. <html xmlns="http://www.w3.org/1999/xhtml">
  28. <head>
  29. <title>Scute</title>
  30. <link rel="stylesheet" type="text/css" href="format/web.css"/>
  31. </head>
  32. <body>
  33. <div id="body">
  34. <div id="toc">
  35. <object type="image/svg+xml" data="format/scute-logo.svg">
  36. Scute
  37. </object>
  38. <h1>Table Of Content</h1>
  39. <ul>
  40. <li><a href="index.xhtml">Introduction</a></li>
  41. <li><a href="documentation.xhtml">Documentation</a></li>
  42. <li><a href="download.xhtml">Download</a></li>
  43. <li><a href="contact.xhtml">Discussion</a></li>
  44. </ul>
  45. </div>
  46. <div id="main">
  47. <h1>Introduction</h1>
  48. <p>
  49. Scute is a <a
  50. href="https://www.oasis-open.org/committees/tc_home.php?wg_abbrev=pkcs11">PKCS
  51. #11</a> module that adds support for the <a
  52. href="http://www.g10code.com/p-card.html">OpenPGP smartcard</a>
  53. card to the <a
  54. href="http://www.mozilla.org/projects/security/pki/nss/">Mozilla
  55. Network Security Services</a> (NSS).
  56. </p>
  57. <p>
  58. This allows you to use your OpenPGP Card as a security device in
  59. <a href="http://www.mozilla.com/">Firefox</a> and other software
  60. that makes use the NSS library.
  61. </p>
  62. <p>
  63. Currently, supported usages are <a
  64. href="http://en.wikipedia.org/wiki/Https">HTTPS</a> client
  65. authentication and S/MIME email signing using X.509
  66. certificates.
  67. </p>
  68. <p>
  69. You can <a href="documentation.xhtml">read the
  70. documentation</a>, <a href="download.xhtml">download a copy</a>
  71. or <a href="contact.xhtml">contact the developers and users</a>
  72. of Scute.
  73. </p>
  74. </div>
  75. </div>
  76. </body>
  77. </html>