From: Chris W. <la...@us...> - 2005-09-24 14:01:02
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/base_box In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17249 Modified Files: package.ini Changes Log Message: add more docs for building boxes, including a more complex example where we grab data from the database Index: package.ini =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_box/package.ini,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** package.ini 29 Mar 2005 02:36:22 -0000 1.5 --- package.ini 24 Sep 2005 14:00:52 -0000 1.6 *************** *** 1,7 **** [package] name = base_box ! version = 2.30 author = Chris Winters <ch...@cw...> url = http://www.openinteract.org/ ! sql_installer = ! description = This base package generates the boxes that contain site-wide links, content-specific links, navigation help and information, and any other interesting thing. --- 1,8 ---- [package] name = base_box ! version = 2.31 author = Chris Winters <ch...@cw...> url = http://www.openinteract.org/ ! description = This base package generates the boxes that \ ! contain site-wide links, content-specific links, navigation \ ! help and information, and any other interesting thing. Index: Changes =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_box/Changes,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** Changes 29 Mar 2005 02:36:23 -0000 1.23 --- Changes 24 Sep 2005 14:00:52 -0000 1.24 *************** *** 1,4 **** --- 1,8 ---- Revision history for OpenInteract package base_box. + 2.31 Sat Sep 24 09:59:13 EDT 2005 + + OIN-58: Add more tutorial box docs to OI2::App::BaseBox + 2.30 Sun Mar 27 12:05:36 EST 2005 |