There are various ways to get the files we’ve produced so far.
You can download our project from Sourceforge.
We have a bit of our documentation available in HTML format. More will be coming eventually. Until then, there are other ways to get at the documentation:
You can get the installer, our working todo list and our documentation via anonymous CVS.
Here are brief instructions. For example, to get our todolist:
bash:~$ export CVS_RSH=ssh bash:~$ echo $CVS_RSH ssh bash:~$ cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/wclp checkout todolist bash:~$ cd todolist bash:~/todolist$ ls -l total 12 4 drwxr-xr-x 2 daniel daniel 4096 Feb 25 16:27 CVS/ 8 -r--r--r-- 1 daniel daniel 6960 Feb 12 18:23 todo-wclp.tree
Substitute “wclp” for “todolist” to get the installer and manuals.
To use our todolist, we’ve been using a command-line based tool named “woody.” In Debian, it’s available as the packagename “woody.” Just invoke it on the todolist as follows:
bash:~/todolist$ woody todo-wclp.tree [graphical todo list]
If you download the installer from CVS be sure to read README.cvs.
If you have a sourceforge account, you’re welcome to join our project to get checkin access. Instructions for logging in with a username: As before, to get the todo list:
bash:~$ export CVS_RSH=ssh bash:~$ echo $CVS_RSH ssh bash:~$ cvs -d:ext:dallen@cvs.sf.net:/cvsroot/wclp checkout todolist dallen@cvs.sf.net’s password: cvs checkout: Updating todolist U todolist/todo-wclp.tree bash:~$ cd todolist bash:~/todolist$ ls -l total 12 4 drwxr-xr-x 2 daniel daniel 4096 Feb 25 16:27 CVS/ 8 -r--r--r-- 1 daniel daniel 6960 Feb 12 18:23 todo-wclp.tree bash:~/todolist$ woody todo-wclp.tree [graphical todo list]
You can browse the CVS Tree via the web on Sourceforge.