summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* 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.
* website: Holidays are over, but donations can continue.Ludovic Courtès2016-01-12
| | | | | * website/www/shared.scm (html-page-description): Drop "for the holidays".
* website: Change "alpha" to "beta" on the front page.Ludovic Courtès2016-01-07
| | | | * website/www.scm (main-page): Change "alpha" to "beta".
* website: packages: Add build status icons in the expanded view.Roel Janssen2016-01-06
| | | | | | | | | | | | | | | | * website/www/packages.scm (package->sxml): Wrap the build status link in a div and prepend an icon to the div. * website/static/base/js/packages.js (show_hide): Fetch build status on expand. * website/static/base/css/packages.css (img.status-icon): Added css for icon padding. * website/static/base/img/status-icons/0.png: Add icon. * website/static/base/img/status-icons/1.png: Add icon. * website/static/base/img/status-icons/2.png: Add icon. * website/static/base/img/status-icons/3.png: Add icon. * website/static/base/img/status-icons/4.png: Add icon. * website/static/base/img/status-icons/5.png: Add icon. * website/static/base/img/status-icons/undefined.png: Add icon. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* website: packages: Delay call to 'official-gnu-packages'.Ludovic Courtès2015-12-29
| | | | | * website/www/packages.scm (lookup-gnu-package): Delay the call to 'official-gnu-packages'.
* website: Allow the main video to be viewed via HTTPS.Ludovic Courtès2015-12-29
| | | | * website/www.scm (%video-url): Remove "http:".
* website: Mention relation between bug database and bug-guix.Ludovic Courtès2015-12-22
| | | | | | * website/www/about.scm (about-page): Mention bug database in description of bug-guix. * website/www/help.scm (help-page): Likewise.
* website: Add 'help-guix@gnu.org'.Ludovic Courtès2015-12-22
| | | | | | * website/www.scm (main-page): Mention help-guix instead of guix-devel. * website/www/about.scm (about-page): Add help-guix. * website/www/help.scm (help-page): Likewise.
* website: issues: Use the same anchors as the package page.Ludovic Courtès2015-12-22
| | | | | | | * website/www/packages.scm (package->issue-sxml): Add #:anchor parameter and honor it. Move anchor to the "issues" cell. (packages->issue-sxml): Use 'packages->anchors'. Pass #:anchor to 'package->issue-sxml'.
* website: packages: Move anchor to the right place.Ludovic Courtès2015-12-22
| | | | | | * website/www/packages.scm (package->sxml): Move 'a' within the 'span' that contains the synopsis. Before that the "Expand" link would appear at the wrong place.
* website: packages: Assign anchors to each package.Ludovic Courtès2015-12-22
| | | | | | | | | | | Fixes <http://bugs.gnu.org/22217>. Suggested by Leo Famulari <leo@famulari.name>. * website/www/packages.scm (package->sxml): Change first argument to 'package+anchor'. Destructure it inside. Add an anchor right before the synopsis. (packages->anchors): New procedure. (packages->sxml): Use it, and adjust call to 'package->sxml'.
* website: Changed the header message to a donate message.Roel Janssen2015-12-16
| | | | | | | * website/www/shared.scm (html-page-description): Change the bar. * website/static/base/css/message-box.css: Add header bar specific style. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* website: donate: Add link to the FSF donation page.Ludovic Courtès2015-12-16
| | | | | * website/www/donate.scm (donate-page): Add sentence and link regarding financial donations.
* website: donate: Remove wildebeest from list of build slaves.Mark H Weaver2015-11-24
| | | | * website/www/donate.scm (donate-page): Remove wildebeest's entry.
* website: issues: Show a progress report.Ludovic Courtès2015-11-22
| | | | | | | * website/www/packages.scm (packages->issue-sxml)[total, processed]: New variables. [report-progress]: New procedure. Use it.
* website: packages: Trim trailing newline from lint reports.Ludovic Courtès2015-11-13
| | | | | * website/www/packages.scm (issues->sxml): Add call to 'string-trim-right'.
* website: packages: Export 'issues-page'.Ludovic Courtès2015-11-13
| | | | * website/www/packages.scm (issues-page): Export.
* website: Add /packages/issues.html page.Ludovic Courtès2015-11-13
| | | | | | | | | | | | | * website/www/packages.scm (location-url, source-url): New procedures, moved from... (package->sxml): ... here. (%fast-issue-checkers, %issue-checkers): New variables. (lint-checker-report, package-issues, issues->sxml, package->issue-sxml, packages->issue-sxml, all-packages): New procedures. (packages-page): Use 'all-packages'. (issues-page): New procedure. * website/www.scm (%web-pages): Add ISSUES-PAGE in a comment.
* website: help: Add Rennes talk.Ludovic Courtès2015-11-10
| | | | | * website/www/help.scm (help-page): Add slides and video for the Rennes talk.
* website: Update to 0.9.0.Ludovic Courtès2015-11-05
| | | | * website/www/shared.scm (latest-guix-version): Bump to 0.9.0.
* website: main: Change text of /contribute link.Ludovic Courtès2015-11-05
| | | | | * website/www.scm (main-page): Change /contribute link text to "Help us improve Guix".
* website: help: RepPar is over now.Ludovic Courtès2015-10-29
| | | | | * website/www/help.scm (help-page): Change "to be presented" to "presented".
* website: help: Add Eelco's PhD thesis.Ludovic Courtès2015-10-29
| | | | * website/www/help.scm (help-page): Add link to Eelco's thesis.
* website: donate: Update entry for Wandboard, which is now online.Mark H Weaver2015-10-14
| | | | | | * website/www/donate.scm (donate-page): Update the Harmon Instruments machine entry to reflect the fact that it's now online and called 'hydra-slave2'.
* website: packages: Fix typo.Ludovic Courtès2015-09-13
| | | | | | Reported by Mark H Weaver <mhw@netris.org>. * website/www/packages.scm (packages-page): Fix typo.
* website: packages: Correctly handle Unicode strings in descriptions.Ludovic Courtès2015-09-12
| | | | | * website/www/packages.scm (package->sxml)[package-description-shtml]: Wrap in 'with-fluids'.
* website: packages: Support Texinfo's markup.Mathieu Lirzin2015-09-11
| | | | | * website/www/packages.scm (package->sxml): Adapt to new Texinfo's markup in package description.
* website: donate: Fix title.Ludovic Courtès2015-09-06
| | | | | * website/www/donate.scm (donate-page): Pass "Donate" as the argument to 'html-page-header'.
* website: donate: Update wording for armv7.Ludovic Courtès2015-09-05
| | | | | * website/www/donate.scm (donate-page): Update wording for armv7 donations.
* logo: Update white-background version.Ludovic Courtès2015-09-05
| | | | | | | * logo/guix-logo-white.svg: Update to the "new" logo, which doesn't have the "The GNU System" baseline. * logo/guix-logo-white.svg:
* donate: Add Steve Sprang & Darrell Harmon.Ludovic Courtès2015-09-05
| | | | * website/www/donate.scm (donate-page): Add the Novena and Wanderboard.
* website: donate: Use a fixed-width font for email address.Ludovic Courtès2015-09-05
| | | | * website/www/donate.scm (donate-page): Wrap email address in 'tt'.
* website: donate: Factorize FSF link.Ludovic Courtès2015-09-05
| | | | | * website/www/donate.scm (fsf): New variable. (donate-page): Use it.
* website: help: Add RepPar slides.Ludovic Courtès2015-08-25
| | | | * website/www/help.scm (help-page): Add RepPar slides.
* website: packages: Display the actual number of packages.Ludovic Courtès2015-08-19
| | | | | * website/www/packages.scm (number*): New procedure. (packages-page): Use it instead of hard-coded package number.
* website: Update to 0.8.3.Ludovic Courtès2015-07-22
| | | | * website/www/shared.scm (latest-guix-version): Update to 0.8.3.
* website: download: Make installation instructions links more concise.Ludovic Courtès2015-07-22
| | | | | * website/www/download.scm (download-box): Remove "See the ... from the manual".
* website: contribute: Link to the new "Contribute" section.Ludovic Courtès2015-07-22
| | | | | * website/www/contribute.scm (contribute-page): Link to "Contributing" in the manual instead of 'HACKING'.
* website: main: Update screenshots.Ludovic Courtès2015-07-20
| | | | | | | * website/www.scm (main-page): Update list of screenshots. * website/static/base/img/screenshots/thumbs/enlightenment-inkscape.png, website/static/base/img/screenshots/thumbs/guix-edit+evince.png, website/static/base/img/screenshots/thumbs/guix-system-vm.png: New files.
* website: contribute: Improve wording regarding translations.Ludovic Courtès2015-07-20
| | | | | * website/www/contribute.scm (contribute-page): Improve wording ("software" is uncountable.)
* website: contribute: Provide clearer links to the TP.Ludovic Courtès2015-07-20
| | | | | * website/www/contribute.scm (contribute-page): Link to guix.html and guix-packages.html on the TP.
* website: Do not link to the single-HTML-page manual.Ludovic Courtès2015-07-20
| | | | | * website/www/contribute.scm (contribute-page): Use a split-HTML URL. * website/www/help.scm (help-page): Likewise.
* website: packages: Move date within the content box.Ludovic Courtès2015-07-16
| | | | | * website/www/packages.scm (packages-page): Move date within the "content-box" div.
* website: donate: Thank Simon Josefsson.Ludovic Courtès2015-07-15
| | | | * website/www/donate.scm (donate-page): Add Simon Josefsson.
* website: packages: Show the update date.Ludovic Courtès2015-07-15
| | | | | * website/www/packages.scm (packages-page): Add paragraph showing the current date.
* website: Fix URL of introductory material about Scheme.Mathieu Lirzin2015-07-09
| | | | | | | * website/www/contribute.scm (contribute-page): Fix URL of introductory material about Scheme. Reported by mistnim on IRC.
* website: help: Add the RepPar paper.Ludovic Courtès2015-07-01
| | | | * website/www/help.scm (help-page): Add the RepPar paper.
* website: main: Provide more meaningful link about the package manager.Ludovic Courtès2015-06-22
| | | | | * website/www.scm (main-page): Refer to the "Package Management" node of the manual when mentioning the package manager.
* website: Always export web pages as UTF-8.Ludovic Courtès2015-06-22
| | | | * website/www.scm (export-web-page): Pass #:encoding "UTF-8".