From bb4626a77bbc89524cc6e55911b589b885c140d5 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Mon, 10 Aug 2015 09:05:20 -0400 Subject: website: Add license information to home page. * website/haunt.scm (haunt-theme): Add "License" section to index page. --- website/haunt.scm | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'website/haunt.scm') diff --git a/website/haunt.scm b/website/haunt.scm index c25fdc6..25af5e1 100644 --- a/website/haunt.scm +++ b/website/haunt.scm @@ -161,6 +161,15 @@ without needing to upload the generated files to a web server.") ,(date->string* (post-date post))))) (posts/reverse-chronological posts))) + (h2 "License") + (p "Haunt is " + (a (@ (href "https://www.gnu.org/philosophy/free-sw.html")) + "Free Software") + " available under the " + (a (@ (href "https://www.gnu.org/licenses/gpl.html")) + "GNU General Public License") + " version 3 or later.") + (h2 "Contributing") (p "Patches to fix bugs or add new functionality are highly encouraged. In lieu of a mailing list, please send patches -- cgit v1.2.3