KLapJack - A KDE LiveJournal Client

Information
Screen Shots
Download
Current Version
Old Versions
CVS Access
Installation
About

If you want the bleeding edge version, KLapJack is available via CVS. The usual disclaimers apply - this is development code so don't cry if it breaks. Positive feedback, comments, suggestions or even patches are welcome.

To insall KLapJack from CVS, execute the following commands:

export CVSROOT=:pserver:anonymous@cvs.sourceforge.net:/cvsroot/klapjack
cvs login
(No password, just press enter)
cvs co klapjack
cd klapjack
make -f Makefile.cvs
./configure
make
su -c "make install"

Gentoo users: add the following line before "make -f Makefile.cvs"

export WANT_AUTOCONF_2_5=1

Note that the SourceForge public CVS servers have a replication delay of up to 24 hours.