While populating an Intranet phpWiki I find myself
using ASCII graphics more and more. Sometimes a simple
drawing can relay a concept so much better than a whole
essay on the subject.
I've been looking at TWiki, which seems to be the only
one incorparating a (Java applet based) simple drawing
tool.
http://twiki.org/cgi-bin/view/Plugins/TWikiDrawPlugin
From glancing over the TWikiDrawPlugin sources and the
phpWiki HelloWorld plugin example, it seems possible to
embed the Java applet in a phpWiki plugin. It then can
be used like:
Of course it depends on upload facilities, since it
needs to store the drawing (.draw), the image (.gif,
sorry) and optionally the imagemap (.map).
Logged In: YES
user_id=13755
Of course it is easy. But someone has to do it.