diff options
author | Arun Isaac | 2019-08-09 13:49:43 +0530 |
---|---|---|
committer | Arun Isaac | 2019-08-09 13:49:43 +0530 |
commit | a347918ca263d50e49d8be50c0e7421afcff9257 (patch) | |
tree | 8b6e650e544201b1a08c09749158742b9f105539 | |
parent | 348aee2c23b49690739f2713395cd6a1ef2a2643 (diff) | |
download | guile-email-a347918ca263d50e49d8be50c0e7421afcff9257.tar.gz guile-email-a347918ca263d50e49d8be50c0e7421afcff9257.tar.lz guile-email-a347918ca263d50e49d8be50c0e7421afcff9257.zip |
README: Publish releases in new Download section.
* Makefile.am (website): Publish releases folder on website.
* README.org (Download): New section.
-rw-r--r-- | Makefile.am | 3 | ||||
-rw-r--r-- | README.org | 11 |
2 files changed, 13 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index c4bf107..9b01f1d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -71,8 +71,9 @@ EXTRA_DIST += \ COPYING \ README.org -website: html website/index.html +website: html releases website/index.html cp -vr doc/guile-email.html website/manual + cp -vr releases website/ website/index.html: README.org mkdir -p website @@ -20,6 +20,17 @@ https://issues.guix.info. Q-encoding - Read emails from the [[https://en.wikipedia.org/wiki/Mbox][mbox format]] +* Download + +Download release tarballs. + +- 2019-08-09 [[https://guile-email.systemreboot.net/releases/guile-email-0.2.0.tar.lz][guile-email-0.2.0.tar.lz]] [[https://guile-email.systemreboot.net/releases/guile-email-0.2.0.tar.lz.asc][GPG Signature]] + +Download [[https://systemreboot.net/files/misc/arunisaac.pub][public signing key]]. + +Browse the [[https://git.systemreboot.net/guile-email][development version]] of guile-email hosted in a git +repository. + * Documentation [[https://guile-email.systemreboot.net/manual/][Documentation for guile-email]] is available online. If guile-email is |