lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 10 Jan 2013 18:37:50 -0800
From:	"Luis R. Rodriguez" <mcgrof@...not-panic.com>
To:	Konstantin Ryabitsev <mricon@...nel.org>, backports@...r.kernel.org
Cc:	linux-kernel@...r.kernel.org,
	Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Subject: rel-html: HTML5 release page for compat-drivers, maybe kernel.org and others

The last step from the compat-wireless --> compat-drivers name change
was to produce a release page for it. I was asked to see if I could
come up with something generic that perhaps could be used by other
projects. I've created a Python release script called rel-html [0] to
generate a simple HTML5 page based on the initializr project for a
base HTML5 template [0]. It currently supports generating new shiny
simple HTML5 pages for compat-drivers and kernel.org. Whether or not
its used for other projects is obviously an option for each project to
choose but hope its simple enough for others to embrace if they so
wish.

It works by allowing a project to add a simple configuration file and
a few hints on where to find releases.

Example for kernel.org:

https://raw.github.com/mcgrof/rel-html/master/rel-html.cfg

Example for compat-drivers:

https://raw.github.com/mcgrof/rel-html/master/projects/compat-drivers.cfg

It currently relies on both the kernel.org and compat-drivers release
model and only refers to releases if each release has respective
ChangeLog and a signature file. Testing releases do not require
ChangeLogs. Right now it does require manual configuration file
updates if a new release is made but to figure out a way to make it
autodetect the latest release is something I'd prefer address with the
community.

To generate a page and see what it spits out you can run and point
your browser to the index.html file:

# For kernel.org:
mcgrof@...jol ~/devel/rel-html (git::master)$ ./rel-html.py  > html/index.html

# For compat-drivers:
mcgrof@...jol ~/devel/rel-html (git::master)$ ./rel-html.py -f
projects/compat-drivers.cfg > html/index.html

Konstantin, let me know if this works for a compat-driver release
page. I also welcome feedback from others for considerations for other
projects and of course I welcome patches.

[0] https://github.com/mcgrof/rel-html
[1] http://www.initializr.com/

  Luis
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ