DudeG
PageType: HomePage
For Linux users befuddled by the KGS webstart... here's a simple bash script for making it work a little better (ie, still using cgoban as default sgf editor). [Yes, I know this doesn't show up correctly... just check the Edit Page to see the correct formatting, if you need to. :) ]
- !/bin/sh
if test "$#" -gt 0 then
/usr/java/jre1.5.0_06/bin/javaws -open $1http://files.gokgs.com/javaBin/cgoban.jnlp
else
/usr/java/jre1.5.0_06/bin/javawshttp://files.gokgs.com/javaBin/cgoban.jnlp
fi exit 0