C library for the Public Suffix List
Go to file
Daniel Kahn Gillmor 73acfc570b avoid the need for psl_global_init() and psl_global_deinit()
There is no need to for an initialization function if the builtin
structs if the comparison function will look at label_buf directly
when label == NULL.

This simplifies the API for users, who now don't have to worry about
library initialization and deinitialization functions (these sort of
functions can cause headaches in chained library loads, esp. in plugin
architectures like PAM).
2014-03-24 18:33:27 -04:00
data autoconf first version 2014-03-20 22:43:04 +01:00
include builtin should be returned const 2014-03-24 18:18:45 -04:00
po autoconf first version 2014-03-20 22:43:04 +01:00
src avoid the need for psl_global_init() and psl_global_deinit() 2014-03-24 18:33:27 -04:00
tests avoid the need for psl_global_init() and psl_global_deinit() 2014-03-24 18:33:27 -04:00
.dir-locals.el document indentation conventions for emacs users 2014-03-21 14:39:17 -04:00
.gitignore git should ignore ephemeral files. 2014-03-21 14:19:25 -04:00
.travis.yml added package idn2 in .travis.yml 2014-03-24 17:30:46 +01:00
ABOUT-NLS autoconf first version 2014-03-20 22:43:04 +01:00
AUTHORS fill in AUTHORS 2014-03-23 19:33:36 +01:00
COPYING LGPL->MIT license, some cleanups 2014-03-24 20:41:46 +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 LGPL->MIT license, some cleanups 2014-03-24 20:41:46 +01: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 added Mailing List info 2014-03-22 08:28:52 +01:00
autogen.sh added check for idn2 2014-03-24 15:53:33 +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

Build Status

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

Mailing List

Mailing List

To join the mailing list send an email to

libpsl-bugs+subscribe@googlegroups.com

and follow the instructions provided by the answer mail.

Or click join.