• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H06-Apr-2009-1,166165

examples/H03-May-2022-1,8251,137

include/H03-May-2022-3,8881,446

lib/H03-May-2022-5,1673,837

misc/H06-Apr-2009-7252

tests/H03-May-2022-1,2651,004

ABOUT-NLSH A D02-Apr-200965.9 KiB987940

AUTHORSH A D02-Apr-200975 32

COPYINGH A D14-Apr-200324.7 KiB482399

ChangeLogH A D15-Oct-200658.6 KiB2,5711,460

INSTALLH A D07-May-20057.9 KiB188147

Makefile.amH A D06-Apr-2009316 127

Makefile.inH A D03-May-202221.4 KiB692607

NEWSH A D15-Oct-200612.6 KiB321228

READMEH A D21-Jul-20041.6 KiB5535

THANKSH A D02-Apr-20091,022 4330

TODOH A D23-Jul-2005343 168

aclocal.m4H A D06-Apr-2009372.4 KiB10,5919,572

config.guessH A D02-Apr-200944.4 KiB1,5431,328

config.h.inH A D06-Apr-20095.3 KiB204137

config.rpathH A D02-Apr-200914.5 KiB572480

config.subH A D02-Apr-200933 KiB1,6781,533

configureH A D06-Apr-2009506.4 KiB17,75514,293

configure.acH A D06-Apr-20096.8 KiB210191

depcompH A D02-Apr-200917.4 KiB590375

install-shH A D02-Apr-200913.3 KiB520344

libcddb.pc.inH A D16-Apr-2005216 119

ltmain.shH A D06-Apr-2009237.6 KiB8,4076,475

missingH A D02-Apr-200910.9 KiB368275

mkinstalldirsH A D02-Apr-20093.3 KiB151102

README

1$Id: README,v 1.5 2004/07/21 12:31:30 airborne Exp $
2
3WHAT IS LIBCDDB
4
5Libcddb is a library that implements the different protocols (CDDBP,
6HTTP, SMTP) to access data on a CDDB server (http://freedb.org).  It
7tries to be as cross-platform as possible.  The initial libary will
8have a C API.
9
10
11DOCUMENTATION
12
13The API documentation can be consulted on the project homepage:
14    http://libcddb.sourceforge.net/
15
16It is possible to create your own copy of this documentation in both
17HTML and LaTeX format using the doxygen program (http://doxygen.org).
18If you have doxygen installed, execute the following command in the
19doc/ directory:
20    doxygen doxygen.conf
21
22This will create two subdirectories html/ and latex/ in which you will
23find the documentation in the respective formats.
24
25
26COMPILING
27
28See INSTALL for instructions.
29
30
31TESTING
32
33The regression tests also test the networking code.  For all these
34tests to complete successfully, you will need an Internet connection.
35The FreeDB server at www.freedb.org needs to be accessible on both
36ports 888 (CDDBP protocol) and 80 (HTTP protocol).  The test also
37includes code to verify the proxy functionality.  These tests can only
38succeed when the 'http_proxy' enviroment variable is defined.  Set
39this variable with a statement similar as the one below:
40
41    export http_proxy='http://proxy:80'
42
43
44INFORMATION
45
46The primary source of information for this project is:
47    http://libcddb.sourceforge.net/
48
49Bugs, patches, feature request can be submitted on the project
50homepage:
51    http://sourceforge.net/projects/libcddb/
52
53Or they can be send directly to me:
54    Kris Verbeeck <airborne@advalvas.be>
55