|
From: Chris W. <la...@us...> - 2001-10-17 12:09:49
|
Update of /cvsroot/openinteract/OpenInteract/pkg/base_page
In directory usw-pr-cvs1:/tmp/cvs-serv23449/pkg/base_page
Added Files:
Changes MANIFEST MANIFEST.SKIP package.conf
Log Message:
added meta stuff
--- NEW FILE: Changes ---
Revision history for OpenInteract package base_page.
0.01 Mon Oct 15 22:11:22 2001
Package skeleton created by oi_manage
--- NEW FILE: MANIFEST ---
Changes
MANIFEST
MANIFEST.SKIP
OpenInteract/Handler/BasePage.pm
OpenInteract/SQLInstall/BasePage.pm
conf/action.perl
conf/spops.perl
doc/base_page.pod
doc/titles
package.conf
template/edit_document_box.meta
template/edit_document_box.tmpl
template/static_dir_listing.meta
template/static_dir_listing.tmpl
template/static_page_form.meta
template/static_page_form.tmpl
--- NEW FILE: MANIFEST.SKIP ---
\bCVS\b
~$
\.old$
\.bak$
^tmp
^_
--- NEW FILE: package.conf ---
name base_page
version 0.01
author Chris Winters <ch...@cw...>
module File::Basename
module Date::Calc
template_plugin
url http://www.openinteract.org/
sql_installer OpenInteract::SQLInstall::BasePage
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.
|