| Commit message (Collapse) | Author | Age |
|
|
|
| |
* 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.
|
|
|
|
|
| |
* website/README (Deploying): Document how to deploy changes to the
website.
|
|
|
|
|
| |
* website/www/shared.scm (html-page-description): Move beta warning from here...
* website/www/download.scm (%usb-image-description): ...to here.
|
|
|
|
|
| |
* website/www/packages.scm (packages->json): New procedure.
* website/README: Mention Guile-JSON.
|
|
|
|
|
| |
* website/www/packages.scm (package-pages): Change "index.html" to be
the "a" group.
|
|
|
|
| |
* website/www/packages.scm (group-file-name): Use 'guix-url'.
|
|
|
|
|
|
| |
* website/www/packages.scm (packages-page): Remove reference to
"all.html".
(package-pages): Remove "all.html".
|
|
|
|
| |
* website/www/packages.scm (package-pages): New procedure.
|
|
|
|
|
| |
* website/www/packages.scm (package->sxml): Make "unknown" lowercase.
(packages-page): Lowercase "updated".
|
|
|
|
|
|
|
|
| |
* website/www/packages.scm (packages-by-grouping): Add 'packages'
parameter. Use it instead of calling 'all-packages'.
(paginated-packages-page): Likewise, and return a page instead of a
thunk.
(packages-page): Swap the 'packages' and 'grouping' parameters.
|
|
|
|
|
|
|
|
|
|
|
| |
* website/www.scm (%web-pages): Add code for generating our packages
pages.
* website/www/packages.scm (packages-by-grouping): New procedure.
(paginated-packages-page): New procedure.
(packages-page): Tweak for use by `paginated-packages-page` as well as
standalone.
* website/static/base/css/packages.css (li.package-index-link): Add
styling.
|
|
|
|
|
|
|
| |
* website/static/base/css/base.css (.img-responsive): New class.
* website/static/base/css/index.css (#screens-box a)
(.screenshot-thumb): Adapt to small screens.
* website/www.scm (screenshot): Apply new class.
|
|
|
|
|
| |
* website/static/base/css/index.css (.action)
(.download): Adapt to small screens.
|
|
|
|
|
|
|
|
|
|
| |
* README (Building and running special pages): Correct environment
variable.
* www/packages.scm (packages-page): Move update date to the top of the
page.
(package->sxml): Use ID instead of NAME attribute for anchors, and
move out DIV element from P element, which is invalid.
|