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

..03-May-2022-

bindings/c/H07-Mar-2009-5,9974,432

build-aux/H07-Mar-2009-11,6879,379

doc/H07-Mar-2009-5,6694,414

examples/H07-Mar-2009-895571

include/xspf/H07-Mar-2009-4,951951

m4/H07-Mar-2009-156137

src/H07-Mar-2009-9,7595,797

test/H07-Mar-2009-4,0912,392

win32/H07-Mar-2009-2,1002,085

AUTHORSH A D21-Feb-200957 32

COPYINGH A D21-Feb-20091.7 KiB3830

ChangeLogH A D07-Mar-200912.5 KiB349286

INSTALLH A D21-Feb-20090

Makefile.amH A D06-Mar-200910.3 KiB325275

Makefile.inH A D03-May-202282.4 KiB1,6961,569

NEWSH A D21-Feb-200945 21

READMEH A D21-Feb-2009637 1713

THANKSH A D21-Feb-2009324

aclocal.m4H A D07-Mar-2009265.2 KiB7,5716,805

configureH A D07-Mar-2009742.6 KiB23,80019,078

configure.acH A D07-Mar-20094.2 KiB180141

xspf.pc.inH A D21-Feb-2009250 1310

README

1== About ==
2libxspf is a C++ library that can help your application
3to read and write XSPF playlist files (both Version 0 and 1).
4Since version 0.6.0rc1 the library itself is licensed under
5the new BSD license. The code of the test suite (files "test/*")
6is still licensed under LGPL.
7
8Please look at the "examples" folder to learn how to use the
9reader and writer properly. You can also create API documentation
10using Doxygen; this API documentation also contains a tutorial.
11Don't hesitate to contact me if you have questions on
12integrating libxspf into your application.
13
14
15== Author ==
16Sebastian Pipping, sping@xiph.org
17