Update url and about screen

This commit is contained in:
Dominik Schürmann 2013-09-06 16:47:01 +02:00
parent 4e378a0a33
commit 9e8ee3353a
2 changed files with 14 additions and 8 deletions

View File

@ -5,18 +5,22 @@ And don't add newlines before or after p tags because of transifex -->
<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>
<p><a href="http://sufficientlysecure.org/keychain">http://sufficientlysecure.org/keychain</a></p>
<p><a href="http://sufficientlysecure.org/keychain">OpenPGP Keychain</a> is an OpenPGP implementation for Android. The development began as a fork of Android Privacy Guard (APG).</p>
<p>License: GPLv3+</p>
<h2>Developer</h2>
<h2>Developers OpenPGP Keychain</h2>
<ul>
<li>Dominik Schürmann (Developer OpenPGP Keychain)</li>
<li>Dominik Schürmann (Lead developer)</li>
<li>Ash Hughes</li>
<li>Brian C. Barnes</li>
</ul>
<h2>Developers APG 1.x</h2>
<ul>
<li>Thialfihar (Lead developer)</li>
<li>Senecaso (QRCode, sign key, upload key)</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>

View File

@ -2,6 +2,8 @@
OpenPGP Keychain is a EXPERIMENTAL fork of Android Privacy Guard (APG)
see http://sufficientlysecure.org/keychain
# Contribute
Fork OpenPGP Keychain and do a merge request. I will merge your changes back into the main project.