|
From: Chris W. <la...@us...> - 2001-10-29 05:11:33
|
Update of /cvsroot/openinteract/OpenInteract/pkg/base_page/data
In directory usw-pr-cvs1:/tmp/cvs-serv4892/data
Added Files:
page.dat
Log Message:
added record for home page
--- NEW FILE: page.dat ---
$page = [
{ spops_class => 'OpenInteract::Page',
field_order => [ qw/ location title author
boxes mime_type is_active is_file
notes / ] },
[ '/index.html', 'Welcome to OpenInteract!', 'OpenInteract Authors <in...@op...>',
'powered_by_box', 'text/html', 'yes', 'yes',
'This record and file were created when you installed OI' ]
];
|