| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 | 9 | -9/+9 |
| * | website: Incorporate sirgazil's major update.•••Copied by Ludovic from https://bitbucket.org/sirgazil/guixsd-website
hg changeset 209:ce9d62df07f2.
| sirgazil | 2017-12-06 | 9 | -0/+633 |