diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-12-13 17:22:52 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-12-13 17:22:52 +0100 |
commit | 3ef3b0445241df1dc47c3717e63ffcf6267b3c70 (patch) | |
tree | 17462f93a2fc89d4eb81cb2f5c433aef4e6fb351 /website/README | |
parent | 5c3c1981841db3b50ec2be5a70b6babf76494722 (diff) | |
download | guix-artwork-3ef3b0445241df1dc47c3717e63ffcf6267b3c70.tar guix-artwork-3ef3b0445241df1dc47c3717e63ffcf6267b3c70.tar.gz |
website: Add procedure to generate 'packages.json'.
* website/www/packages.scm (packages->json): New procedure.
* website/README: Mention Guile-JSON.
Diffstat (limited to 'website/README')
-rw-r--r-- | website/README | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/website/README b/website/README index 99d13ee..b5a565e 100644 --- a/website/README +++ b/website/README @@ -22,6 +22,7 @@ To be able to work on the website, you need the following software: - [[https://www.gnu.org/software/guile/][GNU Guile]] (programming language) - [[https://gnutls.org/][GnuTLS]] (Transport Layer Security Library) - [[http://haunt.dthompson.us/][Haunt]] (static site generator) + - [[http://savannah.nongnu.org/projects/guile-json/][Guile-JSON]] (to produce the =packages.json= file) Additionally, [[https://www.gnu.org/software/guix/][GNU Guix]] source code is needed to generate the package-related pages of the website. You can clone the latest source |