summaryrefslogtreecommitdiff
path: root/website/README
Commit message (Collapse)AuthorAge
* website: Document deployment procedure.Ricardo Wurmus2016-12-14
| | | | | * website/README (Deploying): Document how to deploy changes to the website.
* website: Add procedure to generate 'packages.json'.Ludovic Courtès2016-12-13
| | | | | * website/www/packages.scm (packages->json): New procedure. * website/README: Mention Guile-JSON.
* website: packages: Fix invalid HTML (bug #22115).sirgazil2016-11-26
| | | | | | | | | | * README (Building and running special pages): Correct environment variable. * www/packages.scm (packages-page): Move update date to the top of the page. (package->sxml): Use ID instead of NAME attribute for anchors, and move out DIV element from P element, which is invalid.
* website: Add instructions to build special pages.sirgazil2016-11-26
| | | | | * README (Dependencies): Add GnuTLS, and GNU Guix source code. (Building and running special pages): New section.
* website: Enhance instructions on how to test the website locally.sirgazil2016-11-21
| | | | * website/README: Indicate usage of GUIX_WEB_SITE_LOCAL.
* website: Add support for Haunt.Mathieu Lirzin2016-10-26
| | | | | | | | | This provides a simple way to build the website locally. * website/haunt.scm: New file. * website/README: Document the new build process. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* website: Apply GNU AGPL licence.Mathieu Lirzin2015-05-25
| | | | | | | | | | | | | | | * website/COPYING: New File. * website/README: Document it. * website/www.scm: Attach licence notice. * website/www/about.scm: Likewise. * website/www/contribute.scm: Likewise. * website/www/donate.scm: Likewise. * website/www/download.scm: Likewise. * website/www/help.scm: Likewise. * website/www/packages.scm: Likewise. * website/www/utils.scm: Likewise. * website/www/shared.scm: Likewise. (html-page-footer): Conform to it.
* website: Update README.Mathieu Lirzin2015-05-25
| | | | | * website/README: Add information about the website implementation. Use org syntax.
* website: Add HTML implementation.Felipe López2015-05-04
|
* website: Add techie mockup for home view.Felipe López2015-02-21
|
* website: Add mockup.Felipe López2015-02-19