Plan 9 and Inferno at the Google Summer of Code

Making progress

Have made some progress with the gsoc.cat-v.org site and setup, a handful of brave souls have got accounts already, and i hope that most of the work left is to add some real content (I hope others will help out with that ;))

While fixing a bug in the blog code (all six lines of it), I found a neat trick: Given a list of paths, how to list the full paths of all files in those dirs ordered by file name:

; l = ( /foo /bar/baz/bax /) 
; ls $l^'/./' | sort -t. +1

Enough for today, when I wake up I should announce the site to the gsoc list and try to setup an irc meeting for tomorrow so we can get things going. Thanks to everyone that helped debug and test things.