Commit fe64b12e authored by Daniel Molkentin's avatar Daniel Molkentin
Browse files

Reflect in the docs that the TLD list os now hosted at publicsuffix.org


Change-Id: I9c79694e9deada83c10dc61af7e63ceee3d2f827
Reviewed-by: default avatarOlivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
Reviewed-by: default avatarPeter Hartmann <peter-qt@hartmann.tk>
parent 1d38ecf5
Branches
Tags
No related merge requests found
Showing with 1 addition and 1 deletion
...@@ -66,7 +66,7 @@ int main(int argc, char **argv) { ...@@ -66,7 +66,7 @@ int main(int argc, char **argv) {
printf("'inputFile' should be a list of effective TLDs, one per line,\n"); printf("'inputFile' should be a list of effective TLDs, one per line,\n");
printf("as obtained from http://publicsuffix.org . To create indices and data file\n"); printf("as obtained from http://publicsuffix.org . To create indices and data file\n");
printf("file, do the following:\n\n"); printf("file, do the following:\n\n");
printf(" wget http://mxr.mozilla.org/mozilla-central/source/netwerk/dns/effective_tld_names.dat?raw=1 -O effective_tld_names.dat\n"); printf(" wget https://publicsuffix.org/list/effective_tld_names.dat -O effective_tld_names.dat\n");
printf(" grep '^[^\\/\\/]' effective_tld_names.dat > effective_tld_names.dat.trimmed\n"); printf(" grep '^[^\\/\\/]' effective_tld_names.dat > effective_tld_names.dat.trimmed\n");
printf(" %s effective_tld_names.dat.trimmed effective_tld_names.dat.qt\n\n", argv[0]); printf(" %s effective_tld_names.dat.trimmed effective_tld_names.dat.qt\n\n", argv[0]);
printf("Now copy the data from effective_tld_names.dat.qt to the file src/corelib/io/qurltlds_p.h in your Qt repo\n\n"); printf("Now copy the data from effective_tld_names.dat.qt to the file src/corelib/io/qurltlds_p.h in your Qt repo\n\n");
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment