From e4308e88bed59768fba9f6daf651e839a09d32c3 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Tue, 21 Mar 2023 22:13:50 +0000 Subject: website: List feature highlights on home page. * website/index.skb (Feature highlights): New section. --- website/index.skb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'website') 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. -- cgit v1.2.3