From: Chris W. <la...@us...> - 2005-09-23 05:01:05
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/system_doc/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1030/conf Modified Files: action.ini Log Message: OIN-156: add OI2::Manual, OI2::App, SPOPS::Manual and Template::Manual trees to the viewable modules; removed some old package documentation stuff; streamlined the pod finding (lots of caching); added page demarcation class divs to the templates Index: action.ini =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/system_doc/conf/action.ini,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** action.ini 8 Jun 2003 16:15:29 -0000 1.3 --- action.ini 23 Sep 2005 05:00:55 -0000 1.4 *************** *** 2,7 **** class = OpenInteract2::Action::SystemDoc is_secure = yes ! task_default = list [systemdoc security] DEFAULT = READ --- 2,12 ---- class = OpenInteract2::Action::SystemDoc is_secure = yes ! task_default = home [systemdoc security] DEFAULT = READ + + [systemdoc template_source] + home = system_doc::system_doc_menu + display = system_doc::doc_display + module_list = system_doc::module_listing \ No newline at end of file |