eduard.en.tpl 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <html>
  2. <head>
  3. <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  4. </head>
  5. <body>
  6. <h2 id="title">Eduard</h2>
  7. <div id="content">
  8. <p><i>Citește această pagină în română <a href="/projects/free-software/eduard.ro.html">de aici</a>.</i></p>
  9. <p>Eduard is Ceata's reimplementation of the Edward reply bot referenced in <a href="https://emailselfdefense.fsf.org">FSF's <i>Email Self-Defense</i> guide</a>.
  10. <p>It is a GPG troubleshooting script that reads an email from STDIN, checks it for PGP signatures and encryption, then replies appropriately. It is usually called from <code>/etc/aliases</code>.
  11. <p>You can test it by sending a signed and/or encrypted message to <a href="mailto:eduard@ceata.org">eduard@ceata.org</a>.
  12. <h3>Features</h3>
  13. <ul>
  14. <li>Recognises PGP signatures and decrypts encrypted emails. Supports both PGP/MIME and PGP/Inline.
  15. <li>Encrypts replies when the key is available.
  16. <li>Imports keys from keyservers or email attachments.
  17. <li>Can print debug information to standard error or to a logfile.
  18. <li>Supports keys with passphrases and can use <code>gpg-agent</code>.
  19. </ul>
  20. <h3>Improvements over Edward</h3>
  21. <ul>
  22. <li>Recognises PGP signatures.
  23. <li>Uses a MIME library instead of parsing manually. Works properly for any MIME encoding.
  24. <li>Reports any combination of signed, encrypted, has public key attached.
  25. <li>Includes raw GnuPG output, for easier troubleshooting.
  26. <li>Includes a library that can be used by other programs.
  27. <li>Has documentation and a testsuite.
  28. </ul>
  29. <h3>License</h3>
  30. <p>Eduard is free software under <a href="http://www.gnu.org/licenses/license-list#PerlLicense" target="_blank">Perl's dual license</a>, which includes <a href="http://www.gnu.org/licenses/gpl.html" target="_blank">GNU General Public License</a>, version 1 or any later version. <a href="http://www.gnu.org/licenses/rms-why-gplv3.html" target="_blank">See why it's important to use version 3</a>.</p>
  31. <h3>Download</h3>
  32. <p>You can get Eduard from your local CPAN mirror or from <a href="https://metacpan.org/release/App-Eduard">MetaCPAN</a>.
  33. <h3>Documentation</h3>
  34. <p>Documentation for Eduard is available on <a href="https://metacpan.org/pod/distribution/App-Eduard/eduard">MetaCPAN</a>. After installing Eduard, you can also read documentation by running <code>perldoc eduard</code> or <code>man eduard</code>.
  35. <h3>Development</h3>
  36. <p>The official repository is <a href="https://notabug.org/ceata/eduard/">ceata-eduard</a> on NotABug. Original author and current coordinator is <a href="/about/council.ro.html#gavrilescu">Marius Gavrilescu</a>.
  37. <h3>Mailing list</h3>
  38. <p>Please write in <a href="http://en.wikipedia.org/wiki/Romanian_language" target="_blank">Romanian</a> or in English to <a href="mailto:ceata-administrare@liste.ceata.org">ceata-administrare@liste.ceata.org</a> to report bugs, improve and translate Eduard.</p>
  39. <h3>Name</h3>
  40. <p>The name "Eduard" is a Romanian given name equivalent to the English name "Edward". We chose this name to give credit to FSF's bot which inspired us to develop this software.</p>
  41. </div>
  42. </body>
  43. </html>