mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-07 09:44:59 -05:00
16 lines
668 B
HTML
16 lines
668 B
HTML
<!-- 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>
|
|
<h2>Beta software</h2>
|
|
<p>This is beta software. It contains many remaining bugs!</p>
|
|
<h2>APG+</h2>
|
|
<p>Android Privacy Guard (APG) is a OpenPGP implementation for Android.
|
|
<br />APG+ is a fork based on the original APG to introduce more features and a new user interface.</p>
|
|
<h2>I found a bug in APG+!</h2>
|
|
<p>Please report it in the <a href="https://github.com/dschuermann/apg/issues">issue tracker of APG+</a>.</p>
|
|
</body>
|
|
</html> |