This is in synch with v3.9-rc2 kernel
rel-html: update iw config

iw is now hosted on kernel.org and as such
also gets signed tarballs.

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
1 file changed
tree: 2e9e72530d8e22cd521bfbf816db7e1bb983a558
  1. html/
  2. projects/
  3. agpl-3.0.txt
  4. CONTRIBUTING
  5. LICENSE
  6. README.md
  7. rel-html.cfg
  8. rel-html.py
README.md

rel-html

rel-html is designed to parse naked index html pages with tarballs on a software project and automatically produce a nice shiny HTML5 release page for you. It takes as input a configuration file, rel-html.cfg, in which you can specify attributes for the release.

Example release page

TODO

  • Figure out how to automatically determine releases from git.

    • If we have many stable releases how should we annotate this via git ?
  • See if we can copy the EOL release into an eol/ directory and moving forward instead of parsing the tags use the directory name to automatically determine other release attributes.