source: README @ d953ede

release-1.10release-1.9
Last change on this file since d953ede was bbd0cf1, checked in by Edward Z. Yang <ezyang@mit.edu>, 13 years ago
Bundle Ouch, AnyEvent::HTTP, and URI::Encode from CPAN Those dependencies of Facebook::Graph are not in Debian and are each single files, so we may as well just bundle them. Also update list of bundled libraries in README and drop their licenses (or the closest thing they have resembling one) into COPYING.
  • Property mode set to 100644
File size: 903 bytes
Line 
1BarnOwl - owl, with more ponies
2
3Source is freely available from http://github.com/barnowl/barnowl/
4
5Based on owl 2.1.11, by James Kretchmar (http://www.ktools.org)
6
7Notes:
8-----
9This project's perl/modules/ contains the lib directories from the
10following CPAN modules:
11
12AnyEvent::HTTP
13Facebook::Graph
14Net::Jabber
15Net::XMPP
16Ouch
17URI::Encode
18XML::Stream
19
20Some have been modified slightly for the needs of this project.
21
22BarnOwl currently requires the following perl modules off of CPAN:
23
24AnyEvent
25Class::Accessor
26Glib
27PAR
28
29(Note that these are all available as Debian packages)
30We plan to soon add targets to the Makefile to check for and install
31these for you.
32
33The IRC module requires:
34
35AnyEvent::IRC
36
37The Jabber module requires:
38
39Net::DNS
40Authen::SASL::Perl
41IO::Socket::SSL
42Digest::SHA1
43
44The Twitter module requires:
45
46HTML::Entities
47Net::Twitter::Lite
48
49The WordWrap module requires:
50
51Text::Autoformat
Note: See TracBrowser for help on using the repository browser.