summaryrefslogtreecommitdiff
path: root/website
Commit message (Collapse)AuthorAge
* 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".
* website: packages: Refer to Guix rather than GuixSD in the header.Ludovic Courtès2015-06-22
| | | | | * website/www/packages.scm (packages-page): Change "The Guix System Distribution" to "GNU Guix".
* website: packages: Fix typo in GNU head URL.Ludovic Courtès2015-06-18
| | | | | * website/www/packages.scm (package->sxml): Remove leading slash in 'gnu-head-mini.png' URL.
* website: packages: List packages.Mathieu Lirzin2015-06-17
| | | | | | | | | | | | | Integrate 'build-aux/list-packages.scm' from the Guix repository in the GuixSD website instead of using an external link. Export of the package list is optional since it requires to have Guix locally. * website/static/base/css/packages.css: New file. * website/static/base/js/packages.js: Likewise. * website/www/packages.scm (lookup-gnu-package, list-join) (package->sxml, packages->sxml): New procedures. (packages-page): Use them. * website/www/shared.scm (html-page-description): Use 'packages-page'.
* website: Allow inclusion of Javascript.Mathieu Lirzin2015-06-17
| | | | | * website/www/utils.scm (js-url): New procedure. * website/www/shared.scm (html-page-header): Use it. Add #:js parameter.
* website: help: Fix URL of OpenBio slides.Ludovic Courtès2015-05-27
| | | | * website/www/help.scm (help-page): Fix URL of OpenBio slides.
* website: header: Augment keyword list.Ludovic Courtès2015-05-25
| | | | * website/www/shared.scm (html-page-header): Augment keyword list.
* website: header: Use an em dash in the header.Ludovic Courtès2015-05-25
| | | | | * website/www/shared.scm (html-page-header): Use an em dash rather than a hyphen in the title.
* website: Tweak wording of footer.Ludovic Courtès2015-05-25
| | | | * website/www/shared.scm (html-page-footer): Tweak.
* website: Fix link to the repo.Mathieu Lirzin2015-05-25
| | | | * website/www/shared.scm (html-page-footer): Fix link to the repo.
* website: Fix Felipe's name.Mathieu Lirzin2015-05-25
| | | | | | | | | | | | * website/www.scm: Fix name. * 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/shared.scm: Likewise. * website/www/utils.scm: Likewise.
* 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 document type declaration.Felipe López2015-05-25
|
* website: main: Remove gnu-system-discuss from the front page.Ludovic Courtès2015-05-25
| | | | * website/www.scm (main-page): Remove gnu-system-discuss from the front page.
* website: help: Add OpenTechSummit talk.Ludovic Courtès2015-05-25
| | | | | * website/www/help.scm (help-page): Add slides for Ricardo's OpenTechSummit talk.
* website: Fix self-closing video element.Felipe López2015-05-24
|
* website: download: simplify download options.Felipe López2015-05-24
|
* website: main: Use non-local links for the manual.Mathieu Lirzin2015-05-24
| | | | * website/www.scm (main-page): Fix links to the manual.
* website: Enable wide-screen menu from 800px width.Felipe López2015-05-18
|
* website: main: Improve reference to GNU operating system.Ludovic Courtès2015-05-18
| | | | | * website/www.scm (main-page): Change reference to "GNU operating system".
* website: main: Use a catchier title.Ludovic Courtès2015-05-18
| | | | * website/www.scm (main-page): Change first argument to 'html-page-header'.
* website: Fix dark text on dark background.Felipe López2015-05-18
|
* website: download: Change source installation instructions.Ludovic Courtès2015-05-14
| | | | | * website/www/download.scm (%source-tarball-manual): Change to "Requirements.html".
* website: main: Update screenshots.Ludovic Courtès2015-05-14
| | | | | | | * website/www.scm (screenshot): New procedure. (main-page): Use it. * website/www/utils.scm (thumb-url): Change. * website/static/base/img/screenshots: Update files.
* website: shared: Switch to 0.8.2.Ludovic Courtès2015-05-14
| | | | * website/www/shared.scm (latest-guix-version): Set to 0.8.2.
* website: main: Summarize news entries a bit more.Ludovic Courtès2015-05-14
| | | | * website/www.scm (news-entry->sxml): Summarize to 170 chars.
* Revert "website: download: Temporarily downgrade to 0.8.1."Ludovic Courtès2015-05-14
| | | | This reverts commit 92e4689c0b5fe2a85e5aea2fe67a8d3eaf7dc771.
* website: about: Fix typo.David Thompson2015-05-14
| | | | * website/www/about.scm (about-page): s/work/world/
* website: contribute: Fix introductory material URL.Mathieu Lirzin2015-05-14
| | | | | * website/www/contribute.scm (contribute-page): Fix invalid https link.
* website: Shorten alpha-warning message.Ludovic Courtès2015-05-13
| | | | | * website/www/shared.scm (html-page-description): Shorten alpha-warning message, and link to "Limitations" section of the manual.
* website: about: Link to sirgazil's web site.Ludovic Courtès2015-05-13
| | | | * website/www/about.scm (about-page): Add Link to sirgazil's web site.
* website: main: Remove general GNU manuals page link.Ludovic Courtès2015-05-13
| | | | * website/www.scm (main-page): Remove link to /manual.
* website: main: Reintroduce a couple of links to the manual.Ludovic Courtès2015-05-13
| | | | | * website/www.scm (main-page): Add links to "Defining Packages" and "System Configuration" in the manual.
* website: Mention goals in features in "About".Ludovic Courtès2015-05-13
| | | | | | | * website/www/about.scm (about-page): Remove the 4 freedoms. Add a description of the goals and features of Guix and GuixSD. Add "Artwork" section. * website/www/shared.scm (html-page-description): Change spacing.