rel-html: update Linux kernel releases

This updates the kernel.org config file to account for
the latest releases. This type of change is one that we
should strive to automate but its unclear exactly how to
best do this for any random project. One possible idea
is to add support into git information about the latest
releases, or to have projects list this somehow on github
and use github API to extract the release information.

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
1 file changed
tree: 99731f45982fdbb79d47d3a32fd2c675d4fc4567
  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.