summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* slim: Set input_panel_x to 20%.HEADslim-input-panelOleg Pykhalov2019-09-221-1/+1
* website: contact: Add trailing full stop.•••Follow-up to 3517bad38c1f56bec525489ddb69a52aa3b51280. * website/apps/base/data.scm (contact-media): Add trailing full stop. Alex Vong2019-09-191-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 Vong2019-09-191-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ès2019-08-281-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ès2019-08-271-2/+1
* website: packages.json: Add "location".•••* website/apps/packages/builder.scm (packages-json-builder)[package->json]: Add "location". Ludovic Courtès2019-08-271-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ès2019-08-271-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ès2019-08-271-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ès2019-08-221-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ès2019-08-221-3/+0
* website: Use 'invoke' instead of 'system*'.•••* website/.guix.scm (build): Use 'invoke'. Ludovic Courtès2019-08-221-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> nixo2019-08-221-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 Wurmus2019-08-215-30/+7
* website: Update IRC log URL.•••* website/apps/base/utils.scm (guix-irc-log-url): Use new domain. Ricardo Wurmus2019-08-211-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ès2019-07-191-1/+1
* website: Create a top-level index.html.•••* website/.guix.scm (build): Create a top-level index.html. Ludovic Courtès2019-07-151-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ès2019-07-121-8/+27
* website: Add post about 'guix deploy'.•••Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jakob L. Kreuze2019-07-121-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ès2019-07-051-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ès2019-07-051-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ès2019-07-052-2/+8
* website: Add post about lzipped substitutes.•••* website/posts/lzip.md: New file. Ludovic Courtès2019-06-171-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ès2019-06-171-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ès2019-06-172-5/+5
* slim: Add 1.x theme.•••* slim/1.x: New directory. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Diego Nicola Barbato2019-06-075-0/+449
* website: custom-kernel: Prepare for publication.•••* website/posts/custom-kernel.md: Update tags and date. Add a couple of backquotes. Ludovic Courtès2019-05-211-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ès2019-05-211-3/+3
* website: Add custom-kernel post.•••* website/posts/custom-kernel.md: New file. Efraim Flashner2019-05-201-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ès2019-05-191-1/+3
* website: Bump to 1.0.1.•••* website/apps/base/utils.scm (latest-guix-version): Bump to 1.0.1. Ludovic Courtès2019-05-191-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ès2019-05-191-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 Wurmus2019-05-171-5/+5
* website: Add 1.0.1 post.•••* website/posts/gnu-guix-1.0.1-released.md: New file. Ludovic Courtès2019-05-171-0/+211
* website: guix-1.0.0: Fix typos.•••* website/posts/gnu-guix-1.0.0-released.md: Fix typos. Ludovic Courtès2019-05-021-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 Wurmus2019-05-021-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ès2019-05-022-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ès2019-05-023-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ès2019-05-021-7/+9
* website: download: Remove scary warning about being beta.•••* website/apps/download/data.scm (system-downloads): Remove warning message box. Ludovic Courtès2019-05-021-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ès2019-05-023-7/+10
* website: Bump to 1.0.0. \o/•••* website/apps/base/utils.scm (latest-guix-version): Bump to 1.0.0. Ludovic Courtès2019-05-021-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ès2019-05-021-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ès2019-05-021-4/+5
* website: Update Enlightenment screenshot.•••* website/static/media/img/enlightenment-inkscape.png, website/static/media/img/enlightenment-inkscape.mini.png: Update. Ludovic Courtès2019-05-022-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ès2019-05-012-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ès2019-04-3040-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ès2019-04-301-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 sirgazil2019-04-181-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. sirgazil2019-03-315-315/+203
* website: swh-guix: Fix typos.•••Thanks, Ricardo! * website/posts/swh-guix.md (date): Typos. Ludovic Courtès2019-03-291-6/+6