really like this wiki thing, reminds me of developing websites in Userland Frontier (http://www.userland.com).

one of the nice features of userland was the ability to use quotes around words to indicate a link, i.e., "Userland Frontier" would point to a web page of that name, so you could avoid SmashingWordsTogether. the other nice thing was a glossSub function that would allow you to use the glossary of web pages it maintained, but substitute another name for it. for instance, if you defined the "Userland Frontier" page, you could point to it from any other page by entering something like glossSub("go to the frontier site","Userland Frontier") and it would show the "go to the frontier site" text, but point to the already defined "Userland Frontier" page. this allows some flexibility in your links. to use regular quotes, you would escape the substitution with a backslash on the initial quote mark.

something like this in WikkiTikkiTavi would be nice, maybe just a double underscore or some other infrequent combination to create a link:

__Userland Frontier__ would function the same way UserlandFrontier does today.

and maybe

__this could point to it as well|Userland Frontier__

anyway, am digging around in the code, will see what i come up with. would love to mess around with the .20 beta.

had some problems with the monospace text ereg_replace function blowing up in version .10. it also appears there are some issues with multiple formatting hints being on the same line, it seems to go into an endless loop under certain scenarios.

overall, neat project.

Bryan, have just sent you the beta source. Let me know what you think.
What release of PHP are you running? There have been problems with early 4.0 releases. I recommend at least 4.03pl1 for version 0.10. Version 0.20 will eventually require PHP 4.04pl1, but we haven't yet even convinced SourceForge to upgrade to that, so we're twiddling our thumbs for the time being. :-)
PS: Thanks for your help with documentation. :-) That's something I really need to beef up one of these days. -- ScottMoonen

04.11.2002

finally moving towards using tavi on my personal site, should have a wiki up shortly. hoping file upload/revision management a la TWiki is high on the list for tavi 3.x or whatever the next major release is. http://stalcup.net/ needs a graphic design - pretty spartan text right now, and then a tavi install is next on the list.

28.04.2003

Many of thought here given, are now implemented. I.e. [[Stalcup link]] --EvenHolen