You will need need wvWiki.xls from http://twiki.org/~twiki/pub/Codev/MsOfficeIntegration/wvWiki.xsl $ wvWare -x /usr/share/wv/wvXml.xml foo.doc > foo.xml $ xsltproc wvWiki.xsl foo.xml > foo.txt
These notes are for creating a new "Web" in Twiki. There are two basic types in our setup: ones that will use UW authentication (CAS as of Dec. 2012) and those that will use Twiki authentication. The former is good for webs that are for UW users only. The latter is needed for working with external collaborators. The steps are to first create the Web and then update our Apache configuration to set how it is controlled. Finally, if needed, you will need to define the authorized users.
Use the TWiki Web creation form:
If the Web is to be CAS-authenticated, add to the list under "UWdir-authenticated webs" in:
www150.cs:/software/odyssey-3_apache/config/sites-available/twiki
>LocationMatch ^/twiki/(attach|edit|installpasswd|manage|preview|rdiff|rdiffauth|register|rename|save|upload|viewauth)/(Main|TWiki|Sandbox|Trash|AIMAS|CF|CFPrivate|CHIL|CSFaculty|CSEveryBody|CsOps|ISG|MathBusOps|UW|CSGenderEquality|CsAdvisors|AdaptiveAnalysis|CrySP|IE|PLGWiki|WomenInCS|CsGrec|FedFan|FAQA|TestWebS|Faqtest)($|/)<
linux.cs:/software/odyssey-3_apache/data/vhosts/cs.uwaterloo.ca/twiki
cd /software/odyssey-3_apache/data/vhosts/cs.uwaterloo.ca/twiki
htpasswd .htpasswdw ImaUser
It seems TWiki's CGI scripts and data are accessed over NFS. This might be slowing down the "feel" of TWiki.