A swiki editor

Hannes Hirzel hannes.hirzel.squeaklist at bluewin.ch
Tue Jul 22 22:17:13 UTC 2003


Brent Vukmer wrote:
> Why not tackle the simpler of the two problems first?
> 
> E.g., ignore the HTTP/Swiki stuff for now and just create the local
> SquikiPad thingie?  Regarding persistence -- I agree with you that flat
> files are the simplest way to share for now.  What file format?  Should
> we just use XHTML and extend it with some Squeak-specific tags?

Yes! Actually what would be needed first is a simple conversion 
mechanism of the text contained in a workspace to XHTML.

Or object wise: a simple WordPad like editor (sublcass of Workspace)
which reads and writes differen formats. Different instances could
then serve for keeping notes.

> If I were building this, I would assume at first that Squeak images were
> the only clients ( but I would use a file format that anyone could
> create/edit in NotePad ... )

Yes, a flat-file format which can also be edited in NotePad is necessary
for not to be locked into Squeak.

--Hannes




More information about the Squeak-dev mailing list