Codebase list liblivejournal-perl / HEAD
HEAD

Tree @HEAD (Download .tar.gz)

$Id: README,v 1.4 2001/03/22 21:38:08 archon Exp $

This is LiveJournal.pm.  It is an object oriented Perl implementation of
the LiveJournal protocol documented at
http://www.livejournal.com/developer/protocol.bml.

This release is protocol complete, which means it should completely support
all modes.

################################

Installation instructions:

$ perl Makefile.PL
$ make
$ make test
$ make install
$ perldoc LiveJournal

################################

NOTES:
See the ChangeLog for details.

Feel free to email me with suggestions, requests, bugs, tautologies, or
questions after you've read the documentation (; .  Also, I would
appreciate knowing if you do use this module.

Patches welcome and happy LiveJournalling!

Credits:
  - Brad 'bradfitz' Fitz <bradfitz@livejournal.com> for unconfusing me
  - Joe 'piman' Wreschnig <piman@sacredchao.net> for his idea providing
      ventures into Perl-LiveJournal land

Frank Sheiness <archon@forbidden.dough.net>