emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/openpgp 5d8eb489bc 29/30: Add a README file


From: ELPA Syncer
Subject: [elpa] externals/openpgp 5d8eb489bc 29/30: Add a README file
Date: Sun, 26 Mar 2023 10:59:29 -0400 (EDT)

branch: externals/openpgp
commit 5d8eb489bc7fedc63d575df45366daf28ebaa873
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    Add a README file
---
 README.md | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 65 insertions(+)

diff --git a/README.md b/README.md
new file mode 100644
index 0000000000..68fe532af6
--- /dev/null
+++ b/README.md
@@ -0,0 +1,65 @@
+An Emacs client for https://keys.openpgp.org/
+=============================================
+
+Find here the source for openpgp.el, an Emacs client for the
+[keys.openpgp.org] key server.
+
+[keys.openpgp.org]:
+       https://keys.openpgp.org/
+
+Installation
+------------
+
+Openpgp.el is avaliable from [GNU ELPA]. It can be installed by
+invoking
+
+       M-x package-install RET openpgp RET
+
+[GNU ELPA]:
+       http://elpa.gnu.org/packages/openpgp.html
+
+Usage
+-----
+
+The package provides three commands for fetching a key (by
+fingerprint, key ID and email) and two commands for uploading a key
+(from a file or from your GPG keychain).  Use <kbd>C-h a openpgp-
+RET<kbd> to generate an overview.
+
+Contribute
+----------
+
+As openpgp.el is distribed as part of [GNU ELPA], and therefore
+requires a [copyright assignment] to the [FSF], for all non-trivial
+code contributions.
+
+[copyright assignment]:
+       
https://www.gnu.org/software/emacs/manual/html_node/emacs/Copyright-Assignment.html
+[FSF]:
+       https://www.fsf.org/
+
+Source code
+-----------
+
+Openpgp.el is developed on [SourceHut].
+
+[SourceHut]:
+       https://git.sr.ht/~pkal/openpgp/
+
+Bugs and Patches
+----------------
+
+Bugs, patches, comments or questions can be submitted to my [public
+inbox].
+
+[public inbox]:
+       https://lists.sr.ht/~pkal/public-inbox
+
+Distribution
+------------
+
+Openpgp.el and all other source files in this directory are distributed
+under the [GNU Public License], Version 3 (like Emacs itself).
+
+[GNU Public License]:
+       https://www.gnu.org/licenses/gpl-3.0.en.html



reply via email to

[Prev in Thread] Current Thread [Next in Thread]