| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | website: contact: Add trailing full stop.•••Follow-up to 3517bad38c1f56bec525489ddb69a52aa3b51280. * website/apps/base/data.scm (contact-media): Add trailing full stop. | Alex Vong | 2019-09-19 | 1 | -1/+1 |
| * | website: contact: Improve language tag for traditional Chinese.•••See the discussion at: <https://lists.gnu.org/archive/html/guix-devel/2018-03/msg00055.html> * website/apps/base/data.scm (contact-media): Use "zh-Hant" language tag. | Alex Vong | 2019-09-19 | 1 | -1/+1 |
| * | website: packages.json: Do not emit "homepage" when it's false.•••Reported at <https://github.com/repology/repology/issues/218#issuecomment-525675777>. * website/apps/packages/builder.scm (packages-json-builder): Do not emit "homepage" when it's false. | Ludovic Courtès | 2019-08-28 | 1 | -1/+3 |
| * | website: packages.json: Do not pretty-print.•••* website/apps/packages/builder.scm (packages-json-builder): Remove #:pretty from the 'scm->json' arguments. | Ludovic Courtès | 2019-08-27 | 1 | -2/+1 |
| * | website: packages.json: Add "location".•••* website/apps/packages/builder.scm (packages-json-builder)[package->json]: Add "location". | Ludovic Courtès | 2019-08-27 | 1 | -1/+10 |
| * | website: packages.json: Add "source".•••* website/apps/packages/builder.scm (packages-json-builder)[origin->json]: New procedure. [package->json]: Use it. | Ludovic Courtès | 2019-08-27 | 1 | -1/+33 |
| * | website: packages.json: Add "cpe_name" and "cpe_version".•••* website/apps/packages/builder.scm (packages-json-builder)[package->json]: Add "cpe-name" and "cpe-version" when they're available. This is similar to what we had in 3ef3b0445241df1dc47c3717e63ffcf6267b3c70. | Ludovic Courtès | 2019-08-27 | 1 | -0/+8 |
| * | website: Build against the latest Guix.•••Fixes <https://bugs.gnu.org/36708>. Reported by Mark H Weaver <mhw@netris.org>. * website/.guix.scm (<latest-channels>): New record type. (latest-channels-compiler): New procedure. (latest-guix): New variable. (build): Remove "guix" from 'with-extensions', and add "guile-json@3" instead. Obtain the load path from LATEST-GUIX and set 'GUILE_LOAD_PATH' and 'GUILE_LOAD_COMPILED_PATH' accordingly. | Ludovic Courtès | 2019-08-22 | 1 | -6/+45 |
| * | website: Don't set 'GUIX_WEB_SITE_INFO'.•••This is a followup to feb02faba58dd7f07bc5e8912c564b5ff0303920. * website/.guix.scm (build): Don't set "GUIX_WEB_SITE_INFO". | Ludovic Courtès | 2019-08-22 | 1 | -3/+0 |
| * | website: Use 'invoke' instead of 'system*'.•••* website/.guix.scm (build): Use 'invoke'. | Ludovic Courtès | 2019-08-22 | 1 | -6/+8 |
| * | website: Provide JSON package list.•••* website/apps/packages/builder.scm (package-json-builder): New procedure. (builder): Use it. Co-authored-by: Ricardo Wurmus <rekado@elephly.net> Signed-off-by: Ricardo Wurmus <rekado@elephly.net> | nixo | 2019-08-22 | 1 | -0/+16 |
| * | website: Remove handling of GUIX_WEB_SITE_INFO.•••* website/README: Remove documentation. * website/apps/base/templates/help.scm (help-t): Use just one URL for the refcard. * website/apps/base/utils (guix-root-url-path): Use "/". (builder): Remove big comment about bug #25227 and use expensive builders. * website/haunt.scm: Use guix.gnu.org domain. | Ricardo Wurmus | 2019-08-21 | 5 | -30/+7 |
| * | website: Update IRC log URL.•••* website/apps/base/utils.scm (guix-irc-log-url): Use new domain. | Ricardo Wurmus | 2019-08-21 | 1 | -1/+1 |
| * | website: towards-guix-for-devops: Update URL to the manual.•••* website/posts/towards-guix-for-devops.md: Change manual URL to refer to manual/devel. | Ludovic Courtès | 2019-07-19 | 1 | -1/+1 |
| * | website: Create a top-level index.html.•••* website/.guix.scm (build): Create a top-level index.html. | Ludovic Courtès | 2019-07-15 | 1 | -1/+2 |
| * | website: towards-guix-for-devops: Add backquotes and footer.•••* website/posts/towards-guix-for-devops.md: Update date; add missing backquotes and footer. | Ludovic Courtès | 2019-07-12 | 1 | -8/+27 |
| * | website: Add post about 'guix deploy'.•••Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Jakob L. Kreuze | 2019-07-12 | 1 | -0/+119 |
| * | website: Rewrite '.guix.scm'.•••* website/.guix.scm (let-package): Remove. (package+propagated-inputs): New procedures. (build): New variable. Return a computed file. | Ludovic Courtès | 2019-07-05 | 1 | -36/+36 |
| * | website: Pass the right directory name to 'git-predicate'.•••* website/.guix.scm (this-directory): New variable. (source): Pass it to 'local-file' and to 'git-predicate'. | Ludovic Courtès | 2019-07-05 | 1 | -5/+9 |
| * | website: Allow builds without network access.•••* website/apps/packages/templates/components.scm (detailed-package-preview): Wrap 'gnu-package?' call in 'false-if-exception'. * website/apps/packages/templates/package.scm (package-t): Likewise. | Ludovic Courtès | 2019-07-05 | 2 | -2/+8 |
| * | website: Add post about lzipped substitutes.•••* website/posts/lzip.md: New file. | Ludovic Courtès | 2019-06-17 | 1 | -0/+245 |
| * | website: gnu-guix-1.0.1: Fix bug URL.•••Fixes <https://bugs.gnu.org/35998>. Reported by David Loyall <david@the-good-guys.net>. * website/posts/gnu-guix-1.0.1-released.md: Fix link to installer/Brtfs bug. | Ludovic Courtès | 2019-06-17 | 1 | -1/+1 |
| * | website: Refer to issues.guix.gnu.org instead of bugs.gnu.org.•••There are still places where issues.guix.gnu.org is not a drop-in replacements; this patch leaves them unchanged. * website/apps/base/data.scm (contact-media): Remove to issues.guix.gnu.org. * website/apps/base/templates/contribute.scm (contribute-t): Likewise. | Ludovic Courtès | 2019-06-17 | 2 | -5/+5 |
| * | website: custom-kernel: Prepare for publication.•••* website/posts/custom-kernel.md: Update tags and date. Add a couple of backquotes. | Ludovic Courtès | 2019-05-21 | 1 | -5/+5 |
| * | website: guix-1.0.1: Refer to issues.guix.gnu.org.•••* website/posts/gnu-guix-1.0.1-released.md: Refer to issues.guix.gnu.org rather than bugs.gnu.org. | Ludovic Courtès | 2019-05-21 | 1 | -3/+3 |
| * | website: Add custom-kernel post.•••* website/posts/custom-kernel.md: New file. | Efraim Flashner | 2019-05-20 | 1 | -0/+275 |
| * | website: help: Add links to the Russian and Simplified Chinese translations.•••* website/apps/base/templates/help.scm (help-t): Add Russian and Simplified Chinese. | Ludovic Courtès | 2019-05-19 | 1 | -1/+3 |
| * | website: Bump to 1.0.1.•••* website/apps/base/utils.scm (latest-guix-version): Bump to 1.0.1. | Ludovic Courtès | 2019-05-19 | 1 | -1/+1 |
| * | website: guix-1.0.1: Minor updates.•••* website/posts/gnu-guix-1.0.1-released.md: Change time, add link to Debian's preseeds. | Ludovic Courtès | 2019-05-19 | 1 | -4/+5 |
| * | website: Add minor changes to the 1.0.1 post.•••* website/posts/gnu-guix-1.0.1-released.md: Change minor issues with the wording. | Ricardo Wurmus | 2019-05-17 | 1 | -5/+5 |
| * | website: Add 1.0.1 post.•••* website/posts/gnu-guix-1.0.1-released.md: New file. | Ludovic Courtès | 2019-05-17 | 1 | -0/+211 |
| * | website: guix-1.0.0: Fix typos.•••* website/posts/gnu-guix-1.0.0-released.md: Fix typos. | Ludovic Courtès | 2019-05-02 | 1 | -2/+2 |
| * | website: manual-url: Despecialize for guix.info.•••* website/apps/base/utils.scm (manual-url): Remove special case when GUIX_WEB_SITE_INFO is set. | Ricardo Wurmus | 2019-05-02 | 1 | -4/+2 |
| * | website: guix-1.0.0: Add 1.0 logo.•••* website/static/blog/img/guix-1.0.png: New file. * website/posts/gnu-guix-1.0.0-released.md: Use it. | Ludovic Courtès | 2019-05-02 | 2 | -0/+2 |
| * | website: gnu-guix-1.0.0: Use new hexagon picture.•••* website/static/blog/img/guix-scope.png: New picture (from Ricardo). * website/posts/gnu-guix-1.0.0-released.md: Use it. * website/static/blog/img/guix-hexagons.png: Remove. | Ludovic Courtès | 2019-05-02 | 3 | -1/+1 |
| * | website: gnu-guix-1.0.0: Move to posts/.•••* website/drafts/gnu-guix-1.0-released.md: Move to... * website/posts/gnu-guix-1.0.0-released.md: ... here. Adjust URLs and nitpick. | Ludovic Courtès | 2019-05-02 | 1 | -7/+9 |
| * | website: download: Remove scary warning about being beta.•••* website/apps/download/data.scm (system-downloads): Remove warning message box. | Ludovic Courtès | 2019-05-02 | 1 | -10/+0 |
| * | website: Change download URLs to ftp.gnu.org.•••* website/apps/download/data.scm (system-downloads): Switch to ftp.gnu.org and adjust file names. * website/apps/download/templates/download.scm (download-t): Likewise. Mention alpha.gnu.org. * website/apps/download/types.scm: Update comment. | Ludovic Courtès | 2019-05-02 | 3 | -7/+10 |
| * | website: Bump to 1.0.0. \o/•••* website/apps/base/utils.scm (latest-guix-version): Bump to 1.0.0. | Ludovic Courtès | 2019-05-02 | 1 | -1/+1 |
| * | website: help: Remove "Guix System Manual" box; list translations.•••* website/apps/base/templates/help.scm (help-t): Remove "Guix System Manual" div. Show translations of the manual under "GNU Guix Manual". | Ludovic Courtès | 2019-05-02 | 1 | -27/+15 |
| * | website: utils: Fix 'manual-url'.•••Regression introduced in bf3e4912864812c284687ede4e0ce36e4051ca1a. * website/apps/base/utils.scm (manual-url): Pass a single argument to 'guix-url'. | Ludovic Courtès | 2019-05-02 | 1 | -4/+5 |
| * | website: Update Enlightenment screenshot.•••* website/static/media/img/enlightenment-inkscape.png, website/static/media/img/enlightenment-inkscape.mini.png: Update. | Ludovic Courtès | 2019-05-02 | 2 | -0/+0 |
| * | website: Add draft of the 1.0 announcement.•••* website/drafts/gnu-guix-1.0.0-released.md, website/static/blog/img/guix-hexagons.png: New files. | Ludovic Courtès | 2019-05-01 | 2 | -0/+267 |
| * | website: posts: Update references to the manual.•••This commit is the result of running: sed -i -'es|manual/html_node|manual/en/html_node|g' posts/*.* | Ludovic Courtès | 2019-04-30 | 40 | -214/+214 |
| * | website: 'manual-url' now accepts a #:language parameter.•••* website/apps/base/utils.scm (manual-url): Add #:language parameter and honor it. | Ludovic Courtès | 2019-04-30 | 1 | -5/+7 |
| * | website: haunt: Update build directory.•••This commit removes a comment about an old Haunt bug related to using dots in URI paths to resources,¹ and updates the website build directory '/tmp/gnu.org/software/guix'. * website/haunt.scm (site): Update #:build-directory. 1. http://lists.gnu.org/archive/html/guile-user/2017-12/msg00070.html | sirgazil | 2019-04-18 | 1 | -2/+1 |
| * | website: help: Remove Guix and GuixSD logos from manual icons.•••Use a generic "manual icon" instead. * website/apps/base/templates/help.scm (help-t): Use new icon. * website/static/base/img/guix-manual-icon.png: Delete it. * website/static/base/img/guixsd-manual-icon.png: Likewise. * website/static/base/img/icon-set.svg: Add new manual icon. * website/static/base/img/manual-icon.png: Update with new icon. | sirgazil | 2019-03-31 | 5 | -315/+203 |
| * | website: swh-guix: Fix typos.•••Thanks, Ricardo! * website/posts/swh-guix.md (date): Typos. | Ludovic Courtès | 2019-03-29 | 1 | -6/+6 |
| * | website: swh-guix: Fix typo.•••* website/posts/swh-guix.md: Fix typo. | Ludovic Courtès | 2019-03-29 | 1 | -1/+1 |
| * | website: Add post about Software Heritage.•••* website/posts/swh-guix.md: New file. * website/static/blog/img/software-heritage-logo-title.svg: New file. | Ludovic Courtès | 2019-03-29 | 2 | -0/+866 |
