This is a client for JustJournal.com.

To build and install:
make
sudo make install

This software has been tested on MidnightBSD, FreeBSD, Linux and Mac OS X.  
It requires xmlrpc-c to operate.

On Ubuntu Linux, use 
apt-get install -qq libxmlrpc-c3-dev

To install on MidnightBSD:
mport install jjclient

To install on FreeBSD:
pkg install jjclient

(note freebsd version is very old)

Using the software:

jjclient -u username -p password

Supply your username and password.  After starting the software,
type your blog entry and use control + D and then return to end. (EOF)

Alternatively, you may use a text file like this:
jjclient -u username -p password < myfile.txt

Other flags include -s for subject and -d for turning on debug messages

Compiling on MidnightBSD:
make 
make install

NOTE: if you want to use gmake, you need to specify CC as an env var as it defaults to
c99 which breaks.  e.g.  
env CC=gcc12 gmake 

-----

A graphical client is also provided in the gtk folder.

This client requires Gtk 3 and pkg-config to build along with
xmlrpc-c.

To install on MidnightBSD:
mport install gtkjj


Compiling on MidnightBSD:
make or gmake can be used

make
make install

------

Compatibility:

JustJournal client 2.0.1 or higher is required for JustJournal 3.0.11+.  
JustJournal 3.0.10 is not supported
JustJournal < 3.0.10 will work with older clients.
