From: Chris W. <la...@us...> - 2005-09-23 05:01:11
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/system_doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1030 Modified Files: package.ini Changes 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: package.ini =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/system_doc/package.ini,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** package.ini 1 Mar 2005 03:27:16 -0000 1.2 --- package.ini 23 Sep 2005 05:00:55 -0000 1.3 *************** *** 1,5 **** [package] name = system_doc ! version = 2.10 author = Chris Winters (ch...@cw...) url = http://www.openinteract.org/ --- 1,5 ---- [package] name = system_doc ! version = 2.11 author = Chris Winters (ch...@cw...) url = http://www.openinteract.org/ Index: Changes =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/system_doc/Changes,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** Changes 1 Mar 2005 03:27:16 -0000 1.11 --- Changes 23 Sep 2005 05:00:55 -0000 1.12 *************** *** 1,4 **** --- 1,10 ---- Revision history for OpenInteract package system_doc. + 2.11 Fri Sep 23 00:09:40 EDT 2005 + + OIN-156: Be able to display OI2::Manual::*, OI2::App::*, + SPOPS::Manual::*, Template::Manual::* along with the other + modules in the list + 2.10 Mon Feb 28 20:33:57 EST 2005 |