123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- <html>
- <head>
- <meta http-equiv="content-type" content="text/html; charset=UTF-8">
- </head>
- <body>
- <h2 id="title">Eduard</h2>
- <div id="content">
- <p><i>Citește această pagină în română <a href="/projects/free-software/eduard.ro.html">de aici</a>.</i></p>
- <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>.
- <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>.
- <p>You can test it by sending a signed and/or encrypted message to <a href="mailto:eduard@ceata.org">eduard@ceata.org</a>.
- <h3>Features</h3>
- <ul>
- <li>Recognises PGP signatures and decrypts encrypted emails. Supports both PGP/MIME and PGP/Inline.
- <li>Encrypts replies when the key is available.
- <li>Imports keys from keyservers or email attachments.
- <li>Can print debug information to standard error or to a logfile.
- <li>Supports keys with passphrases and can use <code>gpg-agent</code>.
- </ul>
- <h3>Improvements over Edward</h3>
- <ul>
- <li>Recognises PGP signatures.
- <li>Uses a MIME library instead of parsing manually. Works properly for any MIME encoding.
- <li>Reports any combination of signed, encrypted, has public key attached.
- <li>Includes raw GnuPG output, for easier troubleshooting.
- <li>Includes a library that can be used by other programs.
- <li>Has documentation and a testsuite.
- </ul>
- <h3>License</h3>
- <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>
- <h3>Download</h3>
- <p>You can get Eduard from your local CPAN mirror or from <a href="https://metacpan.org/release/App-Eduard">MetaCPAN</a>.
- <h3>Documentation</h3>
- <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>.
- <h3>Development</h3>
- <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>.
- <h3>Mailing list</h3>
- <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>
- <h3>Name</h3>
- <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>
- </div>
- </body>
- </html>
|