- 23 Apr, 2018 2 commits
-
-
* about.md (Talks & Papers): Add FOSDEM talk and reproducible pipeline paper.
Ludovic Courtès authored -
* posts/binary-performance.md: Add update for FFTW.
Ludovic Courtès authored
-
- 19 Mar, 2018 2 commits
-
-
* nginx.conf: Add 'location' block for /.well-known.
Ludovic Courtès authored -
See <https://github.com/UMCUGenetics/hpcguix-web>. * hpcweb-config.scm: New file. * nginx-locations.conf: Rewrite /browse URLs. Add 'location' blocks for /static. * browse: Remove.
Ludovic Courtès authored
-
- 06 Mar, 2018 1 commit
-
-
* posts/cluster-installation.md: Fix typos in file names.
Ludovic Courtès authored
-
- 31 Jan, 2018 3 commits
-
-
* posts/binary-performance.md: Typo.
Ludovic Courtès authored -
* posts/binary-performance.md: Fix typos reported by rekado.
Ludovic Courtès authored -
* posts/binary-performance.md: New file.
Ludovic Courtès authored
-
- 29 Jan, 2018 2 commits
-
-
* posts/fosdem-2018.md: Fix URL.
Ludovic Courtès authored -
* posts/fosdem-2018.md: New file.
Ludovic Courtès authored
-
- 08 Dec, 2017 1 commit
-
-
* posts/hpc-goodies-in-guix-0.14.0.md: New file.
Ludovic Courtès authored
-
- 07 Dec, 2017 1 commit
-
-
'scheme-variable-name' was crashing for 'blis', for example, because the definition was to be found below rather than above the 'package' form that defines it. * browse/www/pages/package.scm (scheme-variable-name): Remove. (package->variable-name): New procedure. (page-package): Use it.
Ludovic Courtès authored
-
- 04 Dec, 2017 1 commit
-
-
Previously hpc.guixsd.org would server the wrong certificate. * nginx.conf: Move 'ssl_protocols', 'ssl_ciphers', etc. to the top level. Add 'server' block for hpc.guixsd.org.
Ludovic Courtès authored
-
- 24 Nov, 2017 2 commits
-
-
* getting-started.md (frontpage): Fix URL.
Ludovic Courtès authored -
* getting-started.md (Installing Guix): Add link to cluster-install article.
Ludovic Courtès authored
-
- 23 Nov, 2017 4 commits
-
-
* posts/cluster-installation.md (Summary): Fix typo.
Ludovic Courtès authored -
* posts/cluster-installation.md: New file.
Ludovic Courtès authored -
* getting-started.md: Nitpick. * guix-hpc.scm (base-layout): Add #:posts and #:site. [post->brief]: New procedure. Use it to generate a "latest news" block on the front page. (read-markdown-page): Add 'posts' and 'site' parameters and pass them to 'base-layout'. (static-pages): Return lambdas. * haunt.scm: Remove 'map' around 'static-pages' call. * static/css/main.css (.latest-news): New. (.news-brief): New.
Ludovic Courtès authored -
* about.md (title): Add PlaFRIM.
Ludovic Courtès authored
-
- 20 Nov, 2017 1 commit
-
-
* haunt.scm (summarize-post): New procedure. (post->sxml): Add #:summarize? and honor it. (page->sxml): Pass #:summarize? #t.
Ludovic Courtès authored
-
- 17 Oct, 2017 8 commits
-
-
This avoids transferring all of /packages.json every time one reloads the page. * browse/web-interface.scm (request-packages-json-handler): Add 'request' parameter. Pass it to 'request-file-handler'. (request-file-handler): Add 'request' parameter. Add a "Last-Modified" header on responses, and honor "If-Modified-Since". (request-handler): Adjust accordingly.
Ludovic Courtès authored -
* browse/web-interface.scm (request-file-handler): Call 'stat' upfront. Remove 'file-exists?' call.
Ludovic Courtès authored -
* browse/web-interface.scm (request-packages-json-handler): Use 'remove' instead of 'lset-difference'.
Ludovic Courtès authored -
* browse/web-interface.scm (request-packages-json-handler): Use 'with-atomic-file-output'.
Ludovic Courtès authored -
* nginx-locations.conf (@gnupackages): New location. (/browse, /package): Use @gnupackages as a fallback.
Ludovic Courtès authored -
* getting-started.md: Make 'guix package -s' example narrower.
Ludovic Courtès authored -
* getting-started.md (Sending Guix Packages to Guix-less Machines): New section.
Ludovic Courtès authored -
* getting-started.md: Shrink 'guix package -s' example.
Ludovic Courtès authored
-
- 10 Oct, 2017 2 commits
-
-
* static/css/main.css (width-control): Adjust.
Ludovic Courtès authored -
Fixes a regression introduced in 372f5f48. * static/css/main.css: Fix 'h2' lines, which included merge conflict markers.
Ludovic Courtès authored
-
- 03 Oct, 2017 2 commits
-
-
* posts/guix-without-root.md: Fix typo.
Ludovic Courtès authored -
* posts/guix-without-root.md: Fix typo.
Ludovic Courtès authored
-
- 02 Oct, 2017 1 commit
-
-
* posts/guix-without-root.md: New file.
Ludovic Courtès authored
-
- 28 Sep, 2017 6 commits
-
-
* browse/www/pages/package.scm (page-package): Remove references to "guixr". Add "More information" section.
Ludovic Courtès authored -
* getting-started.md: Refer to /browse for the package list.
Ludovic Courtès authored -
* nginx-locations.conf: Add location blocks for /browse and /package.
Ludovic Courtès authored -
* guix-hpc.scm: Add 'browse' menu item.
Roel Janssen authored -
* browse/Makefile.am: New file. * browse/aclocal.m4: New file. * browse/configure.ac: New file. * browse/env.scm: New file. * browse/guile.am: New file. * browse/pre-inst-env.in: New file. * browse/web-interface.scm: New file. * browse/www/config.scm: New file. * browse/www/pages.scm: New file. * browse/www/pages/browse.scm: New file. * browse/www/pages/error.scm: New file. * browse/www/pages/package.scm: New file. * browse/www/util.scm: New file. * static/datatables.min.css: New file. * static/datatables.min.js: New file.
Roel Janssen authored -
* static/css/main.css: Add styles for hpcguix-web.
Roel Janssen authored
-
- 22 Sep, 2017 1 commit
-
-
* static/css/main.css (.post h1): Change color, margin, and font-size.
Ludovic Courtès authored
-