]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
Add automatic generation of a todo item page
authorDaniel P. Berrange <berrange@redhat.com>
Tue, 21 Sep 2010 15:40:32 +0000 (16:40 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 12 Oct 2010 10:26:52 +0000 (11:26 +0100)
commit1938bc69a78de820d475ff96ecb43926f75dfd03
tree80e46116eea076c46950237510631d11fd929337
parent093973aabe7e3e9b49cf5e86fe1fc4488773b80f
Add automatic generation of a todo item page

This adds a script to generate the todo item page from
bugzilla. This requires a valid username+password for
bugzilla, so it is intended that this only be run on
the libvirt.org website via cron. Normal usage will just
generate an empty stub page.

* docs/todo.pl: Script to extract todo items from bugzilla
* docs/todo.cfg-example: Example config file
* docs/sitemap.html.in: Add todo page
* docs/Makefile.am: Generation rules for todo items
docs/.gitignore
docs/Makefile.am
docs/sitemap.html.in
docs/todo.cfg-example [new file with mode: 0644]
docs/todo.pl [new file with mode: 0755]