From: Adam S. <ad...@pe...> - 2001-11-27 17:44:32
|
> > Alias /wiki3/ "/Library/WebServer/Documents/phpwiki-1.3/index.php/" > > Alias /wiki3 "/Library/WebServer/Documents/phpwiki-1.3/index.php" > > Just as an aside: aren't these two lines redundant? I think if you > have the latter, you don't need the former. (I haven't tested this > though.) yep, you're right. > I should rewrite the comments in index.php. I no longer use the > SetHandler method (though it works). Here's what I do (assumes Apache > with appropriate permissions): i added this info the the /wiki wiki under the name PrettyWiki (sorry for the bad name choice, I'm at work and will ponder a proper name later). however i noticed two things: * the full text search is broken (i wanted to search to see if this info was already on the wiki) * numeric lists don't work properly i don't think. i think they should be more generous about continuing a list, otherwise listing technical docs like this is really hard (cause it keeps resetting to 1.). * it would be nice if ``WikiWord`` acted as a <tt></tt>. this was discussed a while ago. i believe the patch is trivial can we add it? i also think it would be nice if the monospace tags (leading whitespace and maybe ``) escaped automatic linking of WikiWords. i use monospace almost exclusively for technical snippets and having all the apache directives show up as links is annoying. finally and unrelated, could the patch you sent me to allow non-wiki word right had sides of interwiki links be included in cvs please? > This method has the advantage, that one can run several different > wikis sharing all the PhpWiki code. (E.g. copy /htdocs/wiki to > /htdocs/wiki2. Edit $DBParams in wiki2 so that it uses a different > database. Now you have two wikis running off the same code.) yah, i got three phpwiki's running on my server with this method. works good ;) adam. |