SuperSwiki
Torsten.Bergmann at phaidros.com
Torsten.Bergmann at phaidros.com
Sat Jun 16 07:28:46 UTC 2001
Jerry Bell wrote:
>Bob's SuperSwiki is very cool. I'd like to set up a local SuperSwiki to
>play with here. I've had trouble finding details- is the code for a
>SuperSwiki publically available? If so, where? I've looked around the
>image a bit, but I haven't found the server code itself.
I've set up an own local super swiki too.
You need to install a Comanche46/11 and the following
files from the super swikis upload directory
(http://209.143.91.36/super/uploads/):
"BobSwikiMods.15Mar1745.cs" Bobs Midifications on Comanche
"BSS michael 21-2-01.sit" Contains the xml templates for the
swiki
You can also use the image Bob is using:
"swikiTest29.changes.sit"
"swikiTest29.image.sit"
To use your normal Squeak image with this new super swiki add it as a new
server to the blue file list with:
|s|
s := SuperSwikiServer new
type: #http;
server: '127.0.0.1:8080';
directory: '/super/SuperSwikiProj'.
ServerDirectory addServer: s named: 'Local SuperSwiki'
Have fun,
Torsten
More information about the Squeak-dev
mailing list
|