C library for the Public Suffix List
Go to file
Daniel Kahn Gillmor 2d99b964ff avoid a printf in the library
In general, we don't want libraries to send data to the standard file
descriptors.  There are more that need fixing.

Note: this introduces a new API (psl_suffix_count() and
psl_suffix_exception_count) to enable the same sort of output from the
test.  But this new API seems to imply the internal structure of the
public suffix list.

Do we want to expose this API?  There could be some other PSL
mechanism (e.g. DBOUND) that doesn't have these counts, and a drop-in
replacement would not know what to return here.
2014-03-21 14:38:30 -04:00
data autoconf first version 2014-03-20 22:43:04 +01:00
include avoid a printf in the library 2014-03-21 14:38:30 -04:00
po autoconf first version 2014-03-20 22:43:04 +01:00
src avoid a printf in the library 2014-03-21 14:38:30 -04:00
tests avoid a printf in the library 2014-03-21 14:38:30 -04:00
.gitignore git should ignore ephemeral files. 2014-03-21 14:19:25 -04:00
ABOUT-NLS autoconf first version 2014-03-20 22:43:04 +01:00
AUTHORS inital commit 2014-03-20 17:17:24 +01:00
COPYING inital commit 2014-03-20 17:17:24 +01:00
ChangeLog autoconf first version 2014-03-20 22:43:04 +01:00
INSTALL inital commit 2014-03-20 17:17:24 +01:00
LICENSE Initial commit 2014-03-20 08:38:32 -07:00
Makefile.am fix 'make distcheck' 2014-03-21 11:04:01 +01:00
NEWS inital commit 2014-03-20 17:17:24 +01:00
README inital commit 2014-03-20 17:17:24 +01:00
README.md autoconf first version 2014-03-20 22:43:04 +01:00
autogen.sh inital commit 2014-03-20 17:17:24 +01:00
configure.ac autoconf first version 2014-03-20 22:43:04 +01:00
libpsl.pc.in autoconf first version 2014-03-20 22:43:04 +01:00

README.md

libpsl - C library to handle the Public Suffix List

Find more information here. Download the Public Suffix List here.

Building from git

Download project and prepare sources with

	git clone http://github.com/rockdaboot/libpsl
	./autogen.sh
	./configure
	make
	make check