File: README

package info (click to toggle)
liblivejournal-perl 1.3-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 256 kB
  • sloc: perl: 757; makefile: 4
file content (36 lines) | stat: -rw-r--r-- 983 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
$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>