summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* 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: Fix screenshot captions.Ludovic Courtès2016-03-20
| | | | * website/www.scm (main-page): Fix caption of screenshots.
* website: Use GNOME screenshot on the front page.Ludovic Courtès2016-03-20
| | | | | | * website/static/base/img/screenshots/thumbs/gnome-totem-epiphany.png: New file. * website/www.scm (main-page): Use it.
* website: packages: Support both http and https requests to hydra.gnu.org.Roel Janssen2016-03-15
| | | | | | | * website/static/base/js/packages.js (set_build_status): Use the protocol of the current URL. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* website: Link to the GNU FSDG.Ludovic Courtès2016-03-08
| | | | * website/www.scm (main-page): Link to the GNU FSDG web page.
* 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.
* 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.