From: Bill Atkins Date: 2005-01-12T07:02:08+09:00 Subject: Re: [ANN] Soks - Yet Another Wiki There's an "Add a new page" option in the sidebar. On Wed, 12 Jan 2005 06:51:18 +0900, Florian Gross wrote: > Bill Atkins wrote: > > > It looks like it only creates a link if a page with that name exists, > > so unless you have a page named "In" Soks wouldn't autolink that word. > > So how do I create a new page? I think the work flow in previous Wikis > was link word, click word, enter content. Maybe this could use something > like Ctrl-clicking a word (yeah, JavaScript, there also needs to be > another way of doing this, but this one will be the more rapid one) to > go to a non-existing page? > > -- $stdout.sync = true "Just another Ruby hacker.".each_byte do |b| ('a'..'z').step do|c|print c+"\b";sleep 0.007 end;print b.chr end; print "\n"