MuSwiki


Overview

A MuSwiki is a Swiki-like system which uses Morphic objects instead of HTML. The key features of a MuSwiki are: It is being worked on by Lex Spoon and Mark Guzdial.

ScreenShot

Here's an example MuSwiki page, shown within a browser. In addition to having hyperlinks and graphic content, note that this page has active elements: the time-of-day is correct and ticking, and the waveform can be played as a sound and modified.

http://www.cc.gatech.edu/~lex/muswiki3.gif

Installation

Load the following changesets:

Also recommended is http://guzdial.cc.gatech.edu/squeakers/QuietSmartRefs.cs, which takes out all the messages from SmartRefStream file-in and file-out.

To start a new MuSwiki server, type and execute the following code:


s _ MuSwikiServer on: 'MuSwikiPages'.
s startListeningOnPort: 9090.
s openAdminMorph. 

To open up a MuSwiki browser:


MuSwikiBrowser new openInMorphic. 

Fill out the form (make up a username for yourself, no password) then type Connect.


Back to the top | To the College of Computing
EduTech Institute | GVU Center
Squeak Swiki