| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
* website/www/donate.scm (donate-page): Mention aarch64.
|
|
|
|
|
|
| |
* website/posts/state-of-aarch64-on-guix.md: New file.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
| |
* website/www/help.scm (help-page): Add BOSC talk.
|
|
|
|
|
|
|
| |
Reported by Dave Love <fx@gnu.org>.
* website/www/help.scm (help-page): Fix URL for "part 2" of the FOSDEM
HPC talk.
|
|
|
|
|
|
|
| |
* website/www/download.scm (download-page): Replace 'http' with
'https'.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
|
|
|
|
| |
* website/www/download.scm (%vm-image-description, %vm-image-manual,
%vm-image-image): New variables.
(guixsd-vm-image-files): New procedure.
(download-page): Use guixsd-vm-image-files.
* website/static/base/img/installer.svg: Add a new logo for the VM image and
rename to ...
* website/static/base/img/download-icons.svg: ... this.
|
|
|
|
|
| |
* website/posts/gnu-guix-and-guixsd-0.13.0-released.md: Add URL of
announcement.
|
|
|
|
| |
* website/posts/gnu-guix-and-guixsd-0.13.0-released.md: Fix typo.
|
|
|
|
| |
* website/www/download.scm (download-page): Remove "mips64el".
|
|
|
|
| |
* website/www/shared.scm (latest-guix-version): Bump to 0.13.0.
|
|
|
|
|
| |
* website/posts/gnu-guix-and-guixsd-0.13.0-released.md: Add links to
service doc.
|
|
|
|
| |
* website/posts/gnu-guix-and-guixsd-0.13.0-released.md: Add more.
|
|
|
|
| |
* website/guix.scm: New file.
|
|
|
|
| |
* website/posts/gnu-guix-and-guixsd-0.13.0-released.md: New file.
|
|
|
|
|
| |
* website/www/packages.scm (packages-page, package-pages): Remove
deprecated packages in default 'packages' argument.
|
|
|
|
|
| |
* website/www.scm (main-page): Remove "(beta)" from the TEST button.
Change "TEST" to "DOWNLOAD".
|
|
|
|
|
| |
* website/posts/running-services-in-containers.md (tags): "single view"
instead of "unique view". Suggested by Andy Wingo.
|
|
|
|
|
|
|
| |
* website/posts/guixsd-system-tests.sxml,
website/posts/service-composition-in-guixsd.sxml:
Use (pre (code (@ (class "language-scheme")) ...)) to get syntax
highlighting.
|
|
|
|
|
|
|
|
|
|
|
| |
* website/www/news.scm (%default-special-prefixes, lex-scheme/guix): New
variables.
(syntax-highlight): New procedure.
(post->sxml): Use it.
* website/static/base/css/code.css: New file.
* website/static/base/css/news.css: Import it.
* website/posts/running-services-in-containers.md: Use ```scheme for the
Scheme snippet.
|
|
|
|
|
| |
* website/posts/running-services-in-containers.md: Fix typos and issues
reported by Leo & Ricardo.
|
|
|
|
| |
* website/posts/running-services-in-containers.md: New file.
|
|
|
|
| |
* website/www/help.scm (help-page): Add BOB talk.
|
|
|
|
| |
* website/www/donate.scm (donate-page): Add hydra-slave3.
|
|
|
|
| |
* website/posts/creating-bundles-with-guix-pack.md: Fix typo.
|
|
|
|
|
| |
* website/posts/creating-bundles-with-guix-pack.md: Take into account
comments by Ricardo.
|
|
|
|
| |
* website/posts/creating-bundles-with-guix-pack.md: New file.
|
|
|
|
|
| |
* website/posts/join-gnu-guix-for-gsoc-2017.md: Fix anchor for
"eligible". Reported by Tobias.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
alpha.gnu.org is accessible via HTTPS, defaulting to FTP protocol
prevents users of networks where the FTP ports might be blocked (such as
Tor) from downloading.
* website/www/download.scm (https-url): New variable.
(guixsd-files): Replace (ftp-url) with (https-url).
(guix-files): Likewise.
(guix-source-files): Likewise.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
|
| |
* website/posts/join-gnu-guix-for-gsoc-2017.md: New file.
* website/haunt.scm: Add COMMONMARK-READER.
* website/www.scm (sxml->string*)[sxml->strings]: Automatically wrap
lists in <div>.
|
|
|
|
|
|
|
|
|
|
|
| |
git.savannah.gnu.org is now available as HTTPS.
Suggested by ng0 <contact.ng0@cryptolab.net>.
* website/www/contribute.scm (contribute-page): Remove "http:" from
git.savannah.gnu.org URLs.
* website/www/graphics.scm (graphics-page): Likewise.
* website/www/packages.scm (location-url, package->sxml): Likewise.
* website/www/shared.scm (html-page-footer): Likewise.
|
|
|
|
|
|
| |
* website/www/about.scm (about-page): Add guix-patches@gnu.org.
* website/www/contribute.scm (contribute-page): Mention
guix-patches@gnu.org in a couple of places.
|
|
|
|
| |
* website/www/help.scm (help-page): Add FOSDEM talks.
|
|
|
|
| |
* website/posts/meet-guix-at-fosdem-2017.html: Fix URL of Pjotr's talk.
|
|
|
|
|
| |
* website/www/packages.scm (git-description): New variable.
(location-url): Include "?id=..." if possible.
|
|
|
|
|
| |
* website/www/packages.scm (issues-page, reproducibility-page):
Lower-case "updated".
|
|
|
|
|
| |
* website/www/packages.scm (packages->reproducibility-sxml): Show the
number of inconclusive reports.
|
|
|
|
| |
* website/posts/meet-guix-at-fosdem-2017.html: New file.
|
|
|
|
| |
* website/www/help.scm (help-page): Add HPR interview with Chris.
|
|
|
|
|
|
|
|
|
| |
* website/www/packages.scm (discrepancy->sxml): Rename to...
(comparison-report->sxml): ... this. Adjust to new API.
(package->reproducibility-sxml): Change 'discrepancies' to 'reports' and
adjust to new API.
(packages->reproducibility-sxml): Remove 'valid?' and its caller.
Adjust to new API.
|
|
|
|
|
|
|
| |
* website/www/packages.scm (%substitute-servers): New variable.
(local-nar-url, discrepancy->sxml)
(package->reproducibility-sxml, packages->reproducibility-sxml)
(reproducibility-page): New procedures.
|
|
|
|
| |
* website/posts/gnu-guix-and-guixsd-0.12.0-released.sxml: New file.
|
|
|
|
| |
* website/www/shared.scm (latest-guix-version): Bump to 0.12.0.
|
|
|
|
|
|
|
|
| |
* website/www/about.scm (about-page): Say that GuixSD is a distribution
of GNU and not a GNU/Linux distribution. Mention use of Linux-libre
by default and support of Hurd.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* designs/packages.svg: New mockup.
* mockup-techie.svg: Move to designs/home-techie.svg
* mockup.svg: Move to designs/home.svg
|
|
|
|
|
|
| |
Reported by kmicu.
* website/posts/reproducible-build-summit.html: Fix link to NixOS post.
|
|
|
|
|
|
|
| |
Reported by Mattia Rizzolo <mattia@debian.org>.
* website/posts/reproducible-build-summit.html: s/binary
packages/source packages/.
|
|
|
|
| |
* website/posts/reproducible-build-summit.html: New file.
|
|
|
|
|
|
|
|
| |
This will be used in the GNU package blurb
<https://www.gnu.org/manual/blurbs.html>, so it is better to have just
the icon.
* website/static/base/img/icon.png: New file.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
See https://debbugs.gnu.org/cgi/bugreport.cgi?bug=25205 for more
information about the decision.
* logo/Guix-print.svg: New file.
* logo/Guix.svg: Ditto.
* logo/GuixSD-print.svg: Add dark horizontal variant.
* logo/GuixSD.svg: Ditto.
* logo/README: Mark Nikita's logo as superseded.
* logo/guix-logo-white.svg: Rename to logo/superseded-guix-white.svg
* logo/guix-logo.svg: Rename to logo/superseded-guix.svg
* website/static/base/img/Guix-package.png: Use new logo.
* website/static/base/img/Guix.png: New file.
* website/static/base/img/GuixSD-package.png: Change to screen.
* website/static/base/img/GuixSD.png: New file.
* website/static/base/img/guix-manual-icon.png: Use new logo.
* website/static/base/img/guixsd-manual-icon.png: Suggest text lines.
* website/static/base/img/icon-set.svg: Use new logo.
* website/static/base/img/installer.svg: Use new logo.
* website/static/base/img/src-package.png: New file.
* website/www.scm (%web-pages): Include new graphics page.
* website/www/download.scm (%guix-src-image): New variable.
(download-page): Use new variable.
* website/www/graphics.scm: New file.
|