rel-html: document how to contribute to this project

This relies on the new signed-off-by project which
tries to document the Developer Certificate of Origin
process used by the Linux kernel and allows other
projects to easily document following such same procedures.

In short:

This project tracks patch provenance and licensing using the Developer
Certificate of Origin and Signed-off-by tags initially developed by
the Linux kernel project.  Because the documentation for this
procedure is licensed under the GPLv2, we have chosen not to include
it in our project directly.  Instead, please see:

http://git.tremily.us/?p=signed-off-by.git;a=blob;f=Documentation/SubmittingPatches;h=34055986ab836553896f091225448c448a4cc62c;hb=refs/heads/signed-off-by

For details see:

https://github.com/wking/signed-off-by/
https://lkml.org/lkml/2012/11/20/636

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

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.