|
From: Chris W. <la...@us...> - 2001-10-24 20:55:40
|
Update of /cvsroot/openinteract/OpenInteract/pkg/base_page In directory usw-pr-cvs1:/tmp/cvs-serv22637 Modified Files: Changes MANIFEST package.conf Log Message: latest updates Index: Changes =================================================================== RCS file: /cvsroot/openinteract/OpenInteract/pkg/base_page/Changes,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Changes 2001/10/17 12:09:41 1.1 --- Changes 2001/10/24 20:55:37 1.2 *************** *** 1,6 **** Revision history for OpenInteract package base_page. ! 0.01 Mon Oct 15 22:11:22 2001 ! Package skeleton created by oi_manage --- 1,9 ---- Revision history for OpenInteract package base_page. ! 0.01 Wed Oct 24 16:47:01 EDT 2001 ! Package skeleton created by oi_manage -- ported the ! 'static_page' package to OI::CommonHandler, cleaned it up and ! extended it so we can use the filesystem or the database to ! store page objects. Index: MANIFEST =================================================================== RCS file: /cvsroot/openinteract/OpenInteract/pkg/base_page/MANIFEST,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** MANIFEST 2001/10/20 15:10:10 1.2 --- MANIFEST 2001/10/24 20:55:37 1.3 *************** *** 12,21 **** OpenInteract/Handler/Page.pm OpenInteract/SQLInstall/BasePage.pm template/edit_document_box.meta template/edit_document_box.tmpl template/page_directory_list.meta template/page_directory_list.tmpl template/page_search_form.meta template/page_search_form.tmpl template/static_page_form.meta ! template/static_page_form.tmpl --- 12,25 ---- OpenInteract/Handler/Page.pm OpenInteract/SQLInstall/BasePage.pm + struct/page.sql + struct/page_content.sql template/edit_document_box.meta template/edit_document_box.tmpl template/page_directory_list.meta template/page_directory_list.tmpl + template/page_form.meta + template/page_form.tmpl template/page_search_form.meta template/page_search_form.tmpl template/static_page_form.meta ! template/static_page_form.tmpl \ No newline at end of file Index: package.conf =================================================================== RCS file: /cvsroot/openinteract/OpenInteract/pkg/base_page/package.conf,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** package.conf 2001/10/17 12:09:41 1.1 --- package.conf 2001/10/24 20:55:37 1.2 *************** *** 3,7 **** author Chris Winters <ch...@cw...> module File::Basename ! module Date::Calc template_plugin url http://www.openinteract.org/ --- 3,7 ---- author Chris Winters <ch...@cw...> module File::Basename ! module Class::Date template_plugin url http://www.openinteract.org/ *************** *** 9,15 **** description Object and handler representing a static web page, either from the ! filesystem or from objects stored within a database. You choose which ! (or both) you would like to use from the <conf/action.perl> file. This ! will be the default handler for most OpenInteract applications, and is ! a fundamental part of the system. --- 9,15 ---- description Object and handler representing a static web page, either from the ! filesystem or from objects stored within a database, or both. (Choose ! the default in 'conf/spops.perl'.) This will be the default handler ! for most OpenInteract applications, and is a fundamental part of the ! system. |