diff options
Diffstat (limited to 'website')
-rw-r--r-- | website/index.skb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/website/index.skb b/website/index.skb index f057627..c878e54 100644 --- a/website/index.skb +++ b/website/index.skb @@ -25,6 +25,19 @@ through project issues and documentation. The search interface is built on the ,(ref :url "https://xapian.org/" :text "Xapian search engine library"), and is available both as a command-line program and as a web server.]) + (section :title "Download" :number #f + (p [Download release tarballs.]) + ;; TODO: Auto-generate this list from git tags. + (itemize + (item [2023-01-27 ,(ref :url "/releases/tissue-0.1.0.tar.lz" +:text "tissue-0.1.0.tar.lz") ,(ref :url +"/releases/tissue-0.1.0.tar.lz.asc" :text +"tissue-0.1.0.tar.lz.asc")])) + (p [Download ,(ref :url +"https://systemreboot.net/about/arunisaac.pub" :text "public signing +key").]) + (p [Browse the tissue ,(ref :url +"https://git.systemreboot.net/tissue/" :text "git repository").])) (section :title "Documentation" :number #f (p [The ,(ref :url "/manual/dev/en/" :text "tissue manual") is available online.]) |