open-keychain/OpenPGP-Keychain/res/raw/help_start.html

28 lines
1.4 KiB
HTML
Raw Normal View History

2012-06-10 20:26:15 -04:00
<!-- Maintain structure with headings with h2 tags and content with p tags.
This makes it easy to translate the values with transifex!
And don't add newlines before or after p tags because of transifex -->
<html>
<head>
</head>
<body>
2013-01-16 08:31:16 -05:00
<h2>EXPERIMENTAL software</h2>
2013-09-09 11:49:28 -04:00
<p>This is EXPERIMENTAL software. Use at your own risk!</p>
2012-06-10 20:26:15 -04:00
2013-09-09 11:49:28 -04:00
<h2>Getting started</h2>
<p>First you need some keys. Import or create them via the option menus in "My Secret Keys".
<!--<p>Install K-9 Mail for the best integration, it will supports OpenPGP Keychain for PGP/INLINE and lets you directly encrypt/decrypt emails.-->
<br/>It is recommended that you install OI File Manager to be able to use the browse button for file selection in OpenPGP Keychain.</p>
<h2>Big ToDos</h2>
2013-01-16 08:31:16 -05:00
<ul>
2013-09-09 11:49:28 -04:00
<li>K9 Mail integration not published</li>
2013-01-16 08:31:16 -05:00
<li>Importing existing keys will be stripped of certificates right now</li>
<li>Key cross-certification is NOT supported, so signing with those keys will get a warning when the signature is checked.</li>
2013-09-09 11:49:28 -04:00
<li>PGP/MIME in K9 Mail is missing</li>
2013-01-16 08:31:16 -05:00
</ul>
<p>If you want to contribute, fork it and do a pull request on Github: <a href="https://github.com/dschuermann/openpgp-keychain">https://github.com/dschuermann/openpgp-keychain</a></p>
2012-06-10 20:26:15 -04:00
2013-01-16 08:31:16 -05:00
<h2>I found a bug in OpenPGP Keychain!</h2>
2013-09-09 11:49:28 -04:00
<p>Please report it in the <a href="https://github.com/dschuermann/openpgp-keychain/issues">issue tracker of OpenPGP Keychain</a>.</p>
2012-06-10 20:26:15 -04:00
</body>
</html>