More information about the Underscore mailing list

[_] wiki i up

Vincent Bray noodlet at gmail.com
Mon Dec 17 17:07:24 GMT 2007

On 17/12/2007, Simon Johnson <simon at lifeisland.net> wrote:
> can anyone recommend a good opensource wiki

Here's one:

 #!/usr/bin/ruby -rcgi
 H,B=%w'HomePage
w7.cgi?n=%s';c=CGI.new'html4';n,d=c['n']!=''?c['n']:H,c['d'];t=`
 cat #{n}`;d!=''&&`echo #{t=CGI.escapeHTML(d)} >#{n}`;c.instance_eval{out{h1{n}+
 a(B%H){H}+pre{t.gsub(/([A-Z]\w+){2}/){a(B%$&){$&}}}+form("get"){textarea('d'){t
 }+hidden('n',n)+submit}}}

:-)

-- 
noodl