diff options
Diffstat (limited to 'OpenPGP-Keychain/res/raw/help_about.html')
-rw-r--r-- | OpenPGP-Keychain/res/raw/help_about.html | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/OpenPGP-Keychain/res/raw/help_about.html b/OpenPGP-Keychain/res/raw/help_about.html new file mode 100644 index 000000000..fd3a5f0e1 --- /dev/null +++ b/OpenPGP-Keychain/res/raw/help_about.html @@ -0,0 +1,32 @@ +<!-- 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> +<p><a href="https://github.com/dschuermann/openpgp-keychain">https://github.com/dschuermann/openpgp-keychain</a></p> +<p><a href="https://github.com/dschuermann/openpgp-keychain">OpenPGP Keychain</a> is an OpenPGP implementation. +The development began as a fork of <a href="http://code.google.com/p/android-privacy-guard">Android Privacy Guard (APG)</a></p> +<p>License: Apache License v2</p> + +<h2>Developer</h2> +<ul> +<li>Dominik Schürmann (Developer OpenPGP Keychain)</li> +<li>Oliver Runge</li> +<li>Markus Doits</li> +<li>Senecaso (QRCode, sign key, upload key)</li> +<li>Thialfihar (Main developer APG v1.x)</li> +</ul> + +<h2>Libraries</h2> +<ul> +<li><a href="http://actionbarsherlock.com">ActionBarSherlock</a> (Apache License v2)</li> +<li><a href="http://code.google.com/p/zxing/">ZXing QRCode Integration</a> (Apache License v2)</li> +<li><a href="http://rtyley.github.com/spongycastle/">SpongyCastle</a> (MIT X11 License)</li> +<li><a href="https://github.com/dschuermann/HtmlSpanner">HtmlSpanner Fork</a> (Apache License v2)</li> +<li>Icons from <a href="http://rrze-icon-set.berlios.de/">RRZE Icon Set</a> (Creative Commons Attribution Share-Alike licence 3.0)</li> +<li>Icons from <a href="http://tango.freedesktop.org/">Tango Icon Set</a> (Public Domain)</li> +</ul> +</body> +</html>
\ No newline at end of file |