From a347918ca263d50e49d8be50c0e7421afcff9257 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 9 Aug 2019 13:49:43 +0530 Subject: README: Publish releases in new Download section. * Makefile.am (website): Publish releases folder on website. * README.org (Download): New section. --- Makefile.am | 3 ++- README.org | 11 +++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) 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 diff --git a/README.org b/README.org index 069706f..ffad6e7 100644 --- a/README.org +++ b/README.org @@ -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 -- cgit v1.2.3