summaryrefslogtreecommitdiff
path: root/website/README (follow)
Commit message (Collapse)AuthorAgeFilesLines
* website: Remove handling of GUIX_WEB_SITE_INFO.Ricardo Wurmus2019-08-211-3/+0
| | | | | | | | | | * website/README: Remove documentation. * website/apps/base/templates/help.scm (help-t): Use just one URL for the refcard. * website/apps/base/utils (guix-root-url-path): Use "/". (builder): Remove big comment about bug #25227 and use expensive builders. * website/haunt.scm: Use guix.gnu.org domain.
* website: Add tweaks for building guix.info site.Ricardo Wurmus2018-12-231-0/+3
|
* website: README: Update instructions for trying out the website.sirgazil2017-12-081-72/+18
| | | | | | | | | | | | | * website/README (GuixSD website): Remove references to old files and directory structure. * website/README (Dependencies): Rename to "Development environment", and use Guix to install required packages for development. * website/README (Building and running): Rename to "Running the website". * website/README (Building and running special pages): Remove it. All pages are built with haunt now.
* website: Document deployment procedure.Ricardo Wurmus2016-12-141-1/+3
| | | | | * website/README (Deploying): Document how to deploy changes to the website.
* website: Add procedure to generate 'packages.json'.Ludovic Courtès2016-12-131-0/+1
| | | | | * website/www/packages.scm (packages->json): New procedure. * website/README: Mention Guile-JSON.
* website: packages: Fix invalid HTML (bug #22115).sirgazil2016-11-261-1/+1
| | | | | | | | | | * 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-261-0/+54
| | | | | * 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-211-14/+30
| | | | * website/README: Indicate usage of GUIX_WEB_SITE_LOCAL.
* website: Add support for Haunt.Mathieu Lirzin2016-10-261-4/+7
| | | | | | | | | 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-251-0/+6
| | | | | | | | | | | | | | | * 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-251-13/+20
| | | | | * website/README: Add information about the website implementation. Use org syntax.
* website: Add HTML implementation.Felipe López2015-05-041-2/+4
|
* website: Add techie mockup for home view.Felipe López2015-02-211-2/+14
|
* website: Add mockup.Felipe López2015-02-191-0/+12