Update of /cvsroot/openinteract/OpenInteract/pkg/system_doc/data
In directory usw-pr-cvs1:/tmp/cvs-serv2466/data
Modified Files:
page.dat
Log Message:
update the page data file to reflect new structure
Index: page.dat
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract/pkg/system_doc/data/page.dat,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** page.dat 2001/10/29 03:37:20 1.1
--- page.dat 2001/11/28 13:16:04 1.2
***************
*** 2,27 ****
{ 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' ],
];
--- 2,27 ----
{ spops_class => 'OpenInteract::Page',
field_order => [ qw/ location title author
! mime_type template_parse is_active storage notes / ] },
[ '/oi_docs/index.html', 'Guides to OpenInteract', 'in...@op...',
! 'text/html', 'no', 'yes', 'file', 'Created with OI install' ],
[ '/oi_docs/overview.html', 'Introduction to OpenInteract', 'in...@op...',
! 'text/html', 'no', 'yes', 'file', 'Created with OI install' ],
[ '/oi_docs/spops_overview.html', 'Introduction to SPOPS', 'in...@op...',
! 'text/html', 'no', 'yes', 'file', 'Created with OI install' ],
[ '/oi_docs/manager.html',
'Illustrated Manager\'s Guide to OpenInteract: Technical Overview',
! 'in...@op...', 'text/html', 'no', 'yes', 'file', 'Created with OI install' ],
[ '/oi_docs/admin.html', 'OpenInteract Administrator\'s Guide',
! 'in...@op...', 'text/html', 'no', 'yes', 'file', 'Created with OI install' ],
[ '/oi_docs/developer.html', 'OpenInteract Developer\'s Guide', 'in...@op...',
! 'text/html', 'no', 'yes', 'file', 'Created with OI install' ],
[ '/oi_docs/glossary.html', 'OpenInteract Glossary', 'in...@op...',
! 'text/html', 'no', 'yes', 'file', 'Created with OI install' ],
[ '/oi_docs/LDAP.html', 'OpenInteract and LDAP', 'in...@op...',
! 'text/html', 'no', 'yes', 'file', 'Created with OI install' ],
[ '/oi_docs/template_widgets.html', 'OpenInteract Template Widgets',
! 'in...@op...', 'text/html', 'no', 'yes', 'file', 'Created with OI install' ],
[ '/oi_docs/data_import.html', 'Importing Data into OpenInteract',
'in...@op...',
! 'text/html', 'no', 'yes', 'file', 'Created with OI install' ],
];
|