|
From: Chris W. <la...@us...> - 2001-11-27 13:25:25
|
Update of /cvsroot/openinteract/OpenInteract/pkg/base_page/doc In directory usw-pr-cvs1:/tmp/cvs-serv3582 Modified Files: base_page.pod Log Message: added migration notes Index: base_page.pod =================================================================== RCS file: /cvsroot/openinteract/OpenInteract/pkg/base_page/doc/base_page.pod,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** base_page.pod 2001/11/27 12:08:47 1.5 --- base_page.pod 2001/11/27 13:25:22 1.6 *************** *** 155,158 **** --- 155,172 ---- directory and let OpenInteract deal with the rest. Cool. + =head1 MIGRATION + + A migration script is provided for you to move your pages from the + 'static_page' package to the 'base_page' package. It is + 'script/static_page2base_page.pl' and should find all of your existing + records and port them over to the new structure. + + Another script, 'script/scan_for_new.pl', may also be useful in + migration. You can run it periodically to scan for documents that do + not not currently have a metdata record in the database. It will add + the metadata record for you. This can be useful to run if you have a + directory with files that get updated nightly, or even if you're too + lazy to update it yourself. + =head1 BUGS |