contact.xhtml 3.2 KB

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