How to generate the template file for use by scripts to create a sortable bug
report that looks like Launchpad bug reports

1) Get the bugtrackers page as it is a plain single page table that is sortable

  wget https://bugs.edge.launchpad.net/bugs/bugtrackers/ -O bugtrackers.html

2) Modify bugtrackers.html to become a suitable template file, by replacing
existing content with some thing that will be replaced. Reporting scripts will
replace this place holder.  Items to replace:

  title content
  h1 content
  first paragraph content
  remove second paragraph
  table header content
  table body content
  last paragraph content

vim:set tw=72 
