aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2020-04-16 21:10:29 -0400
committerKyle Meyer <kyle@kyleam.com>2020-04-16 21:13:41 -0400
commit87ce07bcfb9553532bb5c433aa28b5f5c54c6b5d (patch)
tree03986e771482d958a608fa4fdc9e114a71e6b8a9
parent1b29068c705ba739d3da7723f67d6023f4f54f19 (diff)
downloadorg-link-edit-87ce07bcfb9553532bb5c433aa28b5f5c54c6b5d.tar.gz
README: Rewrite
-rw-r--r--README44
1 files changed, 22 insertions, 22 deletions
diff --git a/README b/README
index 2cb15c2..c5b0167 100644
--- a/README
+++ b/README
@@ -1,39 +1,39 @@
+
Org Link Edit provides Paredit-inspired slurping and barfing commands
for Org link descriptions.
-The commentary in [org-link-edit.el][el] contains more details.
+The commentary in org-link-edit.el contains more details.
org-link-edit.el is available in Org's contrib directory. See the Org
-manual's [installation instructions][install] for information on using
-contributed packages.
+manual's installation instructions for information on using
+contributed packages: <https://orgmode.org/org.html#Installation>.
+
+Contributing
+------------
-[el]: https://git.kyleam.com/org-link-edit/tree/org-link-edit.el#n24
-[install]: http://orgmode.org/org.html#Installation
+Bug reports, questions, and other feedback are welcome. Please send a
+plain-text email, with "[org-link-edit]" as the subject prefix, to
-### Contributing
+ misc@inbox.kyleam.com
-Please send bug reports, feature requests, and other questions to
-[misc@inbox.kyleam.com][lst] with **[org-link-edit]** as the subject
-prefix. You can browse previous Org Link Edit discussions at
-<https://inbox.kyleam.com/misc/?q=s%3Aorg-link-edit>.
+Messages that include this address are public and available as
+public-inbox [^1] archives at
+
+ https://inbox.kyleam.com/misc/?q=s%3Aorg-link-edit
If you'd like to contribute a patch, thank you! To keep open the
possibility of including org-link-edit.el into Org proper or ELPA,
-contributors are required to [assign copyright][cpy] to the Free
-Software Foundation for [most changes][tny] .
+contributors are required to assign copyright [^2] to the Free
+Software Foundation for most changes.
-Please send patches to the same address listed above. You can
-generate the patch with
+Please send patches to the address listed above. You can generate the
+patch with
git format-patch --subject-prefix="PATCH org-link-edit" ...
-To avoid passing `--subject-prefix` each time you call `format-patch`,
-you can configure the repository's default prefix:
+To avoid passing --subject-prefix each time you call format-patch, you
+can configure the repository's default prefix:
git config format.subjectPrefix "PATCH org-link-edit"
-For more information on sending patches, visit
-<https://git-send-email.io/>.
-
-[lst]: mailto:misc@inbox.kyleam.com
-[cpy]: https://www.gnu.org/software/emacs/manual/html_node/emacs/Copyright-Assignment.html
-[tny]: https://orgmode.org/worg/org-contribute.html#org2cf82ab
+[^1]: https://public-inbox.org/README
+[^2]: https://www.gnu.org/software/emacs/manual/html_node/emacs/Copyright-Assignment.html