From 054c22e2c62601ced5df89de95f0f1baa922f7fe Mon Sep 17 00:00:00 2001 From: orbiter Date: Wed, 18 Aug 2010 10:39:49 +0000 Subject: [PATCH] added TLDs from http://www.opennicproject.org git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7047 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- source/net/yacy/kelondro/util/Domains.java | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/source/net/yacy/kelondro/util/Domains.java b/source/net/yacy/kelondro/util/Domains.java index b279ab611..1487e8e8a 100644 --- a/source/net/yacy/kelondro/util/Domains.java +++ b/source/net/yacy/kelondro/util/Domains.java @@ -359,7 +359,21 @@ public class Domains { "PRO=Credentialed professionals", "TEL=Published contact data", "TRAVEL=The travel industry", - "INT=International" + "INT=International", + // domains from the OpenNIC project, http://www.opennicproject.org, see also http://wiki.opennic.glue/OpenNICNamespaces + "GLUE=OpenNIC Internal Architectural use", + "BBS=OpenNIC Bulletin Board System servers", + "FREE=OpenNIC NAMESPACE, CERT AUTH", + "FUR=OpenNIC Furries, Furry Fandom and other Anthropormorphic interest", + "GEEK=OpenNIC Geek-oriented sites", + "INDY=OpenNIC independent media and arts", + "NULL=OpenNIC the DNS version of Usenet's alt. hierarchy", + "OSS=OpenNIC reserved exclusively for Open Source Software projects", + "PARODY=OpenNIC non-commercial parody work", + "DNY=OpenNIC", + "ING=OpenNIC", + "GOPHER=OpenNIC", + "MICRO=OpenNIC" }; private static Map TLDID = new ConcurrentHashMap(32);