From: Salve J. N. <sj...@us...> - 2004-11-08 14:47:32
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/base_page/data In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25796/pkg/base_page/data Modified Files: page.dat Log Message: Describe all the other pages (other than index.html) that are installed with the standard demo site. Index: page.dat =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_page/data/page.dat,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** page.dat 25 Mar 2003 02:40:21 -0000 1.1 --- page.dat 8 Nov 2004 14:47:23 -0000 1.2 *************** *** 5,8 **** [ '/index.html', 'Welcome to OpenInteract!', 'OpenInteract Authors <in...@op...>', 'powered_by_box', 'text/html', 'yes', 'file', ! 'This record and file were created when you installed OI' ] ]; --- 5,20 ---- [ '/index.html', 'Welcome to OpenInteract!', 'OpenInteract Authors <in...@op...>', 'powered_by_box', 'text/html', 'yes', 'file', ! 'This record and file were created when you installed OI' ], ! [ '/main.css', 'Main OI2 site CSS file', 'OpenInteract Authors <in...@op...>', ! '', 'text/css', 'yes', 'file', ! 'This record and file were created when you installed OI' ], ! [ '/no_overwrite', 'Files not to be updated automatically when packages are upgraded', ! 'OpenInteract Authors <in...@op...>', '', 'text/plain', 'yes', 'file', ! 'This record and file were created when you installed OI' ], ! [ '/favicon.ico', 'OI2 site shortcut icon', 'OpenInteract Authors <in...@op...>', ! '', 'image/ico', 'yes', 'file', ! 'This record and file were created when you installed OI' ], ! [ '/login.html', 'OI2 login page', 'OpenInteract Authors <in...@op...>', ! '-login_box', 'text/html', 'yes', 'file', ! 'This record and file were created when you installed OI' ], ]; |