diff options
Diffstat (limited to 'website')
-rw-r--r-- | website/index.skb | 14 |
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. |