Files
open-keychain/OpenPGP-Keychain/src/main/res/raw/help_start.html

23 lines
1.1 KiB
HTML
Raw Normal View History

2012-06-11 03:26:15 +03: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-09-09 17:49:28 +02:00
<h2>Getting started</h2>
2014-02-04 18:36:10 +01:00
<p>First you need some keys. Import or create them via the option menus in "My Keys".
2013-09-09 17:49:28 +02:00
<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>
2013-01-16 14:31:16 +01:00
<h2>I found a bug in OpenPGP Keychain!</h2>
2014-02-04 18:36:10 +01:00
<p>Please report it in the <a href="https://github.com/openpgp-keychain/openpgp-keychain/issues">issue tracker of OpenPGP Keychain</a>.</p>
<h2>Contribute</h2>
<p>If you want to help us developing OpenPGP Keychain by contributing code <a href="https://github.com/openpgp-keychain/openpgp-keychain#contribute-code">follow our small guide on Github</a>.</p>
<h2>Translations</h2>
2014-02-04 18:36:43 +01:00
<p>Help translating OpenPGP Keychain! Everybody can participate at <a href="https://www.transifex.com/projects/p/openpgp-keychain/">OpenPGP Keychain on Transifex</a>.</p>
2014-02-04 18:36:10 +01:00
2012-06-11 03:26:15 +03:00
</body>
2014-01-13 14:36:30 +00:00
</html>