2013-01-19 18:22:44

by Luis Chamberlain

[permalink] [raw]
Subject: [ANN] rel-html HTML5 release page generator for Linux and friends

I had to write an HTML5 release page generator [0] for compat-drivers
[1] for its new shiny new home page on kernel.org. While working on it
I got a feature request to try to support any project, so I
generalized the tool for any FOSS project. It currently supports
parsing releases for the Linux kernel, compat-drivers, iw, crda,
hostapd should any of these projects like it for its releases page.
I'm happy to make the tool's first release now that it actually infers
releases so there is no need to update the project configuration file
when a new release is made, it will infer releases based on some
supplied hints and naked index release URLs.

Example output of what releases look like:

http://drvbp1.linux-foundation.org/~mcgrof/rel-html/

Patches / feedback welcomed.

[0] git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/rel-html.git
[1] https://backports.wiki.kernel.org/

Luis