|
From: Chris W. <la...@us...> - 2001-10-29 03:37:23
|
Update of /cvsroot/openinteract/OpenInteract/pkg/system_doc/data
In directory usw-pr-cvs1:/tmp/cvs-serv19369/data
Added Files:
page.dat
Log Message:
added page records for the OI docs
--- NEW FILE: page.dat ---
$page = [
{ spops_class => 'OpenInteract::Page',
field_order => [ qw/ location title author
mime_type template_parse is_active is_file notes / ] },
[ '/oi_docs/index.html', 'Guides to OpenInteract', 'in...@op...',
'text/html', 'no', 'yes', 'yes', 'Created with OI install' ],
[ '/oi_docs/overview.html', 'Introduction to OpenInteract', 'in...@op...',
'text/html', 'no', 'yes', 'yes', 'Created with OI install' ],
[ '/oi_docs/spops_overview.html', 'Introduction to SPOPS', 'in...@op...',
'text/html', 'no', 'yes', 'yes', 'Created with OI install' ],
[ '/oi_docs/manager.html',
'Illustrated Manager\'s Guide to OpenInteract: Technical Overview',
'in...@op...', 'text/html', 'no', 'yes', 'yes', 'Created with OI install' ],
[ '/oi_docs/admin.html', 'OpenInteract Administrator\'s Guide',
'in...@op...', 'text/html', 'no', 'yes', 'yes', 'Created with OI install' ],
[ '/oi_docs/developer.html', 'OpenInteract Developer\'s Guide', 'in...@op...',
'text/html', 'no', 'yes', 'yes', 'Created with OI install' ],
[ '/oi_docs/glossary.html', 'OpenInteract Glossary', 'in...@op...',
'text/html', 'no', 'yes', 'yes', 'Created with OI install' ],
[ '/oi_docs/LDAP.html', 'OpenInteract and LDAP', 'in...@op...',
'text/html', 'no', 'yes', 'yes', 'Created with OI install' ],
[ '/oi_docs/template_widgets.html', 'OpenInteract Template Widgets',
'in...@op...', 'text/html', 'no', 'yes', 'yes', 'Created with OI install' ],
[ '/oi_docs/data_import.html', 'Importing Data into OpenInteract',
'in...@op...',
'text/html', 'no', 'yes', 'yes', 'Created with OI install' ],
];
|