Grammar Deployment Kit Developers

This page contains information for developers of GDK, how to change the webpages, how to make releases etc.

Building from CVS

Checking out from CVS as a project member:

cvs -d:ext:jkort@cvs.sf.net:/cvsroot/gdk co gdk

Checking out anonymously:

cvs -d:pserver:anonymous@cvs.sf.net:/cvsroot/gdk login
cvs -z8 -d:pserver:anonymous@cvs.sf.net:/cvsroot/gdk co gdk 

Building:

cd gdk
aclocal
automake --add-missing
autoconf
./configure
make
make check

Webpage

Uploading a new page (change jkort to your login):

scp localfile jkort@gdk.sourceforge.net:/home/groups/g/gd/gdk/htdocs/

Changing this page:

ssh -l jkort gdk.sourceforge.net 
cd /home/groups/g/gd/gdk/htdocs
vim index.html

Making a Release (Admin only)

ftp upload.sourceforge.net
login: anonymous
password: your email
bin
cd /incoming
put gdk-x.y.tar.gz

SourceForge.net Logo