aboutsummaryrefslogtreecommitdiff
path: root/guix-data-service/web/sxml.scm
Commit message (Collapse)AuthorAge
* Improve entity handling in the sxml moduleChristopher Baines2019-12-30
| | | | | This is useful as stexi->shtml uses *ENTITY* so handling this here means that the HTML output for texinfo is better.
* Initial commitChristopher Baines2019-02-07
This is a service designed to provide information about Guix. At the moment, this initial prototype gathers up information about packages, the associated metadata and derivations. The initial primary use case is to compare two different revisions of Guix, detecting which packages are new, no longer present, updated or otherwise different. It's based on the Mumi project. [1]: https://git.elephly.net/software/mumi.git