24
edits
No edit summary |
(→Programming Languages and Libraries: Add some links to libraries using the PSL.) |
||
| Line 105: | Line 105: | ||
* [http://godoc.org/code.google.com/p/go.net/publicsuffix The Go Language] uses the public suffix to determine whether or not Internet users can register domain names under the given domain. | * [http://godoc.org/code.google.com/p/go.net/publicsuffix The Go Language] uses the public suffix to determine whether or not Internet users can register domain names under the given domain. | ||
* [http://docs.guava-libraries.googlecode.com/git/javadoc/com/google/common/net/InternetDomainName.html Guava] provides an interface for Java applications to query the Public Suffix List | * [http://docs.guava-libraries.googlecode.com/git/javadoc/com/google/common/net/InternetDomainName.html Guava] provides an interface for Java applications to query the Public Suffix List | ||
* [https://pypi.python.org/pypi/publicsuffix/ publicsuffix] is a Python library based on the PSL. | |||
* [https://github.com/john-kurkowski/tldextract tldextract] is another Python library. | |||
* [https://wiki.gnome.org/Projects/libsoup libsoup] contains a [https://git.gnome.org/browse/libsoup/tree/libsoup/tld-parser.py tld-parser.py] which appears to consume the PSL. It is apparently based on a tld-parser.c. | |||
edits