* src/ArgeHandler.py: Support for WEB for CLI mode.

* src/Report.py: Support for WEB reports.
* src/plugins/GraphViz.py: Minor tweaks.
* src/plugins/WebPage.py: Convert to new scheme. Still rough.


svn: r3878
This commit is contained in:
Alex Roitman
2005-01-07 04:53:43 +00:00
parent 44337dbe09
commit ce8bc23927
5 changed files with 536 additions and 407 deletions

View File

@@ -535,7 +535,8 @@ class ArgHandler:
category = item[1]
report_class = item[2]
options_class = item[3]
if category in (const.CATEGORY_BOOK,const.CATEGORY_CODE):
if category in (const.CATEGORY_BOOK,const.CATEGORY_CODE,
const.CATEGORY_WEB):
options_class(self.parent.db,name,category,options_str_dict)
else:
Report.cl_report(self.parent.db,name,category,