To view stable releases, visit Version History.
Bleeding-edge documentation can be found on the staging server: http://tekkotsu.no-ip.org/
To check out latest: cvs -d :pserver:anonymous@cvs.tekkotsu.org:/cvs checkout -P Tekkotsu/project
More help can be found on the Tekkotsu CVS Usage page.
stripping CVS keywords in preparation for mercurial usage
CVS keywords didn't work with CVS branching anyway, lame!
These files were the result of passing source files through the following sed script:
/^[[:space:]]*\*[[:space:]]*$/{h;d;}
/^[[:space:]*]*$[[:alpha:]]*:*.*$[[:space:]]*$/{s/.*//;x;d;}
x
/^$/pico keywordList.txt
s/.*//
x