diff options
-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 |