aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2013-09-09 17:49:28 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2013-09-09 17:49:28 +0200
commit0a52e1ecc94d26cbc9ced522f3365ae56bbb942c (patch)
treec515a9094c479ec281159ef78ea644e87a919c75
parentb6d63f95cbf60d4030cc4688f941710472aeacbb (diff)
downloadopen-keychain-0a52e1ecc94d26cbc9ced522f3365ae56bbb942c.tar.gz
open-keychain-0a52e1ecc94d26cbc9ced522f3365ae56bbb942c.tar.bz2
open-keychain-0a52e1ecc94d26cbc9ced522f3365ae56bbb942c.zip
Fix help text
-rw-r--r--OpenPGP-Keychain/res/raw/help_start.html19
1 files changed, 10 insertions, 9 deletions
diff --git a/OpenPGP-Keychain/res/raw/help_start.html b/OpenPGP-Keychain/res/raw/help_start.html
index 1d72eb135..821e832a1 100644
--- a/OpenPGP-Keychain/res/raw/help_start.html
+++ b/OpenPGP-Keychain/res/raw/help_start.html
@@ -6,22 +6,23 @@ And don't add newlines before or after p tags because of transifex -->
</head>
<body>
<h2>EXPERIMENTAL software</h2>
-<p>This is EXPERIMENTAL beta software. It contains many remaining bugs!</p>
+<p>This is EXPERIMENTAL software. Use at your own risk!</p>
-<h2>NOT working right now</h2>
+<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>
<ul>
+<li>K9 Mail integration not published</li>
<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>
-<li>K9 Mail integration not implemented</li>
+<li>PGP/MIME in K9 Mail is missing</li>
</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>
-<h2>Getting started</h2>
-<p>Install K-9 Mail for the best integration, it supports APG 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 APG.
-<br/>First you need some keys. Either import them via the option menus in "Manage Keys" and "My Keys" or create them in "My Keys".</p>
-
<h2>I found a bug in OpenPGP Keychain!</h2>
-<p>Please report it in the <a href="https://github.com/dschuermann/apg/issues">issue tracker of OpenPGP Keychain</a>.</p>
+<p>Please report it in the <a href="https://github.com/dschuermann/openpgp-keychain/issues">issue tracker of OpenPGP Keychain</a>.</p>
</body>
</html> \ No newline at end of file