summaryrefslogtreecommitdiff
path: root/website/www
Commit message (Collapse)AuthorAge
* website: packages: Anchor location url to commit id.Eric Bavier2017-02-13
| | | | | * website/www/packages.scm (git-description): New variable. (location-url): Include "?id=..." if possible.
* website: packages: Lower-case "updated".Ludovic Courtès2017-02-08
| | | | | * website/www/packages.scm (issues-page, reproducibility-page): Lower-case "updated".
* website: packages: Reproducibility page shows inconclusive reports.Ludovic Courtès2017-02-08
| | | | | * website/www/packages.scm (packages->reproducibility-sxml): Show the number of inconclusive reports.
* website: help: Add Hacker Public Radio interview with Chris.Ludovic Courtès2017-01-14
| | | | * website/www/help.scm (help-page): Add HPR interview with Chris.
* www: packages: Update reproducibility page to new 'guix challenge' API.Ludovic Courtès2017-01-14
| | | | | | | | | * website/www/packages.scm (discrepancy->sxml): Rename to... (comparison-report->sxml): ... this. Adjust to new API. (package->reproducibility-sxml): Change 'discrepancies' to 'reports' and adjust to new API. (packages->reproducibility-sxml): Remove 'valid?' and its caller. Adjust to new API.
* website: packages: Add reproducibility page.Ludovic Courtès2017-01-12
| | | | | | | * website/www/packages.scm (%substitute-servers): New variable. (local-nar-url, discrepancy->sxml) (package->reproducibility-sxml, packages->reproducibility-sxml) (reproducibility-page): New procedures.
* website: Bump version number.Ricardo Wurmus2016-12-31
| | | | * website/www/shared.scm (latest-guix-version): Bump to 0.12.0.
* website: about: Refine paragraph about GuixSD.Taylan Ulrich Bayırlı/Kammer2016-12-29
| | | | | | | | * website/www/about.scm (about-page): Say that GuixSD is a distribution of GNU and not a GNU/Linux distribution. Mention use of Linux-libre by default and support of Hurd. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* website: Replace original GNU Guix logo with the golden GNU.sirgazil2016-12-16
| | | | | | | | | | | | | | | | | | | | | | | | | | See https://debbugs.gnu.org/cgi/bugreport.cgi?bug=25205 for more information about the decision. * logo/Guix-print.svg: New file. * logo/Guix.svg: Ditto. * logo/GuixSD-print.svg: Add dark horizontal variant. * logo/GuixSD.svg: Ditto. * logo/README: Mark Nikita's logo as superseded. * logo/guix-logo-white.svg: Rename to logo/superseded-guix-white.svg * logo/guix-logo.svg: Rename to logo/superseded-guix.svg * website/static/base/img/Guix-package.png: Use new logo. * website/static/base/img/Guix.png: New file. * website/static/base/img/GuixSD-package.png: Change to screen. * website/static/base/img/GuixSD.png: New file. * website/static/base/img/guix-manual-icon.png: Use new logo. * website/static/base/img/guixsd-manual-icon.png: Suggest text lines. * website/static/base/img/icon-set.svg: Use new logo. * website/static/base/img/installer.svg: Use new logo. * website/static/base/img/src-package.png: New file. * website/www.scm (%web-pages): Include new graphics page. * website/www/download.scm (%guix-src-image): New variable. (download-page): Use new variable. * website/www/graphics.scm: New file.
* website: Move beta warning to GuixSD download box.rekado2016-12-13
| | | | | * website/www/shared.scm (html-page-description): Move beta warning from here... * website/www/download.scm (%usb-image-description): ...to here.
* 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: Start with the "a" group.Ludovic Courtès2016-12-08
| | | | | * website/www/packages.scm (package-pages): Change "index.html" to be the "a" group.
* website: packages: Fix package group URL.Ludovic Courtès2016-12-08
| | | | * website/www/packages.scm (group-file-name): Use 'guix-url'.
* website: packages: Remove the all-in-one page.Ludovic Courtès2016-12-07
| | | | | | * website/www/packages.scm (packages-page): Remove reference to "all.html". (package-pages): Remove "all.html".
* website: packages: Add 'package-pages' procedure.Ludovic Courtès2016-12-07
| | | | * website/www/packages.scm (package-pages): New procedure.
* website: packages: Fix case.Ludovic Courtès2016-12-07
| | | | | * website/www/packages.scm (package->sxml): Make "unknown" lowercase. (packages-page): Lowercase "updated".
* website: packages: Make the package list an explicit parameter.Ludovic Courtès2016-12-07
| | | | | | | | * website/www/packages.scm (packages-by-grouping): Add 'packages' parameter. Use it instead of calling 'all-packages'. (paginated-packages-page): Likewise, and return a page instead of a thunk. (packages-page): Swap the 'packages' and 'grouping' parameters.
* Generate multiple paginated packages pages.Alex Sassmannshausen2016-12-05
| | | | | | | | | | | * website/www.scm (%web-pages): Add code for generating our packages pages. * website/www/packages.scm (packages-by-grouping): New procedure. (paginated-packages-page): New procedure. (packages-page): Tweak for use by `paginated-packages-page` as well as standalone. * website/static/base/css/packages.css (li.package-index-link): Add styling.
* 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: packages: Fix content overflow on Issues page (bug #22115).sirgazil2016-11-25
| | | | | | | | | | | | | | Note that the overflow issue is fixed, but an issue with duplicated anchors (used for ID attributes) remains, and prevents the document from passing HTML validation (see bug #24981). * website/static/base/css/base.css (anchor-link, pre): New rule sets. * website/static/base/css/packages.css (issue, issue-type): Ditto. * website/www/packages.scm (issue-count->sxml): New procedure. (issues-page): Remove unused JavaScript link. Move update date to the top of the page. (packages->issue-sxml, package->issue-sxml) (issues->sxml): Don't use table elements for document structure.
* website: donate: Remove obsolete HTML elements (see bug #24981)sirgazil2016-11-22
| | | | * www/donate.scm (donate-page): Remove tt elements.
* website: Fix missing HTML document type declaration (see bug #24981)sirgazil2016-11-22
| | | | | * haunt.scm (site): Add doctype declaration. * www/news.scm (base-layout): Ditto.
* website: donate: Fix news URL typo.Tobias Geerinckx-Rice2016-11-18
| | | | | | * website/www/donate.scm (donate-page): Fix news URL typo. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* website: donate: Fix news URL.Ludovic Courtès2016-11-17
| | | | * website/www/donate.scm (donate-page): Fix news URL.
* website: donate: Add 'bayfront'.Ludovic Courtès2016-11-17
| | | | * website/www/donate.scm (donate-page): Add bayfront.
* website: help: Refer to the posts under news/.Ludovic Courtès2016-10-30
| | | | | * website/www/help.scm (help-page): Replace Savannah post URLs with URLs under news/.
* website: Add "News" page.Ludovic Courtès2016-10-26
| | | | | | | | * website/www/news.scm: New file. * website/static/base/css/news.css: New file. * website/haunt.scm (with-url-parameters): New macro. (parameterized-procedure, parameterized-theme): New procedures. <top level>: Use 'with-url-parameters' and add blog and atom feed.
* website: download: Use 'match'.Ludovic Courtès2016-10-26
| | | | | * website/www/download.scm (download-box): Use 'match-lambda' when traversing FILES.
* website: about: Add link to security page.Ludovic Courtès2016-09-29
| | | | * website/www/about.scm (about-page): Add link to security page.
* website: security: Fix layout.Ludovic Courtès2016-09-29
| | | | | * website/www/security.scm (security-page): Add 'body' and move footer out of "content-box" div.
* website: help: Add Scheme Workshop and CUFP talks.Ludovic Courtès2016-09-29
| | | | * website/www/help.scm (help-page): Add ICFP talks.
* www: security: New page.Leo Famulari2016-09-28
| | | | | | * website/www/security.scm: New file. * website/www.scm (%web-pages): Add security-page. * website/www/shared.scm (html-page-links): Add "Security".
* www: about: Update the list of mailing lists.Ludovic Courtès2016-09-14
| | | | | * website/www/about.scm (about-page): Present all the mailing lists in a homogeneous way. Add 'guix-sysadmin' and 'guix-security'.
* help: Add GHM 2016 talks.Ludovic Courtès2016-08-29
| | | | * website/www/help.scm (help-page): Add GHM talks.
* website: Bump version number.Ludovic Courtès2016-08-03
| | | | * website/www/shared.scm (latest-guix-version): Bump to 0.11.0.
* website: about: Add Ricardo as co-maintainer.Ludovic Courtès2016-07-26
| | | | * website/www/about.scm (about-page): Mention Ricardo.
* help: Add "GuixSD system tests" post.Ludovic Courtès2016-06-28
| | | | * website/www/help.scm (help-page): Add "GuixSD system tests".
* help: Add the BLU and DConf talks.Ludovic Courtès2016-05-23
| | | | * website/www/help.scm (help-page): Add the BLU and DConf talks.
* website: packages: Add newlines in the HTML output.Ludovic Courtès2016-04-24
| | | | | | | | | This works around a CVS/RCS limitation: <https://lists.gnu.org/archive/html/savannah-hackers-public/2016-04/msg00009.html>. * website/www/packages.scm (package->sxml): Add a bunch of \n. (issues->sxml): Use 'list-join' to add newlines. (packages->issue-sxml): Likewise.
* website: help: Add LibrePlanet talk.Ludovic Courtès2016-04-04
| | | | * website/www/help.scm (help-page): Add LP talk.
* website: Link to the new "Limitations" HTML page of the manual.Ludovic Courtès2016-04-04
| | | | | * website/www/shared.scm (html-page-description): Update link to the "Limitations" node.
* website: Bump version number.Ludovic Courtès2016-03-29
| | | | * website/www/shared.scm (latest-guix-version): Bump to 0.10.0.
* website: help: "Additional Documentation" → "Papers".Ludovic Courtès2016-03-29
| | | | | * website/www/help.scm (help-page): Change "Additional Documentation" to "Papers".
* website: help: Add links to some blog posts.Ludovic Courtès2016-03-28
| | | | * website/www/help.scm (help-page): Add "Blog Posts" section.
* website: packages: Honor package replacements.Ludovic Courtès2016-03-03
| | | | | * website/www/packages.scm (all-packages): Cons the 'package-replacement' if it exists.
* website: dmd → shepherd.Ludovic Courtès2016-02-28
| | | | | * website/www/about.scm (about-page): dmd → shepherd. * website/www/download.scm (download-page): Ditto.
* website: help: Add WebM videos of the FOSDEM 2016 talks.Mark H Weaver2016-02-27
| | | | * website/www/help.scm (help-page): Add the FOSDEM videos.
* website: help: Add the FOSDEM talks.Ludovic Courtès2016-02-04
| | | | * website/www/help.scm (help-page): Add the FOSDEM talks.
* website: Remove donation banner.Ludovic Courtès2016-02-04
| | | | | * website/www/shared.scm (html-page-description): Comment out donation banner.
* website: donate: Add build machine redhill.Andreas Enge2016-01-24
| | | | * website/www/donate.scm (donate-page): Add entry for redhill.