From: Steve W. <sw...@pa...> - 2003-01-03 19:14:00
|
Hey, thanks Jochen! I can go out drinking tonight instead! ;-) I just tried to get it to work on Sourceforge, under the test site (http://phpwiki.sf.net/test/) but couldn't get it to load a virgin Wiki. It might have something to do with SF's setup, so I'll try it again on my home box. cheers, ~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 |