contact.xhtml 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. <?xml version="1.0" encoding="ISO-8859-1" ?>
  2. <!-- contact.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>Contact</h1>
  50. <p>
  51. Scute is developed and maintained by <a
  52. href="http://www.g10code.com/">g10 Code GmbH</a>. You can
  53. support its development by <a
  54. href="http://www.g10code.com/products.html">buying
  55. maintenance points</a>, <a
  56. href="http://www.g10code.com/support.html">getting support
  57. contracts</a> or <a
  58. href="http://www.g10code.com/consult.html">contracting
  59. us</a> for custom development, security consulting and
  60. training.
  61. </p>
  62. <h2>Bug Reports</h2>
  63. <p>
  64. All bug reports should be submitted to our <a
  65. href="http://bugs.g10code.com/">bug tracking system</a> or
  66. sent via e-mail to the <a
  67. href="http://lists.gnupg.org/mailman/listinfo/gnupg-devel">GnuPG
  68. development mailing list.</a> Sensitive information can also
  69. be submitted by following the instructions in the file
  70. <code>AUTHORS</code> in the top-level directory of the source
  71. package.
  72. </p>
  73. <h2>Community</h2>
  74. <p>
  75. The members of our community can be reached via e-mail on the <a
  76. href="http://www.gnupg.org/documentation/mailing-lists.html">GnuPG
  77. mailing lists</a>.
  78. </p>
  79. </div>
  80. </div>
  81. </body>
  82. </html>