summaryrefslogtreecommitdiff
path: root/build-aux/list-packages.scm
Commit message (Collapse)AuthorAge
* list-packages: Show the package logo, when available.Ludovic Courtès2013-07-10
| | | | | | * build-aux/list-packages.scm (lookup-gnu-package): New procedure. (package->sxml): Add the package logo, when available, next to the description.
* list-packages: Write out the HTML page as UTF-8.Ludovic Courtès2013-07-10
| | | | | * build-aux/list-packages.scm (list-packages): Install the "C" locale. Write out as UTF-8.
* Add `build-aux/list-packages.scm'.Ludovic Courtès2013-07-10
* build-aux/list-packages.scm: New file. * Makefile.am (EXTRA_DIST): Add it.