See the Tcl'ers Wiki [1]
10/09/04 das - upodated to latest Wikit release, now uses wikit/edit/n@ for edit links and wikit/references/n! for references links, to allow robot exlusion of these pages via robots.txt
26/07/03 das - migrated this wiki to new Wikit with CSS suport & page caching (as mentioned by jcw below), c.f. http://www.equi4.com/wikit
Notes about this wikit installation: (mostly only useful to SourceForge alphatcl project developers with shell access; all paths below are relative to the alphatcl group homedir, /home/groups/a/al/alphatcl/ )
RewriteEngine on RewriteBase / RewriteRule ^$ wikit/ [R,L] RewriteRule ^wikit$ wikit/ [R,L] RewriteRule ^wikit/$ wikit/0 [PT] RewriteCond /home/groups/a/al/alphatcl/htdocs/$1 !-f RewriteCond /home/groups/a/al/alphatcl/htdocs/$1.html !-f RewriteRule ^(wikit/.*)$ cgi-bin/$1 [L] RewriteCond /home/groups/a/al/alphatcl/htdocs/$1 !-f RewriteRule ^(wikit/.*)$ $1.html [L]
#!/bin/sh H=/home/groups/a/al/alphatcl export WIKIT_BASE=http://alphatcl.sourceforge.net/wikit/ export WIKIT_EMAIL=das@users.sourceforge.net export WIKIT_CACHE=$H/htdocs/wikit export WIKIT_CSS=/wikit.css export WIKIT_HIST=$H/wiki/data/wikihist #export WIKIT_DUMP=$H/wiki/data/wikit.log cd $H/wiki/data umask 002 exec ../tclkit ../wikit.kit wikit.tkd
15nov02 jcw - There's a new version of Wikit out, which supports CSS. It runs as a starkit nowadays (separate from wikit.tkd), and requires tclkit 8.4.x probably. Conversion from older wikits is automatic (but irreversible). See the Tclers' Wiki for more details, or [4]).
[ das 28/07/03 ]