aboutsummaryrefslogtreecommitdiff
path: root/build-aux/list-packages.scm
AgeCommit message (Collapse)Author
2013-07-16list-packages: Add links to hydra.gnu.org.Ludovic Courtès
* build-aux/list-packages.scm (package->sxml)[status]: New procedure. Use it at the end of each description. (packages->sxml): Add link to hydra.gnu.org.
2013-07-10list-packages: Show the package logo, when available.Ludovic Courtès
* build-aux/list-packages.scm (lookup-gnu-package): New procedure. (package->sxml): Add the package logo, when available, next to the description.
2013-07-10list-packages: Write out the HTML page as UTF-8.Ludovic Courtès
* build-aux/list-packages.scm (list-packages): Install the "C" locale. Write out as UTF-8.
2013-07-10Add `build-aux/list-packages.scm'.Ludovic Courtès
* build-aux/list-packages.scm: New file. * Makefile.am (EXTRA_DIST): Add it.