hydra-crawler 1.4.6 → 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/apis/autocomplete.api.d.ts +7 -0
- package/dist/apis/autocomplete.api.js +15 -9
- package/dist/apis/autocomplete.api.js.map +1 -0
- package/dist/apis/bugs.api.d.ts +7 -0
- package/dist/apis/bugs.api.js +21 -15
- package/dist/apis/bugs.api.js.map +1 -0
- package/dist/apis/crawl.api.d.ts +7 -0
- package/dist/apis/crawl.api.js +15 -9
- package/dist/apis/crawl.api.js.map +1 -0
- package/dist/apis/domains.api.d.ts +7 -0
- package/dist/apis/domains.api.js +24 -19
- package/dist/apis/domains.api.js.map +1 -0
- package/dist/apis/images.api.d.ts +7 -0
- package/dist/apis/images.api.js +20 -14
- package/dist/apis/images.api.js.map +1 -0
- package/dist/apis/statistics.api.d.ts +8 -0
- package/dist/apis/statistics.api.js +27 -20
- package/dist/apis/statistics.api.js.map +1 -0
- package/dist/apis/test.api.d.ts +5 -0
- package/dist/apis/test.api.js +15 -9
- package/dist/apis/test.api.js.map +1 -0
- package/dist/apis/urls.api.d.ts +7 -0
- package/dist/apis/urls.api.js +21 -15
- package/dist/apis/urls.api.js.map +1 -0
- package/dist/apps/cleanup.app.d.ts +19 -0
- package/dist/apps/cleanup.app.js +118 -100
- package/dist/apps/cleanup.app.js.map +1 -0
- package/dist/apps/cross-populate-export.app.d.ts +12 -0
- package/dist/apps/cross-populate-export.app.js +60 -47
- package/dist/apps/cross-populate-export.app.js.map +1 -0
- package/dist/apps/cross-populate-import.app.d.ts +12 -0
- package/dist/apps/cross-populate-import.app.js +64 -51
- package/dist/apps/cross-populate-import.app.js.map +1 -0
- package/dist/apps/denylist.app.d.ts +17 -0
- package/dist/apps/denylist.app.js +115 -98
- package/dist/apps/denylist.app.js.map +1 -0
- package/dist/apps/expire.app.d.ts +19 -0
- package/dist/apps/expire.app.js +44 -31
- package/dist/apps/expire.app.js.map +1 -0
- package/dist/apps/extract-text.app.d.ts +8 -0
- package/dist/apps/extract-text.app.js +43 -35
- package/dist/apps/extract-text.app.js.map +1 -0
- package/dist/apps/hydra.app.d.ts +34 -0
- package/dist/apps/hydra.app.js +150 -137
- package/dist/apps/hydra.app.js.map +1 -0
- package/dist/apps/import.app.d.ts +11 -0
- package/dist/apps/import.app.js +44 -32
- package/dist/apps/import.app.js.map +1 -0
- package/dist/apps/internal-hydra-common.app.d.ts +28 -0
- package/dist/apps/internal-hydra-common.app.js +5 -11
- package/dist/apps/internal-hydra-common.app.js.map +1 -0
- package/dist/apps/query.app.d.ts +20 -0
- package/dist/apps/query.app.js +63 -49
- package/dist/apps/query.app.js.map +1 -0
- package/dist/apps/reattempt.app.d.ts +17 -0
- package/dist/apps/reattempt.app.js +66 -53
- package/dist/apps/reattempt.app.js.map +1 -0
- package/dist/apps/requeue-domain.app.d.ts +13 -0
- package/dist/apps/requeue-domain.app.js +50 -37
- package/dist/apps/requeue-domain.app.js.map +1 -0
- package/dist/apps/seed.app.d.ts +15 -0
- package/dist/apps/seed.app.js +53 -40
- package/dist/apps/seed.app.js.map +1 -0
- package/dist/apps/startup.app.d.ts +11 -0
- package/dist/apps/startup.app.js +51 -38
- package/dist/apps/startup.app.js.map +1 -0
- package/dist/apps/unarchive.app.d.ts +15 -0
- package/dist/apps/unarchive.app.js +67 -54
- package/dist/apps/unarchive.app.js.map +1 -0
- package/dist/classes/cleaner.d.ts +12 -0
- package/dist/classes/cleaner.js +227 -207
- package/dist/classes/cleaner.js.map +1 -0
- package/dist/classes/crawler.d.ts +34 -0
- package/dist/classes/crawler.js +248 -241
- package/dist/classes/crawler.js.map +1 -0
- package/dist/classes/dns.d.ts +3 -0
- package/dist/classes/dns.js +10 -13
- package/dist/classes/dns.js.map +1 -0
- package/dist/classes/expirer.d.ts +10 -0
- package/dist/classes/expirer.js +107 -94
- package/dist/classes/expirer.js.map +1 -0
- package/dist/classes/expiry.d.ts +8 -0
- package/dist/classes/expiry.js +16 -19
- package/dist/classes/expiry.js.map +1 -0
- package/dist/classes/lists.d.ts +9 -0
- package/dist/classes/lists.js +13 -18
- package/dist/classes/lists.js.map +1 -0
- package/dist/classes/robot.d.ts +15 -0
- package/dist/classes/robot.js +40 -30
- package/dist/classes/robot.js.map +1 -0
- package/dist/classes/tracker.d.ts +25 -0
- package/dist/classes/tracker.js +82 -64
- package/dist/classes/tracker.js.map +1 -0
- package/dist/cli.d.ts +1 -0
- package/dist/cli.js +72 -65
- package/dist/cli.js.map +1 -0
- package/dist/enums/eavailable-strategy.d.ts +4 -0
- package/dist/enums/eavailable-strategy.js +3 -5
- package/dist/enums/eavailable-strategy.js.map +1 -0
- package/dist/enums/elist.d.ts +7 -0
- package/dist/enums/elist.js +7 -11
- package/dist/enums/elist.js.map +1 -0
- package/dist/enums/eserver.d.ts +8 -0
- package/dist/enums/eserver.js +3 -5
- package/dist/enums/eserver.js.map +1 -0
- package/dist/enums/ex-powered-by.d.ts +6 -0
- package/dist/enums/ex-powered-by.js +3 -5
- package/dist/enums/ex-powered-by.js.map +1 -0
- package/dist/helpers/matcher.d.ts +5 -0
- package/dist/helpers/matcher.js +2 -5
- package/dist/helpers/matcher.js.map +1 -0
- package/dist/helpers/random.d.ts +4 -0
- package/dist/helpers/random.js +2 -5
- package/dist/helpers/random.js.map +1 -0
- package/dist/helpers/utf-decoder.d.ts +4 -0
- package/dist/helpers/utf-decoder.js +3 -6
- package/dist/helpers/utf-decoder.js.map +1 -0
- package/dist/interfaces/iexpiry.d.ts +7 -0
- package/dist/interfaces/iexpiry.js +9 -13
- package/dist/interfaces/iexpiry.js.map +1 -0
- package/dist/interfaces/imatch.d.ts +6 -0
- package/dist/interfaces/imatch.js +6 -9
- package/dist/interfaces/imatch.js.map +1 -0
- package/dist/interfaces/iparser-config.d.ts +4 -0
- package/dist/interfaces/iparser-config.js +4 -7
- package/dist/interfaces/iparser-config.js.map +1 -0
- package/dist/interfaces/iparser.d.ts +8 -0
- package/dist/interfaces/iparser.js +2 -2
- package/dist/interfaces/iparser.js.map +1 -0
- package/dist/interfaces/irequest-outcome.d.ts +11 -0
- package/dist/interfaces/irequest-outcome.js +2 -2
- package/dist/interfaces/irequest-outcome.js.map +1 -0
- package/dist/interfaces/iserver.d.ts +4 -0
- package/dist/interfaces/iserver.js +2 -2
- package/dist/interfaces/iserver.js.map +1 -0
- package/dist/parsers/accessibility-metrics.parser.d.ts +11 -0
- package/dist/parsers/accessibility-metrics.parser.js +34 -26
- package/dist/parsers/accessibility-metrics.parser.js.map +1 -0
- package/dist/parsers/asp-error.parser.d.ts +12 -0
- package/dist/parsers/asp-error.parser.js +36 -28
- package/dist/parsers/asp-error.parser.js.map +1 -0
- package/dist/parsers/bad-words.parser.d.ts +10 -0
- package/dist/parsers/bad-words.parser.js +21 -13
- package/dist/parsers/bad-words.parser.js.map +1 -0
- package/dist/parsers/complex-english.parser.d.ts +15 -0
- package/dist/parsers/complex-english.parser.js +33 -25
- package/dist/parsers/complex-english.parser.js.map +1 -0
- package/dist/parsers/data.parser.d.ts +14 -0
- package/dist/parsers/data.parser.js +12 -16
- package/dist/parsers/data.parser.js.map +1 -0
- package/dist/parsers/dictionary.parser.d.ts +19 -0
- package/dist/parsers/dictionary.parser.js +47 -39
- package/dist/parsers/dictionary.parser.js.map +1 -0
- package/dist/parsers/html.parser.d.ts +13 -0
- package/dist/parsers/html.parser.js +4 -8
- package/dist/parsers/html.parser.js.map +1 -0
- package/dist/parsers/hyperlinks.parser.d.ts +20 -0
- package/dist/parsers/hyperlinks.parser.js +82 -77
- package/dist/parsers/hyperlinks.parser.js.map +1 -0
- package/dist/parsers/image-tags.parser.d.ts +19 -0
- package/dist/parsers/image-tags.parser.js +31 -35
- package/dist/parsers/image-tags.parser.js.map +1 -0
- package/dist/parsers/jpeg.parser.d.ts +11 -0
- package/dist/parsers/jpeg.parser.js +28 -20
- package/dist/parsers/jpeg.parser.js.map +1 -0
- package/dist/parsers/paragraphs.parser.d.ts +13 -0
- package/dist/parsers/paragraphs.parser.js +33 -40
- package/dist/parsers/paragraphs.parser.js.map +1 -0
- package/dist/parsers/parser.d.ts +19 -0
- package/dist/parsers/parser.js +30 -17
- package/dist/parsers/parser.js.map +1 -0
- package/dist/parsers/php-error.parser.d.ts +12 -0
- package/dist/parsers/php-error.parser.js +42 -34
- package/dist/parsers/php-error.parser.js.map +1 -0
- package/dist/parsers/phrase.parser.d.ts +8 -0
- package/dist/parsers/phrase.parser.js +16 -11
- package/dist/parsers/phrase.parser.js.map +1 -0
- package/dist/parsers/regex.parser.d.ts +10 -0
- package/dist/parsers/regex.parser.js +30 -22
- package/dist/parsers/regex.parser.js.map +1 -0
- package/dist/parsers/server.parser.d.ts +11 -0
- package/dist/parsers/server.parser.js +58 -57
- package/dist/parsers/server.parser.js.map +1 -0
- package/dist/parsers/spelling.parser.d.ts +10 -0
- package/dist/parsers/spelling.parser.js +21 -13
- package/dist/parsers/spelling.parser.js.map +1 -0
- package/dist/parsers/string.parser.d.ts +8 -0
- package/dist/parsers/string.parser.js +5 -8
- package/dist/parsers/string.parser.js.map +1 -0
- package/dist/parsers/text.parser.d.ts +8 -0
- package/dist/parsers/text.parser.js +24 -18
- package/dist/parsers/text.parser.js.map +1 -0
- package/dist/parsers/words.parser.d.ts +11 -0
- package/dist/parsers/words.parser.js +32 -28
- package/dist/parsers/words.parser.js.map +1 -0
- package/dist/queries/complex-english.query.d.ts +2 -0
- package/dist/queries/complex-english.query.js +37 -38
- package/dist/queries/complex-english.query.js.map +1 -0
- package/dist/queries/flash-content.query.d.ts +2 -0
- package/dist/queries/flash-content.query.js +39 -30
- package/dist/queries/flash-content.query.js.map +1 -0
- package/dist/queries/linking-to-domains.query.d.ts +2 -0
- package/dist/queries/linking-to-domains.query.js +35 -27
- package/dist/queries/linking-to-domains.query.js.map +1 -0
- package/dist/queries/readability-score.query.d.ts +2 -0
- package/dist/queries/readability-score.query.js +21 -13
- package/dist/queries/readability-score.query.js.map +1 -0
- package/dist/servers/crawl.server.d.ts +35 -0
- package/dist/servers/crawl.server.js +133 -121
- package/dist/servers/crawl.server.js.map +1 -0
- package/dist/servers/express.server.d.ts +8 -0
- package/dist/servers/express.server.js +7 -10
- package/dist/servers/express.server.js.map +1 -0
- package/dist/servers/maintenance.server.d.ts +22 -0
- package/dist/servers/maintenance.server.js +42 -36
- package/dist/servers/maintenance.server.js.map +1 -0
- package/dist/servers/rest.server.d.ts +7 -0
- package/dist/servers/rest.server.js +40 -51
- package/dist/servers/rest.server.js.map +1 -0
- package/dist/servers/socket-io.server.d.ts +12 -0
- package/dist/servers/socket-io.server.js +48 -15
- package/dist/servers/socket-io.server.js.map +1 -0
- package/dist/services/database.service.d.ts +68 -0
- package/dist/services/database.service.js +527 -462
- package/dist/services/database.service.js.map +1 -0
- package/dist/types/tcrawl-config.d.ts +14 -0
- package/dist/types/tcrawl-config.js +14 -17
- package/dist/types/tcrawl-config.js.map +1 -0
- package/dist/types/thydra-config.d.ts +4 -0
- package/dist/types/thydra-config.js +4 -7
- package/dist/types/thydra-config.js.map +1 -0
- package/dist/types/tparser-ctor.d.ts +7 -0
- package/dist/types/tparser-ctor.js +2 -2
- package/dist/types/tparser-ctor.js.map +1 -0
- package/dist/types/tquery.d.ts +7 -0
- package/dist/types/tquery.js +2 -2
- package/dist/types/tquery.js.map +1 -0
- package/dist/types/trobots-config.d.ts +4 -0
- package/dist/types/trobots-config.js +4 -7
- package/dist/types/trobots-config.js.map +1 -0
- package/package.json +41 -29
- package/angular/10-es2015.bacd4ae5dd7913ce55f0.js +0 -1
- package/angular/10-es5.bacd4ae5dd7913ce55f0.js +0 -1
- package/angular/11-es2015.0f031dcf752d1e8eda6b.js +0 -1
- package/angular/11-es5.0f031dcf752d1e8eda6b.js +0 -1
- package/angular/3rdpartylicenses.txt +0 -1127
- package/angular/5-es2015.951498ca9c1bc74e57bf.js +0 -1
- package/angular/5-es5.951498ca9c1bc74e57bf.js +0 -1
- package/angular/6-es2015.65f680261a3506b88381.js +0 -1
- package/angular/6-es5.65f680261a3506b88381.js +0 -1
- package/angular/7-es2015.625197f3af1dbf3e805d.js +0 -1
- package/angular/7-es5.625197f3af1dbf3e805d.js +0 -1
- package/angular/8-es2015.55518901987a5b834309.js +0 -1
- package/angular/8-es5.55518901987a5b834309.js +0 -1
- package/angular/9-es2015.6cc9bde262564e7836f2.js +0 -1
- package/angular/9-es5.6cc9bde262564e7836f2.js +0 -1
- package/angular/Roboto-Black.41ed1105a6ebb8ffe34e.woff2 +0 -0
- package/angular/Roboto-Black.937491dfcbe64ca9a9f1.woff +0 -0
- package/angular/Roboto-BlackItalic.2e1ee657996854c6f427.woff +0 -0
- package/angular/Roboto-BlackItalic.50ca4c51ebc27e7e7d2f.woff2 +0 -0
- package/angular/Roboto-Bold.73288d91c325e82a5b92.woff +0 -0
- package/angular/Roboto-Bold.92fbd4e93cf0a5dbebaa.woff2 +0 -0
- package/angular/Roboto-BoldItalic.5f600d98a73d800ae575.woff2 +0 -0
- package/angular/Roboto-BoldItalic.6d89acbd21d7e3fbecb2.woff +0 -0
- package/angular/Roboto-Light.c27d89ac77468ae18f28.woff2 +0 -0
- package/angular/Roboto-Light.d923dfafc0c5183b59aa.woff +0 -0
- package/angular/Roboto-LightItalic.506274c7228cf81cae4d.woff2 +0 -0
- package/angular/Roboto-LightItalic.d4b8c137518d9d92bb28.woff +0 -0
- package/angular/Roboto-Medium.092c6130df8fd2199888.woff +0 -0
- package/angular/Roboto-Medium.1d3bced88509b0838984.woff2 +0 -0
- package/angular/Roboto-MediumItalic.18ff1628c628080166c1.woff +0 -0
- package/angular/Roboto-MediumItalic.d620b8f53f75966fe42e.woff2 +0 -0
- package/angular/Roboto-Regular.64cfb66c866ea50cad47.woff2 +0 -0
- package/angular/Roboto-Regular.e02e9d6ff5547f7e9962.woff +0 -0
- package/angular/Roboto-RegularItalic.4dd2af1e8df532f41db8.woff2 +0 -0
- package/angular/Roboto-RegularItalic.5ea38fff9eebef99c5df.woff +0 -0
- package/angular/Roboto-Thin.dbd56bd3357dc3617fe5.woff2 +0 -0
- package/angular/Roboto-Thin.e7f7c82374bd0ebef14b.woff +0 -0
- package/angular/Roboto-ThinItalic.5dd9349c940073834e9a.woff +0 -0
- package/angular/Roboto-ThinItalic.a8cef84f735ef887abdc.woff2 +0 -0
- package/angular/assets/config/app-config.json +0 -16
- package/angular/assets/images/splashbg.jpg +0 -0
- package/angular/assets/web-app-commons/fonts/material-icons/MaterialDesignIcons-Community-2.7.94.woff +0 -0
- package/angular/assets/web-app-commons/fonts/material-icons/MaterialDesignIcons-Community-2.7.94.woff2 +0 -0
- package/angular/assets/web-app-commons/fonts/material-icons/material-design-icons-community.css +0 -11293
- package/angular/favicon.ico +0 -0
- package/angular/flUhRq6tzZclQEJ-Vdg-IuiaDsNa.f2a0933406f783065152.woff +0 -0
- package/angular/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.6467d9a24f234e8e8e07.woff2 +0 -0
- package/angular/index.html +0 -16
- package/angular/main-es2015.3a582572476c7f292e52.js +0 -1
- package/angular/main-es5.3a582572476c7f292e52.js +0 -1
- package/angular/polyfills-es2015.7df68534018bc2f6cb09.js +0 -1
- package/angular/polyfills-es5.e79468f406fae2989221.js +0 -1
- package/angular/runtime-es2015.6d2cff76cdb2790d3308.js +0 -1
- package/angular/runtime-es5.6d2cff76cdb2790d3308.js +0 -1
- package/angular/styles.c5c6c2534225b85c4ff0.css +0 -1
- package/config/bad-words.json +0 -1
- package/config/complex-english.json +0 -400
- package/config/hydra-auth.json +0 -8
- package/config/hydra-crawler.json +0 -84
- package/config/list-allow.json +0 -171
- package/config/list-deny.json +0 -248
- package/config/list-expiry.json +0 -7
- package/config/schedule.json +0 -25
- package/config/spelling.json +0 -1
|
@@ -1,400 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"an absence of": [ "no", "none" ],
|
|
3
|
-
"abundance": [ "enough", "plenty", "a lot", "many" ],
|
|
4
|
-
"accede to": [ "allow", "agree to" ],
|
|
5
|
-
"accelerate": [ "speed up" ],
|
|
6
|
-
"accentuate": [ "stress" ],
|
|
7
|
-
"accommodation": [ "where you live", "home" ],
|
|
8
|
-
"accompanying": [ "with" ],
|
|
9
|
-
"accomplish": [ "do", "finish" ],
|
|
10
|
-
"according to our records": [ "our records show" ],
|
|
11
|
-
"accordingly": [ "in line with this", "so" ],
|
|
12
|
-
"acknowledge": [ "thank you for" ],
|
|
13
|
-
"acquaint yourself with": [ "find out about", "read" ],
|
|
14
|
-
"acquiesce": [ "agree" ],
|
|
15
|
-
"acquire": [ "buy", "get" ],
|
|
16
|
-
"additional": [ "extra", "more" ],
|
|
17
|
-
"adjacent": [ "next to" ],
|
|
18
|
-
"adjustment": [ "change", "alteration" ],
|
|
19
|
-
"admissible": [ "allowed", "acceptable" ],
|
|
20
|
-
"advantageous": [ "useful", "helpful" ],
|
|
21
|
-
"advise": [ "tell", "say" ],
|
|
22
|
-
"affix": [ "add", "write", "fasten", "stick on", "fix to" ],
|
|
23
|
-
"afford an opportunity": [ "let", "allow" ],
|
|
24
|
-
"afforded": [ "given" ],
|
|
25
|
-
"aforesaid": [ "this", "earlier in this document" ],
|
|
26
|
-
"aggregate": [ "total" ],
|
|
27
|
-
"aligned": [ "lined up", "in line" ],
|
|
28
|
-
"alleviate": [ "ease", "reduce" ],
|
|
29
|
-
"allocate": [ "divide", "share", "give" ],
|
|
30
|
-
"along the lines of": [ "like", "as in" ],
|
|
31
|
-
"alternative": [ "other" ],
|
|
32
|
-
"alternatively": [ "or", "on the other hand" ],
|
|
33
|
-
"ameliorate": [ "improve", "help" ],
|
|
34
|
-
"amendment": [ "change" ],
|
|
35
|
-
"anticipate": [ "expect" ],
|
|
36
|
-
"apparent": [ "clear", "plain", "obvious", "seeming" ],
|
|
37
|
-
"the applicant": [ "you" ],
|
|
38
|
-
"application": [ "use" ],
|
|
39
|
-
"appreciable": [ "large", "great" ],
|
|
40
|
-
"apprise": [ "inform", "tell" ],
|
|
41
|
-
"appropriate": [ "proper", "right", "suitable" ],
|
|
42
|
-
"appropriate to": [ "suitable for" ],
|
|
43
|
-
"approximately": [ "about", "roughly" ],
|
|
44
|
-
"as a consequence of": [ "because" ],
|
|
45
|
-
"as of the date of": [ "from" ],
|
|
46
|
-
"as regards": [ "about", "on the subject of" ],
|
|
47
|
-
"ascertain": [ "find out" ],
|
|
48
|
-
"assemble": [ "build", "gather", "put together" ],
|
|
49
|
-
"assistance": [ "help" ],
|
|
50
|
-
"at an early date": [ "soon" ],
|
|
51
|
-
"at its discretion": [ "can", "may" ],
|
|
52
|
-
"at the moment": [ "now" ],
|
|
53
|
-
"at the present time": [ "now" ],
|
|
54
|
-
"attempt": [ "try" ],
|
|
55
|
-
"attend": [ "come to", "go to", "be at" ],
|
|
56
|
-
"attributable to": [ "due to", "because of" ],
|
|
57
|
-
"authorise": [ "allow", "let" ],
|
|
58
|
-
"authority": [ "right", "power", "may" ],
|
|
59
|
-
"axiomatic": [ "obvious", "goes without saying" ],
|
|
60
|
-
"belated": [ "late" ],
|
|
61
|
-
"beneficial": [ "helpful", "useful" ],
|
|
62
|
-
"bestow": [ "give", "award" ],
|
|
63
|
-
"breach": [ "break" ],
|
|
64
|
-
"by means of": [ "by" ],
|
|
65
|
-
"calculate": [ "work out", "decide" ],
|
|
66
|
-
"cease": [ "finish", "stop", "end" ],
|
|
67
|
-
"circumvent": [ "get round", "avoid", "skirt", "circle" ],
|
|
68
|
-
"clarification": [ "explanation", "help" ],
|
|
69
|
-
"combine": [ "mix" ],
|
|
70
|
-
"combined": [ "together" ],
|
|
71
|
-
"commence": [ "start", "begin" ],
|
|
72
|
-
"communicate": [ "talk", "write", "telephone", "email" ],
|
|
73
|
-
"competent": [ "able", "can" ],
|
|
74
|
-
"compile": [ "make", "collect" ],
|
|
75
|
-
"complete": [ "fill in", "finish" ],
|
|
76
|
-
"completion": [ "end" ],
|
|
77
|
-
"comply with": [ "keep to", "meet" ],
|
|
78
|
-
"component": [ "part" ],
|
|
79
|
-
"comprises": [ "is made up of", "includes" ],
|
|
80
|
-
"it is compulsory": [ "you must" ],
|
|
81
|
-
"conceal": [ "hide" ],
|
|
82
|
-
"concerning": [ "about", "on" ],
|
|
83
|
-
"conclusion": [ "end" ],
|
|
84
|
-
"concur": [ "agree" ],
|
|
85
|
-
"condition": [ "rule" ],
|
|
86
|
-
"consequently": [ "so" ],
|
|
87
|
-
"considerable": [ "great", "important" ],
|
|
88
|
-
"constitutes": [ "makes up", "forms", "is" ],
|
|
89
|
-
"construe": [ "interpret" ],
|
|
90
|
-
"consult": [ "talk to", "meet", "ask" ],
|
|
91
|
-
"consumption": [ "amount used" ],
|
|
92
|
-
"contemplate": [ "think about" ],
|
|
93
|
-
"contrary to": [ "against", "despite" ],
|
|
94
|
-
"correct": [ "put right" ],
|
|
95
|
-
"correspond": [ "write" ],
|
|
96
|
-
"costs the sum of": [ "costs" ],
|
|
97
|
-
"counter": [ "against" ],
|
|
98
|
-
"courteous": [ "polite" ],
|
|
99
|
-
"cumulative": [ "added up", "added together" ],
|
|
100
|
-
"currently": [ "now" ],
|
|
101
|
-
"customary": [ "usual", "normal" ],
|
|
102
|
-
"deduct": [ "take off", "take away" ],
|
|
103
|
-
"deem to be": [ "treat as" ],
|
|
104
|
-
"defer": [ "put off", "delay" ],
|
|
105
|
-
"deficiency": [ "lack of" ],
|
|
106
|
-
"delete": [ "cross out" ],
|
|
107
|
-
"demonstrate": [ "show", "prove" ],
|
|
108
|
-
"denote": [ "show" ],
|
|
109
|
-
"depict": [ "show" ],
|
|
110
|
-
"designate": [ "point out", "show", "name" ],
|
|
111
|
-
"desire": [ "wish", "want" ],
|
|
112
|
-
"despatch or dispatch": [ "send", "post" ],
|
|
113
|
-
"despite the fact that": [ "though", "although" ],
|
|
114
|
-
"determine": [ "decide", "work out", "set", "end" ],
|
|
115
|
-
"detrimental": [ "harmful", "damaging" ],
|
|
116
|
-
"difficulties": [ "problems" ],
|
|
117
|
-
"diminish": [ "lessen", "reduce" ],
|
|
118
|
-
"disburse": [ "pay", "pay out" ],
|
|
119
|
-
"discharge": [ "carry out" ],
|
|
120
|
-
"disclose": [ "tell", "show" ],
|
|
121
|
-
"disconnect": [ "cut off", "unplug" ],
|
|
122
|
-
"discontinue": [ "stop", "end" ],
|
|
123
|
-
"discrete": [ "separate" ],
|
|
124
|
-
"discuss": [ "talk about" ],
|
|
125
|
-
"disseminate": [ "spread" ],
|
|
126
|
-
"documentation": [ "papers", "documents" ],
|
|
127
|
-
"domiciled in": [ "living in" ],
|
|
128
|
-
"dominant": [ "main" ],
|
|
129
|
-
"due to the fact that": [ "because", "as" ],
|
|
130
|
-
"duration": [ "time", "life" ],
|
|
131
|
-
"during which time": [ "while" ],
|
|
132
|
-
"dwelling": [ "home" ],
|
|
133
|
-
"economical": [ "cheap", "good value" ],
|
|
134
|
-
"eligible": [ "allowed", "qualified" ],
|
|
135
|
-
"elucidate": [ "explain", "make clear" ],
|
|
136
|
-
"emphasise": [ "stress" ],
|
|
137
|
-
"empower": [ "allow", "let" ],
|
|
138
|
-
"enable": [ "allow" ],
|
|
139
|
-
"enclosed": [ "inside", "with" ],
|
|
140
|
-
"please find enclosed": [ "I enclose" ],
|
|
141
|
-
"encounter": [ "meet" ],
|
|
142
|
-
"endeavour": [ "try" ],
|
|
143
|
-
"enquire": [ "ask" ],
|
|
144
|
-
"enquiry": [ "question" ],
|
|
145
|
-
"ensure": [ "make sure" ],
|
|
146
|
-
"entitlement": [ "right" ],
|
|
147
|
-
"envisage": [ "expect", "imagine" ],
|
|
148
|
-
"equivalent": [ "equal", "the same" ],
|
|
149
|
-
"erroneous": [ "wrong" ],
|
|
150
|
-
"establish": [ "show", "find out", "set up" ],
|
|
151
|
-
"evaluate": [ "test", "check" ],
|
|
152
|
-
"evince": [ "show", "prove" ],
|
|
153
|
-
"ex officio": [ "because of his or her position" ],
|
|
154
|
-
"exceptionally": [ "only when", "in this case" ],
|
|
155
|
-
"excessive": [ "too many", "too much" ],
|
|
156
|
-
"exclude": [ "leave out" ],
|
|
157
|
-
"excluding": [ "apart from", "except" ],
|
|
158
|
-
"exclusively": [ "only" ],
|
|
159
|
-
"exempt from": [ "free from" ],
|
|
160
|
-
"expedite": [ "hurry", "speed up" ],
|
|
161
|
-
"expeditiously": [ "as soon as possible", "quickly" ],
|
|
162
|
-
"expenditure": [ "spending" ],
|
|
163
|
-
"expire": [ "run out" ],
|
|
164
|
-
"extant": [ "current", "in force" ],
|
|
165
|
-
"extremity": [ "limit" ],
|
|
166
|
-
"fabricate": [ "make", "make up" ],
|
|
167
|
-
"facilitate": [ "help", "make possible" ],
|
|
168
|
-
"factor": [ "reason" ],
|
|
169
|
-
"failure to": [ "if you do not" ],
|
|
170
|
-
"finalise": [ "end", "finish" ],
|
|
171
|
-
"following": [ "after" ],
|
|
172
|
-
"for the duration of": [ "during", "while" ],
|
|
173
|
-
"for the purpose of": [ "to", "for" ],
|
|
174
|
-
"for the reason that": [ "because" ],
|
|
175
|
-
"formulate": [ "plan", "devise" ],
|
|
176
|
-
"forthwith": [ "now", "at once" ],
|
|
177
|
-
"forward": [ "send" ],
|
|
178
|
-
"frequently": [ "often" ],
|
|
179
|
-
"furnish": [ "give" ],
|
|
180
|
-
"further to": [ "after", "following" ],
|
|
181
|
-
"furthermore": [ "then", "also", "and" ],
|
|
182
|
-
"generate": [ "produce", "give", "make" ],
|
|
183
|
-
"give consideration to": [ "consider", "think about" ],
|
|
184
|
-
"grant": [ "give" ],
|
|
185
|
-
"henceforth": [ "from now on", "from today" ],
|
|
186
|
-
"hereby": [ "now", "by this" ],
|
|
187
|
-
"herein": [ "here" ],
|
|
188
|
-
"hereinafter": [ "after this" ],
|
|
189
|
-
"hereof": [ "of this" ],
|
|
190
|
-
"hereto": [ "to this" ],
|
|
191
|
-
"heretofore": [ "until now", "previously" ],
|
|
192
|
-
"hereunder": [ "below" ],
|
|
193
|
-
"herewith": [ "with this" ],
|
|
194
|
-
"hitherto": [ "until now" ],
|
|
195
|
-
"hold in abeyance": [ "wait", "postpone" ],
|
|
196
|
-
"hope and trust": [ "hope", "trust" ],
|
|
197
|
-
"if and when": [ "if", "when" ],
|
|
198
|
-
"illustrate": [ "show", "explain" ],
|
|
199
|
-
"immediately": [ "at once", "now" ],
|
|
200
|
-
"implement": [ "carry out", "do" ],
|
|
201
|
-
"imply": [ "suggest", "hint at" ],
|
|
202
|
-
"in a number of cases": [ "some cases" ],
|
|
203
|
-
"in accordance with": [ "as under", "in line with", "because of" ],
|
|
204
|
-
"in addition to": [ "and", "as well as", "also" ],
|
|
205
|
-
"in advance": [ "before" ],
|
|
206
|
-
"in case of": [ "if" ],
|
|
207
|
-
"in conjunction with": [ "and", "with" ],
|
|
208
|
-
"in connection with": [ "for", "about" ],
|
|
209
|
-
"in consequence": [ "because", "as a result" ],
|
|
210
|
-
"in excess of": [ "more than" ],
|
|
211
|
-
"in lieu of": [ "instead of" ],
|
|
212
|
-
"in order that": [ "so that" ],
|
|
213
|
-
"in receipt of": [ "get", "have", "receive" ],
|
|
214
|
-
"in relation to": [ "about" ],
|
|
215
|
-
"in respect of": [ "about", "for" ],
|
|
216
|
-
"in the absence of": [ "without" ],
|
|
217
|
-
"in the course of": [ "while", "during" ],
|
|
218
|
-
"in the event of/that": [ "if" ],
|
|
219
|
-
"in the majority of instances": [ "most", "mostly" ],
|
|
220
|
-
"in the near future": [ "soon" ],
|
|
221
|
-
"in the neighbourhood of": [ "about", "around" ],
|
|
222
|
-
"in view of the fact that": [ "as", "because" ],
|
|
223
|
-
"inappropriate": [ "wrong", "unsuitable" ],
|
|
224
|
-
"inception": [ "start", "beginning" ],
|
|
225
|
-
"incorporating": [ "which includes" ],
|
|
226
|
-
"incur": [ "have to pay", "owe" ],
|
|
227
|
-
"indicate": [ "show", "suggest" ],
|
|
228
|
-
"inform": [ "tell" ],
|
|
229
|
-
"initially": [ "at first" ],
|
|
230
|
-
"initiate": [ "begin", "start" ],
|
|
231
|
-
"insert": [ "put in" ],
|
|
232
|
-
"instances": [ "cases" ],
|
|
233
|
-
"intend to": [ "will" ],
|
|
234
|
-
"intimate": [ "say", "hint" ],
|
|
235
|
-
"irrespective of": [ "despite", "even if" ],
|
|
236
|
-
"is of the opinion": [ "thinks" ],
|
|
237
|
-
"issue": [ "give", "send" ],
|
|
238
|
-
"it is known that": [ "I/we know that" ],
|
|
239
|
-
"jeopardise": [ "risk", "threaten" ],
|
|
240
|
-
"a large number of": [ "many", "most" ],
|
|
241
|
-
"locality": [ "place", "area" ],
|
|
242
|
-
"locate": [ "find", "put" ],
|
|
243
|
-
"magnitude": [ "size" ],
|
|
244
|
-
"it is mandatory": [ "you must" ],
|
|
245
|
-
"manner": [ "way" ],
|
|
246
|
-
"manufacture": [ "make" ],
|
|
247
|
-
"marginal": [ "small", "slight" ],
|
|
248
|
-
"material": [ "relevant" ],
|
|
249
|
-
"materialise": [ "happen", "occur" ],
|
|
250
|
-
"may in the future": [ "may", "might", "could" ],
|
|
251
|
-
"merchandise": [ "goods" ],
|
|
252
|
-
"mislay": [ "lose" ],
|
|
253
|
-
"modification": [ "change" ],
|
|
254
|
-
"moreover": [ "and", "also", "as well" ],
|
|
255
|
-
"negligible": [ "very small" ],
|
|
256
|
-
"nevertheless": [ "but", "however", "even so" ],
|
|
257
|
-
"notify": [ "tell", "let us know", "let you know" ],
|
|
258
|
-
"notwithstanding": [ "even if", "despite", "still", "yet" ],
|
|
259
|
-
"numerous": [ "many" ],
|
|
260
|
-
"objective": [ "aim", "goal" ],
|
|
261
|
-
"it is obligatory": [ "you must" ],
|
|
262
|
-
"obtain": [ "get", "receive" ],
|
|
263
|
-
"occasioned by": [ "caused by", "because of" ],
|
|
264
|
-
"on behalf of": [ "for" ],
|
|
265
|
-
"on numerous occasions": [ "often" ],
|
|
266
|
-
"on request": [ "if you ask" ],
|
|
267
|
-
"on the grounds that": [ "because" ],
|
|
268
|
-
"on the occasion that": [ "when", "if" ],
|
|
269
|
-
"operate": [ "work", "run" ],
|
|
270
|
-
"optimum": [ "best", "ideal" ],
|
|
271
|
-
"option": [ "choice" ],
|
|
272
|
-
"ordinarily": [ "normally", "usually" ],
|
|
273
|
-
"otherwise": [ "or" ],
|
|
274
|
-
"outstanding": [ "unpaid" ],
|
|
275
|
-
"owing to": [ "because of" ],
|
|
276
|
-
"partially": [ "partly" ],
|
|
277
|
-
"participate": [ "join in", "take part" ],
|
|
278
|
-
"particulars": [ "details", "facts" ],
|
|
279
|
-
"per annum": [ "a year" ],
|
|
280
|
-
"perform": [ "do" ],
|
|
281
|
-
"permissible": [ "allowed" ],
|
|
282
|
-
"permit": [ "let", "allow" ],
|
|
283
|
-
"personnel": [ "people", "staff" ],
|
|
284
|
-
"persons": [ "people", "anyone" ],
|
|
285
|
-
"peruse": [ "read", "read carefully", "look at" ],
|
|
286
|
-
"place": [ "put" ],
|
|
287
|
-
"possess": [ "have", "own" ],
|
|
288
|
-
"possessions": [ "belongings" ],
|
|
289
|
-
"practically": [ "almost", "nearly" ],
|
|
290
|
-
"predominant": [ "main" ],
|
|
291
|
-
"prescribe": [ "set", "fix" ],
|
|
292
|
-
"preserve": [ "keep", "protect" ],
|
|
293
|
-
"previous": [ "earlier", "before", "last" ],
|
|
294
|
-
"principal": [ "main" ],
|
|
295
|
-
"prior to": [ "before" ],
|
|
296
|
-
"proceed": [ "go ahead" ],
|
|
297
|
-
"procure": [ "get", "obtain", "arrange" ],
|
|
298
|
-
"profusion of": [ "plenty", "too many" ],
|
|
299
|
-
"prohibit": [ "ban", "stop" ],
|
|
300
|
-
"projected": [ "estimated" ],
|
|
301
|
-
"prolonged": [ "long" ],
|
|
302
|
-
"promptly": [ "quickly", "at once" ],
|
|
303
|
-
"promulgate": [ "advertise", "announce" ],
|
|
304
|
-
"proportion": [ "part" ],
|
|
305
|
-
"provide": [ "give" ],
|
|
306
|
-
"provided that": [ "if", "as long as" ],
|
|
307
|
-
"provisions": [ "rules", "terms" ],
|
|
308
|
-
"proximity": [ "closeness", "nearness" ],
|
|
309
|
-
"purchase": [ "buy" ],
|
|
310
|
-
"pursuant to": [ "under", "because of", "in line with" ],
|
|
311
|
-
"reconsider": [ "think again about", "look again at" ],
|
|
312
|
-
"reduce": [ "cut" ],
|
|
313
|
-
"reduction": [ "cut" ],
|
|
314
|
-
"referred to as": [ "called" ],
|
|
315
|
-
"refers to": [ "talks about", "mentions" ],
|
|
316
|
-
"have regard to": [ "take into account" ],
|
|
317
|
-
"regarding": [ "about", "on" ],
|
|
318
|
-
"regulation": [ "rule" ],
|
|
319
|
-
"reimburse": [ "repay", "pay back" ],
|
|
320
|
-
"reiterate": [ "repeat", "restate" ],
|
|
321
|
-
"relating to": [ "about" ],
|
|
322
|
-
"remain": [ "stay" ],
|
|
323
|
-
"remainder": [ "the rest", "what is left" ],
|
|
324
|
-
"remittance": [ "payment" ],
|
|
325
|
-
"remuneration": [ "pay", "wages", "salary" ],
|
|
326
|
-
"render": [ "make", "give", "send" ],
|
|
327
|
-
"report": [ "tell" ],
|
|
328
|
-
"represents": [ "shows", "stands for", "is" ],
|
|
329
|
-
"request": [ "ask", "question" ],
|
|
330
|
-
"require": [ "need", "want", "force" ],
|
|
331
|
-
"requirements": [ "needs", "rules" ],
|
|
332
|
-
"reside": [ "live" ],
|
|
333
|
-
"residence": [ "home", "where you live" ],
|
|
334
|
-
"restriction": [ "limit" ],
|
|
335
|
-
"retain": [ "keep" ],
|
|
336
|
-
"review": [ "look at again" ],
|
|
337
|
-
"revised": [ "new", "changed" ],
|
|
338
|
-
"said/such/same": [ "the", "this", "that" ],
|
|
339
|
-
"scrutinise": [ "read carefully" ],
|
|
340
|
-
"select": [ "choose" ],
|
|
341
|
-
"settle": [ "pay" ],
|
|
342
|
-
"similarly": [ "also", "in the same way" ],
|
|
343
|
-
"solely": [ "only" ],
|
|
344
|
-
"specified": [ "given", "written", "set" ],
|
|
345
|
-
"state": [ "say", "tell us", "write down" ],
|
|
346
|
-
"statutory": [ "legal", "by law" ],
|
|
347
|
-
"subject to": [ "depending on", "under", "keeping to" ],
|
|
348
|
-
"submit": [ "send", "give" ],
|
|
349
|
-
"subsequent to/upon": [ "after" ],
|
|
350
|
-
"subsequently": [ "later" ],
|
|
351
|
-
"substantial": [ "large", "great", "a lot of" ],
|
|
352
|
-
"substantially": [ "more or less" ],
|
|
353
|
-
"sufficient": [ "enough" ],
|
|
354
|
-
"supplement": [ "go with", "add to" ],
|
|
355
|
-
"supplementary": [ "extra", "more" ],
|
|
356
|
-
"supply": [ "give", "sell", "deliver" ],
|
|
357
|
-
"the tenant": [ "you" ],
|
|
358
|
-
"terminate": [ "stop", "end" ],
|
|
359
|
-
"that being the case": [ "if so" ],
|
|
360
|
-
"the question as to whether": [ "whether" ],
|
|
361
|
-
"thereafter": [ "then", "afterwards" ],
|
|
362
|
-
"thereby": [ "by that", "because of that" ],
|
|
363
|
-
"therein": [ "in that", "there" ],
|
|
364
|
-
"thereof": [ "of that" ],
|
|
365
|
-
"thereto": [ "to that" ],
|
|
366
|
-
"thus": [ "so", "therefore" ],
|
|
367
|
-
"to date": [ "so far", "up to now" ],
|
|
368
|
-
"to the extent that": [ "if", "when" ],
|
|
369
|
-
"transfer": [ "change", "move" ],
|
|
370
|
-
"transmit": [ "send" ],
|
|
371
|
-
"ultimately": [ "in the end", "finally" ],
|
|
372
|
-
"unavailability": [ "lack of" ],
|
|
373
|
-
"undernoted": [ "the following" ],
|
|
374
|
-
"undersigned": [ "I", "we" ],
|
|
375
|
-
"undertake": [ "agree", "promise", "do" ],
|
|
376
|
-
"uniform": [ "same", "similar" ],
|
|
377
|
-
"unilateral": [ "one-sided", "one-way" ],
|
|
378
|
-
"unoccupied": [ "empty" ],
|
|
379
|
-
"until such time": [ "until" ],
|
|
380
|
-
"utilisation": [ "use" ],
|
|
381
|
-
"utilise": [ "use" ],
|
|
382
|
-
"variation": [ "change" ],
|
|
383
|
-
"virtually": [ "almost" ],
|
|
384
|
-
"visualise": [ "see", "predict" ],
|
|
385
|
-
"ways and means": [ "ways" ],
|
|
386
|
-
"we have pleasure in": [ "we are glad to" ],
|
|
387
|
-
"whatsoever": [ "whatever", "what", "any" ],
|
|
388
|
-
"whensoever": [ "when" ],
|
|
389
|
-
"whereas": [ "but" ],
|
|
390
|
-
"whether or not": [ "whether" ],
|
|
391
|
-
"with a view to": [ "to", "so that" ],
|
|
392
|
-
"with effect from": [ "from" ],
|
|
393
|
-
"with reference to": [ "about" ],
|
|
394
|
-
"with regard to": [ "about", "for" ],
|
|
395
|
-
"with respect to": [ "about", "for" ],
|
|
396
|
-
"with the minimum of delay": [ "quickly" ],
|
|
397
|
-
"you are requested": [ "please" ],
|
|
398
|
-
"your attention is drawn to": [ "please see", "please note" ],
|
|
399
|
-
"zone": [ "area", "region" ]
|
|
400
|
-
}
|
package/config/hydra-auth.json
DELETED
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"express": {
|
|
3
|
-
"port": 8082,
|
|
4
|
-
"path": "/"
|
|
5
|
-
},
|
|
6
|
-
"angular": {},
|
|
7
|
-
"hydra": {
|
|
8
|
-
"startUrl": "https://www.manchester.ac.uk/"
|
|
9
|
-
},
|
|
10
|
-
"crawl": {
|
|
11
|
-
"findNewAvailableDelay": 20000,
|
|
12
|
-
"maxCrawlers": 50,
|
|
13
|
-
"maxFetchesPerCrawl": 250,
|
|
14
|
-
"availableStrategyThreshold": 100,
|
|
15
|
-
"betweenFetchDelay": 15000,
|
|
16
|
-
"randomisation": 0.05,
|
|
17
|
-
"connectTimeout": 30000,
|
|
18
|
-
"maxFileSize": 4194304,
|
|
19
|
-
"maxFailedTtl": 1,
|
|
20
|
-
"keepHeaders": [
|
|
21
|
-
"content-type:string", "last-modified:date", "date:date", "server:string",
|
|
22
|
-
"x-powered-by:string", "content-length:number", "location:string"
|
|
23
|
-
],
|
|
24
|
-
"treatTimeoutDnsAsDead": true
|
|
25
|
-
},
|
|
26
|
-
"robots": {
|
|
27
|
-
"ignoreWholeSiteDirectives": true
|
|
28
|
-
},
|
|
29
|
-
"parsers": {
|
|
30
|
-
"badWords": {
|
|
31
|
-
"enabled": true,
|
|
32
|
-
"caseSensitive": false,
|
|
33
|
-
"allowHyphenatedWords": true,
|
|
34
|
-
"dictionary": "bad-words.json",
|
|
35
|
-
"maxDataBytes": 512000
|
|
36
|
-
},
|
|
37
|
-
"spelling": {
|
|
38
|
-
"enabled": true,
|
|
39
|
-
"caseSensitive": false,
|
|
40
|
-
"allowHyphenatedWords": true,
|
|
41
|
-
"dictionary": "spelling.json",
|
|
42
|
-
"maxDataBytes": 512000
|
|
43
|
-
},
|
|
44
|
-
"complexEnglish": {
|
|
45
|
-
"enabled": true,
|
|
46
|
-
"caseSensitive": false,
|
|
47
|
-
"dictionary": "complex-english.json",
|
|
48
|
-
"maxDataBytes": 512000
|
|
49
|
-
},
|
|
50
|
-
"accessibilityMetrics": {
|
|
51
|
-
"enabled": true,
|
|
52
|
-
"paragraphWordsThreshold": 10,
|
|
53
|
-
"maxDataBytes": 512000
|
|
54
|
-
},
|
|
55
|
-
"hyperlinks": {
|
|
56
|
-
"enabled": true,
|
|
57
|
-
"sources": [
|
|
58
|
-
"img[src]", "a[href]", "link[href]", "script[src]",
|
|
59
|
-
"form[action]", "iframe[src]", "embed[src]", "source[src]",
|
|
60
|
-
"audio[src]", "track[src]", "video[src]", "object[src]",
|
|
61
|
-
"frame[src]"
|
|
62
|
-
],
|
|
63
|
-
"maxDataBytes": 1024000
|
|
64
|
-
},
|
|
65
|
-
"phpError": {
|
|
66
|
-
"enabled": true,
|
|
67
|
-
"maxDataBytes": 1024000
|
|
68
|
-
},
|
|
69
|
-
"aspError": {
|
|
70
|
-
"enabled": true,
|
|
71
|
-
"maxDataBytes": 1024000
|
|
72
|
-
},
|
|
73
|
-
"imageTags": {
|
|
74
|
-
"enabled": true,
|
|
75
|
-
"maxDataBytes": 1024000
|
|
76
|
-
},
|
|
77
|
-
"jpeg": {
|
|
78
|
-
"enabled": true
|
|
79
|
-
},
|
|
80
|
-
"server": {
|
|
81
|
-
"enabled": true
|
|
82
|
-
}
|
|
83
|
-
}
|
|
84
|
-
}
|
package/config/list-allow.json
DELETED
|
@@ -1,171 +0,0 @@
|
|
|
1
|
-
[
|
|
2
|
-
{ "hostname": "(^|\\.)agocg\\.ac\\.uk$" },
|
|
3
|
-
{ "hostname": "(^|\\.)alma\\.ac\\.uk$" },
|
|
4
|
-
{ "hostname": "(^|\\.)angles\\.eu\\.org$" },
|
|
5
|
-
{ "hostname": "(^|\\.)ashtoninstitute\\.ac\\.uk$" },
|
|
6
|
-
{ "hostname": "(^|\\.)badbir\\.org$" },
|
|
7
|
-
{ "hostname": "(^|\\.)bcrdstudy\\.org$" },
|
|
8
|
-
{ "hostname": "(^|\\.)bilagbr\\.org$" },
|
|
9
|
-
{ "hostname": "(^|\\.)biospec\\.net$" },
|
|
10
|
-
{ "hostname": "(^|\\.)biotrains\\.eu$" },
|
|
11
|
-
{ "hostname": "(^|\\.)boystomenproject\\.com$" },
|
|
12
|
-
{ "hostname": "(^|\\.)braggss\\.co\\.uk$" },
|
|
13
|
-
{ "hostname": "(^|\\.)brazil4africa\\.org$" },
|
|
14
|
-
{ "hostname": "(^|\\.)brin\\.ac\\.uk$" },
|
|
15
|
-
{ "hostname": "(^|\\.)bsrbr\\.org$" },
|
|
16
|
-
{ "hostname": "(^|\\.)cam-man-cic\\.ac\\.uk$" },
|
|
17
|
-
{ "hostname": "(^|\\.)capturingthegains\\.org$" },
|
|
18
|
-
{ "hostname": "(^|\\.)ccalc\\.org\\.uk$" },
|
|
19
|
-
{ "hostname": "(^|\\.)ccsr\\.ac\\.uk$" },
|
|
20
|
-
{ "hostname": "(^|\\.)chancellorscollection\\.co\\.uk$" },
|
|
21
|
-
{ "hostname": "(^|\\.)chancellorshotel\\.co\\.uk$" },
|
|
22
|
-
{ "hostname": "(^|\\.)chethams\\.org\\.uk$" },
|
|
23
|
-
{ "hostname": "(^|\\.)chronicpoverty\\.org$" },
|
|
24
|
-
{ "hostname": "(^|\\.)citizenscientist\\.org\\.uk$" },
|
|
25
|
-
{ "hostname": "(^|\\.)climatejust\\.org\\.uk$" },
|
|
26
|
-
{ "hostname": "(^|\\.)clinicalcodes\\.org$" },
|
|
27
|
-
{ "hostname": "(^|\\.)coebio3\\.org$" },
|
|
28
|
-
{ "hostname": "(^|\\.)confercare-online\\.co\\.uk$" },
|
|
29
|
-
{ "hostname": "(^|\\.)consultationskillsforpharmacy\\.com$" },
|
|
30
|
-
{ "hostname": "(^|\\.)cpi\\.umist\\.ac\\.uk$" },
|
|
31
|
-
{ "hostname": "(^|\\.)cppe\\.ac\\.uk$" },
|
|
32
|
-
{ "hostname": "(^|\\.)cresc\\.ac\\.uk$" },
|
|
33
|
-
{ "hostname": "(^|\\.)cruklungcentre\\.org$" },
|
|
34
|
-
{ "hostname": "(^|\\.)csar\\.cfs\\.ac\\.uk$" },
|
|
35
|
-
{ "hostname": "(^|\\.)data\\.synbiochem\\.co\\.uk$" },
|
|
36
|
-
{ "hostname": "(^|\\.)digital60\\.org$" },
|
|
37
|
-
{ "hostname": "(^|\\.)domesticabuserisk\\.ac\\.uk$" },
|
|
38
|
-
{ "hostname": "(^|\\.)dtors\\.org\\.uk$" },
|
|
39
|
-
{ "hostname": "(^|\\.)eastbordnet\\.org$" },
|
|
40
|
-
{ "hostname": "(^|\\.)effective-states\\.org$" },
|
|
41
|
-
{ "hostname": "(^|\\.)egov4dev\\.org$" },
|
|
42
|
-
{ "hostname": "(^|\\.)engager-energy\\.net$" },
|
|
43
|
-
{ "hostname": "(^|\\.)epspoetry\\.com$" },
|
|
44
|
-
{ "hostname": "(^|\\.)epta\\.eu\\.org$" },
|
|
45
|
-
{ "hostname": "(^|\\.)esciencelab\\.org\\.uk$" },
|
|
46
|
-
{ "hostname": "(^|\\.)esilconference2018\\.com$" },
|
|
47
|
-
{ "hostname": "(^|\\.)esrcmanchesterfest\\.ac\\.uk$" },
|
|
48
|
-
{ "hostname": "(^|\\.)ethnicity\\.ac\\.uk$" },
|
|
49
|
-
{ "hostname": "(^|\\.)everydayparticipation\\.org$" },
|
|
50
|
-
{ "hostname": "(^|\\.)farseeingresearch\\.eu$" },
|
|
51
|
-
{ "hostname": "(^|\\.)festivalofpublichealth\\.co\\.uk$" },
|
|
52
|
-
{ "hostname": "(^|\\.)foodallergens\\.info$" },
|
|
53
|
-
{ "hostname": "(^|\\.)futuredams\\.org$" },
|
|
54
|
-
{ "hostname": "(^|\\.)gamingsociety\\.co\\.uk$" },
|
|
55
|
-
{ "hostname": "(^|\\.)graduatetalentpool\\.direct\\.gov\\.uk$" },
|
|
56
|
-
{ "hostname": "(^|\\.)graduatetalentpoolsearch\\.direct\\.gov\\.uk$" },
|
|
57
|
-
{ "hostname": "(^|\\.)hcri\\.ac\\.uk$" },
|
|
58
|
-
{ "hostname": "(^|\\.)healtex\\.org$" },
|
|
59
|
-
{ "hostname": "(^|\\.)hecsu\\.ac\\.uk$" },
|
|
60
|
-
{ "hostname": "(^|\\.)hedd\\.ac\\.uk$" },
|
|
61
|
-
{ "hostname": "(^|\\.)hewitt\\.ddns\\.net$" },
|
|
62
|
-
{ "hostname": "(^|\\.)homeoffshore\\.org$" },
|
|
63
|
-
{ "hostname": "(^|\\.)hope-academic\\.org\\.uk$" },
|
|
64
|
-
{ "hostname": "(^|\\.)humanitarian-quest\\.org$" },
|
|
65
|
-
{ "hostname": "(^|\\.)humanitarianhistory\\.org$" },
|
|
66
|
-
{ "hostname": "(^|\\.)iapetus\\.phy\\.umist\\.ac\\.uk$" },
|
|
67
|
-
{ "hostname": "(^|\\.)icam-online\\.org$" },
|
|
68
|
-
{ "hostname": "(^|\\.)icuh2014\\.com$" },
|
|
69
|
-
{ "hostname": "(^|\\.)iid2\\.org\\.uk$" },
|
|
70
|
-
{ "hostname": "(^|\\.)ippg\\.org\\.uk$" },
|
|
71
|
-
{ "hostname": "(^|\\.)ipta4gw\\.org$" },
|
|
72
|
-
{ "hostname": "(^|\\.)ist2018\\.org$" },
|
|
73
|
-
{ "hostname": "(^|\\.)jodcast\\.net$" },
|
|
74
|
-
{ "hostname": "(^|\\.)jodrellbank\\.net$" },
|
|
75
|
-
{ "hostname": "(^|\\.)leap\\.eu\\.org$" },
|
|
76
|
-
{ "hostname": "(^|\\.)ltea\\.ac\\.uk$" },
|
|
77
|
-
{ "hostname": "(^|\\.)lupusmasterplans\\.org$" },
|
|
78
|
-
{ "hostname": "(^|\\.)ma\\.umist\\.ac\\.uk$" },
|
|
79
|
-
{ "hostname": "(^|\\.)maas\\.org\\.uk$" },
|
|
80
|
-
{ "hostname": "(^|\\.)mabuls\\.net$" },
|
|
81
|
-
{ "hostname": "(^|\\.)mahsc\\.ac\\.uk$" },
|
|
82
|
-
{ "hostname": "(^|\\.)mahsc\\.org\\.uk$" },
|
|
83
|
-
{ "hostname": "(^|\\.)man\\.ac\\.uk$" },
|
|
84
|
-
{ "hostname": "(^|\\.)manbio\\.uk$" },
|
|
85
|
-
{ "hostname": "(^|\\.)manchester\\.ac\\.uk$" },
|
|
86
|
-
{ "hostname": "(^|\\.)manchester\\.nightline\\.ac\\.uk$" },
|
|
87
|
-
{ "hostname": "(^|\\.)manchestercityofliterature\\.com$" },
|
|
88
|
-
{ "hostname": "(^|\\.)manchesterjmce\\.ac\\.uk$" },
|
|
89
|
-
{ "hostname": "(^|\\.)mancmn\\.org$" },
|
|
90
|
-
{ "hostname": "(^|\\.)manjasuta\\.co\\.uk$" },
|
|
91
|
-
{ "hostname": "(^|\\.)manunicareersblog\\.com$" },
|
|
92
|
-
{ "hostname": "(^|\\.)mbclick\\.com$" },
|
|
93
|
-
{ "hostname": "(^|\\.)mbs\\.ac\\.uk$" },
|
|
94
|
-
{ "hostname": "(^|\\.)mcc\\.ac\\.uk$" },
|
|
95
|
-
{ "hostname": "(^|\\.)mcisb\\.org$" },
|
|
96
|
-
{ "hostname": "(^|\\.)meeting\\.co\\.uk$" },
|
|
97
|
-
{ "hostname": "(^|\\.)merc\\.ac\\.uk$" },
|
|
98
|
-
{ "hostname": "(^|\\.)merlin\\.ac\\.uk$" },
|
|
99
|
-
{ "hostname": "(^|\\.)methodbox\\.org$" },
|
|
100
|
-
{ "hostname": "(^|\\.)methodsnorthwest\\.ac\\.uk$" },
|
|
101
|
-
{ "hostname": "(^|\\.)mettel-prover\\.org$" },
|
|
102
|
-
{ "hostname": "(^|\\.)mib\\.ac\\.uk$" },
|
|
103
|
-
{ "hostname": "(^|\\.)mirbase\\.org$" },
|
|
104
|
-
{ "hostname": "(^|\\.)mobile4\\.phy\\.umist\\.ac\\.uk$" },
|
|
105
|
-
{ "hostname": "(^|\\.)multi-story-shipley\\.co\\.uk$" },
|
|
106
|
-
{ "hostname": "(^|\\.)mygrid\\.org\\.uk$" },
|
|
107
|
-
{ "hostname": "(^|\\.)n8hpc\\.org\\.uk$" },
|
|
108
|
-
{ "hostname": "(^|\\.)nactem\\.ac\\.uk$" },
|
|
109
|
-
{ "hostname": "(^|\\.)narg\\.org\\.uk$" },
|
|
110
|
-
{ "hostname": "(^|\\.)nationalplanning\\.org$" },
|
|
111
|
-
{ "hostname": "(^|\\.)ncess\\.ac\\.uk$" },
|
|
112
|
-
{ "hostname": "(^|\\.)ndtms\\.net$" },
|
|
113
|
-
{ "hostname": "(^|\\.)neighbourhoodsanddementia\\.org$" },
|
|
114
|
-
{ "hostname": "(^|\\.)nhssalfordrd\\.org\\.uk$" },
|
|
115
|
-
{ "hostname": "(^|\\.)niccd\\.org$" },
|
|
116
|
-
{ "hostname": "(^|\\.)npcrdc\\.ac\\.uk$" },
|
|
117
|
-
{ "hostname": "(^|\\.)ntec\\.ac\\.uk$" },
|
|
118
|
-
{ "hostname": "(^|\\.)nwcdtp\\.ac\\.uk$" },
|
|
119
|
-
{ "hostname": "(^|\\.)nwdtc\\.ac\\.uk$" },
|
|
120
|
-
{ "hostname": "(^|\\.)ohrn\\.nhs\\.uk$" },
|
|
121
|
-
{ "hostname": "(^|\\.)omic\\.org\\.uk$" },
|
|
122
|
-
{ "hostname": "(^|\\.)parkinsonspain\\.org\\.uk$" },
|
|
123
|
-
{ "hostname": "(^|\\.)performancefootprint\\.co\\.uk$" },
|
|
124
|
-
{ "hostname": "(^|\\.)pit-sig\\.uk$" },
|
|
125
|
-
{ "hostname": "(^|\\.)politicalperspectives\\.org\\.uk$" },
|
|
126
|
-
{ "hostname": "(^|\\.)prepska\\.org$" },
|
|
127
|
-
{ "hostname": "(^|\\.)preventra\\.net$" },
|
|
128
|
-
{ "hostname": "(^|\\.)projectcode\\.net$" },
|
|
129
|
-
{ "hostname": "(^|\\.)prospects\\.ac\\.uk$" },
|
|
130
|
-
{ "hostname": "(^|\\.)psort\\.org\\.uk$" },
|
|
131
|
-
{ "hostname": "(^|\\.)rachelgibson\\.info$" },
|
|
132
|
-
{ "hostname": "(^|\\.)rams-study\\.net$" },
|
|
133
|
-
{ "hostname": "(^|\\.)researchdirectorate\\.org\\.uk$" },
|
|
134
|
-
{ "hostname": "(^|\\.)researchobject\\.org$" },
|
|
135
|
-
{ "hostname": "(^|\\.)risingpowers\\.net$" },
|
|
136
|
-
{ "hostname": "(^|\\.)romanistudies\\.eu$" },
|
|
137
|
-
{ "hostname": "(^|\\.)royce\\.ac\\.uk$" },
|
|
138
|
-
{ "hostname": "(^|\\.)safi-research\\.org$" },
|
|
139
|
-
{ "hostname": "(^|\\.)salfordresearch\\.org\\.uk$" },
|
|
140
|
-
{ "hostname": "(^|\\.)scalpl\\.org$" },
|
|
141
|
-
{ "hostname": "(^|\\.)sciencex\\.org\\.uk$" },
|
|
142
|
-
{ "hostname": "(^|\\.)servicecatalographer\\.org$" },
|
|
143
|
-
{ "hostname": "(^|\\.)servicecatalogue\\.org\\.uk$" },
|
|
144
|
-
{ "hostname": "(^|\\.)springsustainability\\.org$" },
|
|
145
|
-
{ "hostname": "(^|\\.)ssc-esos\\.net$" },
|
|
146
|
-
{ "hostname": "(^|\\.)structuralconcepts\\.org$" },
|
|
147
|
-
{ "hostname": "(^|\\.)structuralfiresafety\\.com$" },
|
|
148
|
-
{ "hostname": "(^|\\.)structuralfiresafety\\.org$" },
|
|
149
|
-
{ "hostname": "(^|\\.)supergen-bioenergy\\.net$" },
|
|
150
|
-
{ "hostname": "(^|\\.)surrealismcentre\\.ac\\.uk$" },
|
|
151
|
-
{ "hostname": "(^|\\.)sustainable-systems\\.org\\.uk$" },
|
|
152
|
-
{ "hostname": "(^|\\.)swebnet\\.co\\.umist\\.ac\\.uk$" },
|
|
153
|
-
{ "hostname": "(^|\\.)tableyhouse\\.co\\.uk$" },
|
|
154
|
-
{ "hostname": "(^|\\.)tarn\\.ac\\.uk$" },
|
|
155
|
-
{ "hostname": "(^|\\.)tastemcr\\.com$" },
|
|
156
|
-
{ "hostname": "(^|\\.)taverna\\.org\\.uk$" },
|
|
157
|
-
{ "hostname": "(^|\\.)thelearningpharmacy\\.com$" },
|
|
158
|
-
{ "hostname": "(^|\\.)themanchesterreview\\.co\\.uk$" },
|
|
159
|
-
{ "hostname": "(^|\\.)tina-vision\\.net$" },
|
|
160
|
-
{ "hostname": "(^|\\.)uhsmacademylibrary\\.org\\.uk$" },
|
|
161
|
-
{ "hostname": "(^|\\.)umist\\.ac\\.uk$" },
|
|
162
|
-
{ "hostname": "(^|\\.)umss\\.co\\.uk$" },
|
|
163
|
-
{ "hostname": "(^|\\.)umucu\\.org\\.uk$" },
|
|
164
|
-
{ "hostname": "(^|\\.)urbantippingpoint\\.org$" },
|
|
165
|
-
{ "hostname": "(^|\\.)urhis\\.eu$" },
|
|
166
|
-
{ "hostname": "(^|\\.)utopiadocs\\.com$" },
|
|
167
|
-
{ "hostname": "(^|\\.)view\\.commonwl\\.org$" },
|
|
168
|
-
{ "hostname": "(^|\\.)viewit\\.org\\.uk$" },
|
|
169
|
-
{ "hostname": "(^|\\.)watchingdance\\.org$" },
|
|
170
|
-
{ "hostname": "(^|\\.)when2go-study\\.co\\.uk$" }
|
|
171
|
-
]
|