For information on editing, see the description of Plan 9 wiki syntax.
Basic Plan 9 wiki instructions for the novice: or notes on how to actually get a wiki going on your own Plan 9 machine. You can replace the '/sys/lib' with '$home/lib' in the following configuration if you don't have write access or don't want to run wikifs as bootes on a cpu server. CREATE SAMPLE WIKI DIRECTORIES ! mkdir /sys/lib/wiki.sample ! {cd /sys/lib/wiki && tar cp .}|{cd /sys/lib/wiki.sample && tar xT} ! mkdir -p /usr/web/wiki/sample DOWNLOAD MISSING FILES * create.html from plan9 wiki ! cd /usr/web/wiki/sample ! hget -o create.html http://plan9.bell-labs.com/wiki/plan9/create.html Other files are missing, but that's the most important one for starting everything. MODIFY FILES See httpd(8) -- (more documentation on setting up httpd would be nice) You'll need to edit /lib/namespace.httpd in at least the following way: find the current wiki reference in /lib/namespace.httpd ! # mount -b #s/wiki.plan9 /usr/web/wiki/plan9 ! mount -b #s/wiki.sample /usr/web/wiki/sample modify create.html for your liking -- bellow is a diff on changes for the sample ! cpu% diff create.html /sys/lib/wiki.sample/create.html ! 3c3 ! < Plan 9 Wiki: Create a new page ! --- ! > Plan 9 Sample Wiki: Create a new page ! 23, 24c23, 24 ! < ! < ! --- ! > ! > ! 44d43 ! <