[PATCH 10/17] nmbug-status: Add Page and HtmlPage for modular rendering

2014-02-03 Thread W. Trevor King
I was having trouble understanding the logic of the longish print_view function, so I refactored the output generation into modular bits. The basic text rendering is handled by Page, which has enough hooks that HtmlPage can borrow the logic and slot-in HTML generators. By modularizing the logic

[PATCH 10/17] nmbug-status: Add Page and HtmlPage for modular rendering

2014-02-03 Thread W. Trevor King
I was having trouble understanding the logic of the longish print_view function, so I refactored the output generation into modular bits. The basic text rendering is handled by Page, which has enough hooks that HtmlPage can borrow the logic and slot-in HTML generators. By modularizing the logic