| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | website: graphics: Remove GuixSD logo.•••* website/apps/base/templates/graphics.scm (graphics-t): Remove GuixSD
logo and mention that it's deprecated.
| Ludovic Courtès | 2019-03-29 | 1 | -6/+9 |
| * | website: screenshots: Center screenshot (see #34886).•••This change centers the screenshot horizontally in the page, and adds
a black background to make narrow screenshots look a better in wider
screens. The background also helps differentiate better the space of
the screenshot from the screenshot list below it.
* website/apps/base/templates/screenshot.scm:
(screenshot-t): Apply new screenshot-viewer class.
* website/static/base/css/screenshots.css: New style sheet.
| sirgazil | 2019-03-18 | 2 | -5/+11 |
| * | website: Crop GDM thumbnail.•••* website/static/media/img/gdm-sessions.mini.png: Resize to 300x169 like
the other thumbnails.
| Ludovic Courtès | 2019-03-15 | 1 | -0/+0 |
| * | website: documentation-video-creation: Fix link syntax.•••* website/posts/documentation-video-creation-2019.md: Fix wrong link.
| Ludovic Courtès | 2019-03-15 | 1 | -1/+1 |
| * | website: documentation-video-creation: Add link to the code.•••* website/posts/documentation-video-creation-2019.md: Add link to the
code.
| Ludovic Courtès | 2019-03-15 | 1 | -0/+4 |
| * | website: documentation-video-creation: Adjust image URLs.•••* website/posts/documentation-video-creation-2019.md (tags): Adjust URLs.
| Ludovic Courtès | 2019-03-15 | 1 | -3/+3 |
| * | website: documentation-video-creation: Tweak.•••* website/posts/documentation-video-creation-2019.md: Add introductory
sentence by Laura. Adjust date and typographical issues. Update
footer.
| Ludovic Courtès | 2019-03-15 | 1 | -22/+24 |
| * | website: Add post about Laura's internship.•••* website/posts/documentation-video-creation-2019.md: New file.
| Laura Lazzati | 2019-03-15 | 1 | -0/+88 |
| * | website: Replace SLiM screenshot with a GDM screenshot.•••* website/static/media/img/gdm-sessions.mini.png,
website/static/media/img/gdm-sessions.png,
website/static/media/img/gdm-users.mini.png,
website/static/media/img/gdm-users.png: New files.
* website/apps/base/data.scm (screenshots): Use "gdm-sessions" instead
of "guixsd-slim".
| Ludovic Courtès | 2019-03-11 | 5 | -2/+2 |
| * | website: Add images for Outreachy Dec/18 Mar/19 post.••• * static/media/img/outreachy-2019-cli-video.png: New file.
* static/media/img/outreachy-2019-gluing-video.png: New file.
* static/media/img/outreachy-2019-slide-video.png: New file.
| Laura Lazzati | 2019-03-11 | 3 | -0/+0 |
| * | website: tests: Fix position of expected value in tests cases.•••Almost all test cases had the expected value and test-expr in the
opposite order.
* website/tests/apps/aux/lists.scm
* website/tests/apps/aux/numbers.scm
* website/tests/apps/aux/strings.scm
* website/tests/apps/aux/sxml.scm
* website/tests/apps/aux/system.scm
* website/tests/apps/aux/web.scm
* website/tests/apps/base/types.scm
* website/tests/apps/blog/utils.scm
| sirgazil | 2019-03-05 | 8 | -99/+99 |
| * | website: Remove "GuixSD" from source file headers.•••Done by running these three commands from the website/ directory:
find -name \*.scm |xargs sed -i -es'/;;; GuixSD website --.*/;;; GNU Guix web site/g'
find -name \*.scm |xargs sed -i -es'/;;; GuixSD website/;;; The GNU Guix web site/g'
find -name \*.scm |xargs sed -i -es'/part of GuixSD website/part of the GNU Guix web site/g'
find -name \*.scm |xargs sed -i -es'/along with GuixSD website/along with the GNU Guix web site/g'
| Ludovic Courtès | 2019-03-05 | 57 | -93/+93 |
| * | website: Remove leftover "GuixSD" references.•••* website/apps/base/templates/about.scm (about-t): Remove mentions of
"GuixSD".
* website/apps/base/templates/contribute.scm (contribute-t): Likewise.
* website/apps/base/templates/help.scm (help-t): Likewise.
* website/apps/base/templates/irc.scm (irc-t): Likewise.
* website/apps/base/templates/security.scm (security-t): Likewise.
* website/apps/packages/templates/detailed-package-list.scm (detailed-package-list-t):
Likewise.
* website/apps/packages/templates/package-list.scm (package-list-t): Likewise.
* website/apps/packages/templates/index.scm (index-t): Likewise.
* website/apps/packages/templates/detailed-index.scm (detailed-index-t): Likewise.
* website/apps/download/templates/download.scm (download-t): Likewise.
* website/apps/blog/templates/post-list.scm (post-list-t): Likewise.
* website/apps/blog/templates/tag.scm (tag-t): Likewise.
* website/apps/blog/templates/post.scm (post-t): Likewise.
* website/apps/blog/templates/feed.scm (atom-feed-t): Likewise.
* website/apps/base/templates/graphics.scm (graphics-t): Likewise.
* website/apps/base/templates/theme.scm (theme): Likewise.
* website/apps/blog/builder.scm (tag-feed-builder): Likewise.
* website/apps/download/types.scm: Likewise.
* website/haunt.scm (#:title): Likewise.
| Ludovic Courtès | 2019-03-05 | 20 | -51/+37 |
| * | website: packages: Render texinfo as plain text in package previews.•••* website/apps/packages/templates/components.scm (package-preview):
Render texinfo as plain text.
| sirgazil | 2019-03-01 | 1 | -1/+5 |
| * | website: packages: Remove duplicated code.•••* website/apps/packages/templates/components.scm
(detailed-package-preview): Use location->shtml instead.
| sirgazil | 2019-02-25 | 1 | -4/+1 |
| * | website: Add Guix Days post about bootstrapping ARM.•••* website/posts/guixdays-2019-bootstrapping-arm.md: New file.
| Chris Marusich | 2019-02-22 | 1 | -0/+209 |
| * | website: packages: Fix letter selector location (see bug #30580).•••This change adds a new letter selector component and displays it at
the top and bottom of package lists.
* website/apps/packages/templates/components.scm (letter-selector):
New component.
* website/apps/packages/templates/detailed-index.scm (detailed-index-t):
Use the new component.
* website/apps/packages/templates/detailed-package-list.scm
(detailed-package-list-t): Likewise.
* website/apps/packages/templates/index.scm (index-t): Likewise.
* website/apps/packages/templates/package-list.scm (package-list-t):
Likewise.
* website/static/packages/css/letter-selector.css: New stylesheet.
| sirgazil | 2019-02-17 | 6 | -16/+74 |
| * | website: guixdays-arm-hacking: Adjust date and tags.•••* website/posts/guixdays-arm-hacking.md: Adjust metadata
| Ludovic Courtès | 2019-02-10 | 1 | -2/+2 |
| * | website: guixdays-arm-hacking: Adjust link to the manual.•••* website/posts/guixdays-arm-hacking.md: Refer to the manual at gnu.org
rather than guix.info.
| Ludovic Courtès | 2019-02-10 | 1 | -1/+1 |
| * | website: guixdays-arm-hacking: Use ellipses.•••* website/posts/guixdays-arm-hacking.md: Use HORIZONTAL ELLIPSIS rather
than three or two dots.
| Ludovic Courtès | 2019-02-10 | 1 | -5/+5 |
| * | website: guixdays-arm-hacking: Add backticks.•••* website/posts/guixdays-arm-hacking.md: Add backticks where needed.
| Ludovic Courtès | 2019-02-10 | 1 | -12/+12 |
| * | website: package index: Add total number of packages.•••The "package index" page was missing the first paragraph that is shown
in the "detail package index" page which indicates the total number of
packages in Guix and the last update date. This commit adds it.
* apps/packages/builder.scm (index-builder): Add new "total" datum to
the context.
* apps/packages/templates/index.scm (index-t): Add total number of
packages and update date.
| sirgazil | 2019-02-09 | 2 | -26/+42 |
| * | website: Add missing images (see bug 33717).•••These images were saved directly in the CVS repository, so they were
displayed only in the instance of the website available in gnu.org,
but not in guix.info.
* static/media/img/enlightenment-inkscape.png: New file.
* static/media/img/gnome-totem-epiphany.png: Likewise.
* static/media/img/guix-system-vm.png: Likewise.
* static/media/img/guixsd-xfce-icecat-emacs.png: Likewise.
* static/media/img/slim.png: Likewise.
| sirgazil | 2019-02-08 | 5 | -0/+0 |
| * | website: index-builder: Pick random packages.•••* website/apps/packages/builder.scm (index-builder): Pick random
packages.
| Ricardo Wurmus | 2019-02-08 | 1 | -3/+5 |
| * | website: packages: Enabel expensive builders for guix.info.•••* website/apps/packages/builder.scm (builder): Use expensive builders
when GUIX_WEB_SITE_INFO is set.
| Ricardo Wurmus | 2019-02-08 | 1 | -20/+20 |
| * | website: packages: package detail page: Add missing package information.•••This commit adds license, package source, patches and builds
information to the end of package descriptions.
* website/apps/packages/templates/components.scm:
(location->shtml): New procedure.
(license->shtml): Export it.
(patches->shtml): Likewise.
(supported-systems->shtml): Likewise.
* website/apps/packages/templates/package.scm:
(package-t): Add missing package information.
| sirgazil | 2019-02-07 | 2 | -5/+23 |
| * | website: Fix URL to Guix IRC logs.•••* website/apps/base/data.scm (contact-media): Use new URL.
* website/apps/base/templates/help.scm (help-t): Ditto.
* website/apps/base/templates/irc.scm (irc-t): Ditto.
* website/apps/base/utils.scm (guix-irc-log-url): New variable.
| sirgazil | 2019-02-07 | 4 | -5/+6 |
| * | website: packages: package detail page: Import missing module.•••* apps/packages/templates/package.scm: Use (guix packages).
| sirgazil | 2019-02-06 | 1 | -0/+1 |
| * | website: packages: Update TODO related to bug #25227.•••The reason the commented builders are not used is not really the bug
in Haunt, which is already fixed,¹ but the limitations of the CVS
repository.
* apps/packages/builder.scm (builder): Update TODO.
1. http://lists.gnu.org/archive/html/guile-user/2017-12/msg00070.html
| sirgazil | 2019-02-06 | 1 | -7/+9 |
| * | website: Add Guixdays ARM hacking post.•••* website/posts/guixdays-arm-hacking.md: New file.
| Efraim Flashner | 2019-02-06 | 1 | -0/+310 |
| * | website: contact: Fix HTML validation error (DIVs inside P).•••* apps/base/templates/components.scm: Fix P element used as container
of DIV elements.
* apps/base/templates/contact.scm: Use new style sheet.
* static/base/css/contact.css: New style sheet.
| sirgazil | 2019-02-06 | 3 | -2/+7 |
| * | website: packages: Remove manual use of obsolete TT elements.•••I forgot this one. Check the last commit for details about the
change.
* apps/packages/utils.scm: Use .mono class instead of TT element.
| sirgazil | 2019-02-05 | 1 | -1/+2 |
| * | website: Remove manual use of obsolete TT elements.•••Pages on this website are defined as HTML5 documents. In this context,
the TT element is "entirely obsolete, and must not be used by
authors".¹ Using the TT element will render a page non-valid HTML5
document.
* website/apps/base/templates/contribute.scm: Use .mono class instead
of TT Element.
* website/apps/base/templates/security.scm: Ditto.
* website/static/base/css/common.css: Add .mono class.
1. https://www.w3.org/TR/html5/obsolete.html#non-conforming-features
| sirgazil | 2019-02-05 | 3 | -11/+16 |
| * | website: Add FOSDEM post.•••* website/posts/meet-guix-at-fosdem-2019.md,
website/static/blog/img/Guix-Days-2019.png: New files.
| Ludovic Courtès | 2019-01-28 | 2 | -0/+86 |
| * | website: Remove uses of "GuixSD".•••* website/apps/base/data.scm: Remove "GuixSD or".
* website/apps/base/templates/contact.scm (contact-t): Likewise.
* website/apps/base/templates/components.scm (navbar): Change branding
from "GuixSD" to "Guix".
* website/apps/base/templates/help.scm (help-t): Write "Guix System"
instead of "GuixSD".
* website/apps/download/data.scm (system-downloads): Likewise.
* website/apps/download/templates/download.scm (download-t): Likewise.
* website/apps/base/templates/home.scm (home-t): Rewrite to avoid
GuixSD/Guix dichotomy.
* website/static/base/img/Guix-logo.png: New file.
* website/static/base/css/navbar.css (.branding): Use it.
| Ludovic Courtès | 2019-01-28 | 9 | -53/+49 |
| * | website: donate: Add x15.sjd.se.•••* website/apps/base/templates/donate.scm (donate-t): Add x15.sjd.se.
| Ludovic Courtès | 2018-12-24 | 1 | -0/+7 |
| * | website: Add post about Reproducible Builds Summit 2018.•••* website/posts/reproducible-builds-summit-2018.md: New file.
| Ricardo Wurmus | 2018-12-23 | 1 | -0/+136 |
| * | website: Add tweaks for building guix.info site. | Ricardo Wurmus | 2018-12-23 | 4 | -6/+20 |
| * | website: bootstrapping-rust: Fix typo.•••* website/posts/bootstrapping-rust.md: Fix typo.
| Danny Milosavljevic | 2018-12-12 | 1 | -1/+1 |
| * | website: bootstrapping-rust: Cosmetic changes.•••* website/posts/bootstrapping-rust.md: Add reference to
bootstrappable.org, "build Rust entirely from source", and footer.
| Ludovic Courtès | 2018-12-12 | 1 | -3/+26 |