summaryrefslogtreecommitdiff
path: root/website
diff options
context:
space:
mode:
authorArun Isaac2023-03-21 22:13:50 +0000
committerArun Isaac2023-03-21 22:13:50 +0000
commite4308e88bed59768fba9f6daf651e839a09d32c3 (patch)
treeac19ce06c61c49555d7659648d5ace802d219ff3 /website
parent753689a318b3252f93a49c02575d1bfae4f75baf (diff)
downloadtissue-e4308e88bed59768fba9f6daf651e839a09d32c3.tar.gz
tissue-e4308e88bed59768fba9f6daf651e839a09d32c3.tar.lz
tissue-e4308e88bed59768fba9f6daf651e839a09d32c3.zip
website: List feature highlights on home page.
* website/index.skb (Feature highlights): New section.
Diffstat (limited to 'website')
-rw-r--r--website/index.skb14
1 files changed, 14 insertions, 0 deletions
diff --git a/website/index.skb b/website/index.skb
index c878e54..a5f9f21 100644
--- a/website/index.skb
+++ b/website/index.skb
@@ -25,6 +25,20 @@ 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.