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. +1 to the author Bill On Wed, 12 Jan 2005 04:46:18 +0900, gabriele renzi <rff_rff / remove-yahoo.it> wrote: > Florian Gross ha scritto: > > Thomas Counsell wrote: > > > >> http://rubyforge.org/projects/soks/ > >> > >> Soks is yet another wiki. Sorry about that. It was written mainly for > >> my own gratification and in no way reflects on the quality of other > >> wikis available, nor on the fact that my time could probably have been > >> better spent on improving one of them. As is always the way, none of > >> them was quite right for me, and I've been enjoying using it to learn > >> ruby. > > > > > > Any demo wiki online? The automatic linking sounds interesting. I'd like > > to see that in action. > > +1 > Actually I think it's not only interesting but also scaring. I'm afraid > of autolinking an "in" or "to" 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"