contact.xhtml 3.0 KB

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