From: Steve W. <sw...@pa...> - 2003-01-04 03:38:39
|
I'm happy to say this totally tested out on my Linux box at home. I was careful to do a clean checkout from CVS in a new directory, do the setup, and it worked fine, including diffs and versioning. If anyone else wants to bang on it, please do. Thanks Jochen! ~swain On Fri, 3 Jan 2003, Jochen Kalmbach wrote: > Hello, > > I developed the (broken) flat file support for 1.3.* > If someone could test it as well and if it is ok check in ? > > It works for me without any problems... > To activate it, you only have to change the $DBParams to: > 'dbtype' => 'file', > 'directory' => './data' // or any other dir you want > > then it works. > It will create 4 sub-directories: > - ver_data // here all versions are stored (get/set_versiondata) > - page_data // here the page meta data is stored (get/update_pagedata) > - latest_ver // here is only stored one file with an array of all pages and its actual version) > - links // here all links are stored (get/set_links) > > Greetings > Jochen > --- http://www.panix.com/~swain/ "Without music to decorate it, time is just a bunch of boring production deadlines or dates by which bills must be paid." -- Frank Zappa |