|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | 03-May-2022 | - |
| bindings/c/ | H | 07-Mar-2009 | - | 5,997 | 4,432 |
| build-aux/ | H | 07-Mar-2009 | - | 11,687 | 9,379 |
| doc/ | H | 07-Mar-2009 | - | 5,669 | 4,414 |
| examples/ | H | 07-Mar-2009 | - | 895 | 571 |
| include/xspf/ | H | 07-Mar-2009 | - | 4,951 | 951 |
| m4/ | H | 07-Mar-2009 | - | 156 | 137 |
| src/ | H | 07-Mar-2009 | - | 9,759 | 5,797 |
| test/ | H | 07-Mar-2009 | - | 4,091 | 2,392 |
| win32/ | H | 07-Mar-2009 | - | 2,100 | 2,085 |
| AUTHORS | H A D | 21-Feb-2009 | 57 | 3 | 2 |
| COPYING | H A D | 21-Feb-2009 | 1.7 KiB | 38 | 30 |
| ChangeLog | H A D | 07-Mar-2009 | 12.5 KiB | 349 | 286 |
| INSTALL | H A D | 21-Feb-2009 | 0 | | |
| Makefile.am | H A D | 06-Mar-2009 | 10.3 KiB | 325 | 275 |
| Makefile.in | H A D | 03-May-2022 | 82.4 KiB | 1,696 | 1,569 |
| NEWS | H A D | 21-Feb-2009 | 45 | 2 | 1 |
| README | H A D | 21-Feb-2009 | 637 | 17 | 13 |
| THANKS | H A D | 21-Feb-2009 | 324 | | |
| aclocal.m4 | H A D | 07-Mar-2009 | 265.2 KiB | 7,571 | 6,805 |
| configure | H A D | 07-Mar-2009 | 742.6 KiB | 23,800 | 19,078 |
| configure.ac | H A D | 07-Mar-2009 | 4.2 KiB | 180 | 141 |
| xspf.pc.in | H A D | 21-Feb-2009 | 250 | 13 | 10 |
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