summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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.
* website: Update web page mapping.Ludovic Courtès2015-05-13
| | | | | * website/www.scm (%web-pages): Use "guix.html" for MAIN-PAGE, and comment out "packages/index.html".
* website: download: Fix missing unquote.David Thompson2015-05-13
| | | | * website/www/download.scm (download-page): Unquote '(latest-guix-version)'.
* website: contribute: Fix a couple typos.David Thompson2015-05-13
| | | | * website/www/contribute.scm (contribute-page): Fix minor typos.
* website: Typo.Ludovic Courtès2015-05-13
| | | | * website/www.scm (main-page): Add missing unquote.
* website: download: Temporarily downgrade to 0.8.1.Ludovic Courtès2015-05-13
| | | | * website/www/download.scm (download-page): Adjust for 0.8.1.
* website: Move static/ one level higher.Ludovic Courtès2015-05-13
| | | | | * website/www/static: Rename to... * website/static: ... this.
* website: Clarify & update Hydra-related text.Ludovic Courtès2015-05-13
| | | | | | * website/www/contribute.scm (contribute-page): Mention that hardware donations are for the build farm. * website/www/donate.scm (donate-page): Add hydra-slave0.
* website: Make repositories more visible.Ludovic Courtès2015-05-13
| | | | | * website/www/contribute.scm (contribute-page): Add links to the repositories. Mention Git.
* website: Comment out web IRC client button.Ludovic Courtès2015-05-13
| | | | * website/www.scm (main-page): Comment out webchat button.
* website: Assorted tweaks.Ludovic Courtès2015-05-13
| | | | | | | | | | | * website/www.scm (main-page): Remove extra capital letters. Remove gnu-linux-libre from here. Use about#contact for the list of mailing lists. * website/www/about.scm (about-page): Tweak wording. * website/www/contribute.scm (contribute-page): Tweak Savannah box. Use more appropriate URL for the TP. * website/www/help.scm (help-page): Use about#contact for the mailing lists.
* website: Download news entries from the Atom feed.Ludovic Courtès2015-05-13
| | | | | | | | | | * website/www.scm (%atom-url): New variable. (fetch-news): New procedure. (<news-entry>): New record type. (news-items, sxml->string*, summarize-string, news-entry->sxml): New procedures. (main-page): Use 'news-items' and 'news-entry->sxml' instead of hard-coded news entries.
* website: Fix typo in the main page.Ludovic Courtès2015-05-12
| | | | * website/www.scm (main-page): Add missing unquote.
* website: Add real download URLs.Ludovic Courtès2015-05-12
| | | | | | * website/www/download.scm (ftp-url): New procedure. (summary-box): Add #:file and use it. (download-page): Pass #:file in calls to 'summary-box'.
* website: Factorize the latest version number.Ludovic Courtès2015-05-12
| | | | | | | * website/www/shared.scm (latest-guix-version): New variable. * website/www/download.scm (download-page): Use it. Map over 'summary-box' instead of duplicating code. * website/www.scm (main-page): Use it.
* website: Factorize 'summary-box' in download page.Ludovic Courtès2015-05-12
| | | | | | | | | * website/www/download.scm (%usb-image-description, %usb-image-manual, %guixsd-image, %binary-tarball-description, %binary-tarball-manual, %source-tarball-description, %source-tarball-manual, %guix-image): New variables. (summary-box): New procedure. (download-page): Use 'summary-box'.
* website: Turn pages into thunks.Ludovic Courtès2015-05-12
| | | | | | | | | | | | | This allows 'current-url-root' to be used to parametrize the output. * website/www.scm (main-page): Turn into a thunk. (export-web-site): Invoke PAGE. * website/www/about.scm (about-page): Turn into a thunk. * website/www/contribute.scm (contribute-page): Likewise. * website/www/donate.scm (donate-page): Likewise. * website/www/download.scm (download-page): Likewise. * website/www/help.scm (help-page): Likewise. * website/www/packages.scm (packages-page): Likewise.
* website: Add '.gitignore'.Ludovic Courtès2015-05-12
|
* website: Restore per-page CSS files.Ludovic Courtès2015-05-12
| | | | | | | | | | | This was inadvertently broken in 342ffb8. Reported by Luis Felipe López Acevedo <felipe.lopez@openmailbox.org>. * website/www/shared.scm (html-page-header): Add #:css parameter, and use it. * website/www.scm (main-page): Pass "index.css" to 'html-page-header'. * website/www/download.scm (download-page): Pass "download.css". * website/www/help.scm (help-page): Pass "help.css".
* website: Add installer link for each architecture.Felipe López2015-05-12
|
* website: Fix URLs.Mathieu Lirzin2015-05-11
| | | | | | | | | | | | | | Enable local export to link URLs correctly. * website/www/utils.scm: New file. * website/www.scm (main-page): Use it. * website/www/about.scm (about-page): Likewise. * website/www/contribute.scm (contribute-page): Likewise. * website/www/donate.scm (donate-page): Likewise. * website/www/download.scm (download-page): Likewise. * website/www/help.scm (help-page): Likewise. * website/www/shared.scm (html-page-header, html-page-description) (html-page-links, html-page-footer): Likewise.
* website: Factorize shared blocks.Mathieu Lirzin2015-05-11
| | | | | | | | | | | * website/www/shared.scm: New file. * website/www.scm (main-page): Use it. * website/www/about.scm (about-page): Likewise. * website/www/contribute.scm (contribute-page): Likewise. * website/www/donate.scm (donate-page): Likewise. * website/www/download.scm (download-page): Likewise. * website/www/help.scm (help-page): Likewise. * website/www/packages.scm (packages-page): Likewise.
* website: Enable directory choice in export procedure.Mathieu Lirzin2015-05-11
| | | | * website/www.scm (export-web-site): Add 'directory' optional parameter.
* website: Add export procedure.Ludovic Courtès2015-05-07
|
* website: Add '-page' to the variables, to distinguish from modules.Ludovic Courtès2015-05-07
|
* website: Convert implementation to SXML.Mathieu Lirzin2015-05-07
| | | | Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* website: Add HTML implementation.Felipe López2015-05-04
|
* logo: Add README.Felipe López2015-04-13
|
* logo: Fix artifacts and shape positions.Felipe López2015-04-13
| | | | | | There were some graphical artifacts generated by Inkscape's boolean shape operations, only noticeable when zooming in the canvas to high values.
* logo: Add printer-friendly variant.Felipe López2015-04-13
|
* grub: Added fully black background.Felipe López2015-03-01
| | | | | This variant matches the background of the recently added slim 0.x theme.
* slim: Add black theme.Felipe López2015-03-01
|
* grub: Fix drop shadow in logo.Felipe López2015-02-21
| | | | | | | As discussed on the mailing list, the previous shadows removed the original illusion of twist in the logo. See: https://lists.gnu.org/archive/html/guix-devel/2015-02/msg00460.html
* website: Add techie mockup for home view.Felipe López2015-02-21
|
* website: Add mockup.Felipe López2015-02-19
|
* slim: Update panel with GuixSD branding.Felipe López2015-02-12
|
* grub: Add backgrounds with GuixSD branding.Felipe López2015-02-12
|
* logo: Add new GuixSD image.Felipe López2015-02-11
|
* logo: remove "The GNU System" lineRicardo Wurmus2015-01-27
|
* slim: Increase font size for the input text.Ludovic Courtès2014-11-13
|