1This code is made available under the same terms as Perl itself.
2
3dapple is a DAAP library for Perl.  DAAP is the protocol built
4on top of HTTP that Apple's iTunes 4 uses to share music.  Most
5responses to DAAP requests contain a binary DMAP structure.
6
7This distribution contains:
8
9  Net::DAAP::Client  - code to talk to a DAAP server
10
11You must have the LWP module set installed to use this code.
12
13  ***
14  ***  This is an incomplete release.  There are missing features.
15  ***  See the TODO file for future plans.  Expect new releases fast
16  ***  until 0.5 or so.
17
18To install these modules, follow these steps:
19  % perl Makefile.PL
20  % make
21  % make test
22  % make install
23
24Be sure to check out examples/itshell, a commandline client for
25downloading from iTunes servers.
26
27This code was originally written by Nathan Torkington, based on DAAP
28reverse-engineering work by Todd Larason.  Other contributors are
29listed in the AUTHORS file.
30
31Please send your feedback (and patches!)  to C<< <dapple AT
32torkington.com> >>.
33
34Version 0.1 released May 13, 2003.
35Version 0.2 released May 23, 2003.  Public.
36