summaryrefslogtreecommitdiff
path: root/website
diff options
context:
space:
mode:
Diffstat (limited to 'website')
-rw-r--r--website/index.skb48
-rw-r--r--website/releases/tissue-0.1.0.tar.lzbin0 -> 34918 bytes
-rw-r--r--website/releases/tissue-0.1.0.tar.lz.asc11
-rw-r--r--website/style.css2
4 files changed, 58 insertions, 3 deletions
diff --git a/website/index.skb b/website/index.skb
index 5f9546a..309b6ac 100644
--- a/website/index.skb
+++ b/website/index.skb
@@ -1,5 +1,5 @@
;;; tissue --- Text based issue tracker
-;;; Copyright © 2022 Arun Isaac <arunisaac@systemreboot.net>
+;;; Copyright © 2022, 2023 Arun Isaac <arunisaac@systemreboot.net>
;;;
;;; This file is part of tissue.
;;;
@@ -25,6 +25,52 @@ 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 "Feature highlights" :number #f
+ (itemize
+ (item [separation of discussion of issues from the documentation
+of issues])
+ (item [issues are gemtext files (one per issue) committed into
+the project repository])
+ (item [static site generator to build a project website])
+ (item [powerful full text search engine powered by Xapian])
+ (item [search through issues, documentation and even commit
+messages])
+ (item [all state is contained within the repository—nothing extra
+to backup])
+ (item [easy to host and does not require running large database
+servers])))
+ (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.])
+ (p [We eat our own dog food too! Search through issues,
+documentation and more using our own ,(ref :url "/search" :text
+"self-hosted tissue instance").]))
+ (section :title "Contributors" :number #f
+ (p [Thanks to these wonderful people!])
+ (description
+ (item :key "Frederick Muriuki Muriithi"
+ [code, ideas])
+ (item :key "jgart"
+ [ideas])
+ (item :key "Morgan Smith"
+ [bug reports, code])
+ (item :key "Munyoki Kilyungi"
+ [ideas])
+ (item :key "Pjotr Prins"
+ [code, ideas])))
(section :title "License" :number #f
(p [tissue is free software released under the terms of the ,(ref
:url "https://www.gnu.org/licenses/gpl.html" :text "GNU General Public
diff --git a/website/releases/tissue-0.1.0.tar.lz b/website/releases/tissue-0.1.0.tar.lz
new file mode 100644
index 0000000..6c0c7f4
--- /dev/null
+++ b/website/releases/tissue-0.1.0.tar.lz
Binary files differ
diff --git a/website/releases/tissue-0.1.0.tar.lz.asc b/website/releases/tissue-0.1.0.tar.lz.asc
new file mode 100644
index 0000000..367b6b9
--- /dev/null
+++ b/website/releases/tissue-0.1.0.tar.lz.asc
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCAAdFiEEf3MDQ/Lwnzx3v3nTLiXui2GAK7MFAmPTKpoACgkQLiXui2GA
+K7NngAgAre8lAa/TXFXKciTpyXTXulPoj5mEy+I/W0Ta938+BYwdJ7+eYzBDsnM/
+lLkG70sm7McaQ0XNBs2o+XM6QNQscuPsHFek21n7ZPmogzDdOU7sds5tJdmMteSs
+ewxs/cihZKOhQlnHUbc9lnCn2qeCyspcXhYuScfu4Dvp0zy46kWkDlnAI8D8lD7d
+WXSsPDs3ebVZIIYkAT6LbWfV2kDMqBHRxyEV8IYKkF4fcXpNyYQmHyDE6kmwy9NY
+gd+2GGA0bzOlqxgP85SmuAYbQm4IPewj3sufZLDH1dfMaD2I+ZB7BkQXi8I/2XMP
+6f/EEsTptV3FU3j6DGWxGIK4Uv4VJw==
+=kCvr
+-----END PGP SIGNATURE-----
diff --git a/website/style.css b/website/style.css
index 907de70..be88f34 100644
--- a/website/style.css
+++ b/website/style.css
@@ -42,5 +42,3 @@ pre {
background-color: #f0f0f0;
padding: 1em;
}
-
-h1, h3 { font-variant: small-caps; }