|
From: Steve W. <sw...@pa...> - 2001-09-02 23:46:08
|
On Sat, 1 Sep 2001, Marzi, Agentur Smartie.de wrote: > Hi Steve! > > I got several questions regarding your PHP Wiki: > > - I created a page, for example: "index.php?JackDaniels" - where is the > content of that page saved? I was unable to locate the flat files where the > content is saved in. If you configured PhpWiki to save the pages as flat files (instead of in a DBM file, or MySQL) they should be under the directory you set in lib/config.php. > > -What about the built in full text engine? Is it able to search in thousands > of documents without problems? Thousands, perhaps. It just does an unbounded search on the page text (i.e. "WHERE CONTENT LIKE '%foo%'") so eventually you will run into performance problems... > -What is the name of the file where I can add/modify the replacement > strings? $WikiNameRegexp is defined in lib/config.php. I think that's what you are looking for. > Great work you did, mr. diver! Really, the credit goes to Jeff and Arno and the gang. I'm just a secretary ;-) > PS: You forgot to add the .com in your mailto: email link on your website. Thanks, fixed that! :o) cheers ~swain --- 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 http://pgp.document_type.org:11371/pks/lookup?op=get&search=0xF7323BAC |