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

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

[elpa] externals/vc-backup b88e983d65: Restructure README.md


From: ELPA Syncer
Subject: [elpa] externals/vc-backup b88e983d65: Restructure README.md
Date: Thu, 25 Aug 2022 10:58:18 -0400 (EDT)

branch: externals/vc-backup
commit b88e983d6562dd369701d1924ed6860e3fe5c45d
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    Restructure README.md
    
    These changes make the README more consistent with Compat's README.
---
 README.md | 68 +++++++++++++++++++++++++++++++++++++++++++--------------------
 1 file changed, 47 insertions(+), 21 deletions(-)

diff --git a/README.md b/README.md
index 8ee0792b2a..3e9ace25b1 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,24 @@
 vc-backup
 =========
 
-vc-backup is a [vc][vc] backend that uses backups for single-file
-version control.
+Find here the source for vc-backup.el, a [VC][VC] backend that uses
+[Emacs backup files] for single-file version control.
+
+[Emacs backup files]:
+       https://www.gnu.org/software/emacs/manual/html_node/emacs/Backup.html
+[VC]:
+       
https://www.gnu.org/software/emacs/manual/html_node/emacs/Version-Control.html
 
 Installation
 ------------
 
-`vc-backup.el` is part of [GNU ELPA][elpa], and can be installed using
-`package.el`.
+`vc-backup` is available from [GNU ELPA]. It can be installed by
+invoking
+
+       M-x package-install RET vc-backup RET
+
+[GNU ELPA]:
+       http://elpa.gnu.org/packages/vc-backup.html
 
 Usage
 -----
@@ -18,25 +28,41 @@ recommended to enable `version-control` so as to have 
multiple
 versions of a file accessible. Increasing `kept-new-versions` makes
 sure you have more versions to compare.
 
-Bugs
-----
+Contribute
+----------
+
+As `vc-backup+.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/
 
-Bugs or patches can be submitted to my [public inbox][mail].  Note
-that non-trivial contributions require a [copyright assignment][ca] to
-the FSF.
+Source code
+-----------
 
-This package is still young, so wishes, impressions and criticism are
-very appreciated. If you have anything to say, feel free to send an
-email to the aforementioned [public inbox][mail].
+`vc-backup` is developed on [SourceHut].
 
-Copying
--------
+[SourceHut]:
+       https://sr.ht/~pkal/vc-backup
+
+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
+------------
 
-`vc-backup.el` is distributed under the [GPL v3][gpl3] license.
+vc-backup.el and all other source files in this directory are
+distributed under the [GNU Public License], Version 3 (like Emacs
+itself).
 
-[vc]: 
https://www.gnu.org/software/emacs/manual/html_node/emacs/Version-Control.html
-[elpa]: http://elpa.gnu.org/packages/vc-backup.html
-[setup]: http://elpa.gnu.org/packages/setup.html
-[mail]: https://lists.sr.ht/~pkal/public-inbox
-[ca]: 
https://www.gnu.org/software/emacs/manual/html_node/emacs/Copyright-Assignment.html#Copyright-Assignment
-[gpl3]: https://www.gnu.org/licenses/gpl-3.0.en.html
+[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]