hydra-crawler 1.4.5 → 2.0.1
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 +20 -0
- package/dist/parsers/image-tags.parser.js +38 -34
- 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 +12 -0
- package/dist/parsers/server.parser.js +66 -56
- 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 +45 -32
- 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
package/config/list-deny.json
DELETED
|
@@ -1,248 +0,0 @@
|
|
|
1
|
-
[
|
|
2
|
-
{ "search": "((^[?])|&)sid=[a-f0-9]{32}($|&)" },
|
|
3
|
-
{ "pathname": "/([^/]+/)\\1\\1" },
|
|
4
|
-
{ "pathname": "/index\\.php$", "search": "((^[?])|&)diff=(cur|next|prev|([0-9]+))&oldid=[0-9]+($|&)" },
|
|
5
|
-
{ "pathname": "/index\\.php$", "search": "^[?]title=(Special|MediaWiki|MediaWiki_talk|User_talk):" },
|
|
6
|
-
{ "pathname": "/([^/]+/)([^/]+/)([^/]+/)+\\1\\2([^/]+/)*\\1" },
|
|
7
|
-
{ "pathname": "^/login$", "search": "^[?]return_to=" },
|
|
8
|
-
{ "pathname": "/index\\.php$", "search": "&oldid=(cur|prev|next|([0-9]+))(&|$)" },
|
|
9
|
-
{ "pathname": "/([^/]+/)([^/]+/)\\1\\2\\1" },
|
|
10
|
-
{ "pathname": "/index\\.php/Special:" },
|
|
11
|
-
{ "pathname": "/index\\.php$", "search": "&direction=(prev|next)&oldid=[0-9]+&" },
|
|
12
|
-
{ "hostname": "^pmwebcrawler\\.it\\.manchester\\.ac\\.uk$" },
|
|
13
|
-
{ "hostname": "^accounts\\.google\\.com$", "pathname": "^/ServiceLogin$" },
|
|
14
|
-
{ "hostname": "(^|\\.)ad\\.doubleclick\\.net$" },
|
|
15
|
-
{ "hostname": "^archives\\.li\\.man\\.ac\\.uk$", "pathname": "^/ead/search$", "search": "^[?]operation=" },
|
|
16
|
-
{ "pathname": "^/index\\.php$", "search": "&dir=(prev|next)&offset=[0-9]+&limit=" },
|
|
17
|
-
{ "hostname": "^(www\\.)?((alliancembs\\.manchester)|mbs)\\.ac\\.uk$", "pathname": "^/events/archive/", "search": "(^|[?]|&)page=[0-9]{2,}(&|$)" },
|
|
18
|
-
{ "hostname": "^(www\\.)?((alliancembs\\.manchester)|mbs)\\.ac\\.uk$", "pathname": "^/events/archive/", "search": "(^|[?]|&)category" },
|
|
19
|
-
{ "hostname": "^(www\\.)?((alliancembs\\.manchester)|mbs)\\.ac\\.uk$", "pathname": "^/events/archive/", "search": "(^|[?]|&)(year|yr)=(([0-13-9][0-9]+)|(2[1-9][0-9]+)|(200[0-9])|(202[3-9])|(20[3-9][0-9]))(&|$)" },
|
|
20
|
-
{ "hostname": "^cfd\\.mace\\.manchester\\.ac\\.uk$", "pathname": "^/twiki/", "search": "cover=print%3bcover%3d" },
|
|
21
|
-
{ "hostname": "^cfd\\.mace\\.manchester\\.ac\\.uk$", "pathname": "^/twiki/", "search": "^[?]cover=print" },
|
|
22
|
-
{ "hostname": "^cfd\\.mace\\.manchester\\.ac\\.uk$", "pathname": "^/twiki/bin/(login|edit|rdiff|attach|rename|oops)/" },
|
|
23
|
-
{ "hostname": "^cfd\\.mace\\.manchester\\.ac\\.uk$", "pathname": "^/twiki/bin/viewauth/." },
|
|
24
|
-
{ "hostname": "^cfd\\.mace\\.manchester\\.ac\\.uk$", "pathname": "^/twiki/bin/view/Main/", "search": "cover=print" },
|
|
25
|
-
{ "hostname": "^cfd\\.mace\\.manchester\\.ac\\.uk$", "pathname": "^/twiki/", "search": "cover%3dprint" },
|
|
26
|
-
{ "hostname": "^cfd\\.mace\\.manchester\\.ac\\.uk$", "search": "((^[?])|&|;)((raw=on)|(rev=[0-9]+)|(sortcol=[0-9]+)|(table=[0-9]+)|(up=[0-9]+))(&|$|;)" },
|
|
27
|
-
{ "hostname": "^cfd\\.mace\\.manchester\\.ac\\.uk$", "pathname": "^/twiki/bin/view/Main/FlavienBillardSandbox$" },
|
|
28
|
-
{ "hostname": "^cfd\\.mace\\.manchester\\.ac\\.uk$", "pathname": "^/twiki/bin/view/CfdTm/[A-Za-z0-9]+$", "search": ".+" },
|
|
29
|
-
{ "hostname": "^cfd\\.mace\\.manchester\\.ac\\.uk$", "pathname": "^/twiki/bin/search/Main/$" },
|
|
30
|
-
{ "hostname": "^cfd\\.mace\\.manchester\\.ac\\.uk$", "pathname": "^/twiki/bin/view/TWiki/" },
|
|
31
|
-
{ "hostname": "^cfd\\.mace\\.manchester\\.ac\\.uk$", "pathname": "^/cgi-bin/cfddb/prpage\\.cgi" },
|
|
32
|
-
{ "hostname": "^cfd\\.mace\\.manchester\\.ac\\.uk$", "pathname": "^/ercoftac/" },
|
|
33
|
-
{ "hostname": "^cfd\\.mace\\.manchester\\.ac\\.uk$", "pathname": "^/Doxygen" },
|
|
34
|
-
{ "hostname": "^(charybdis\\.smith\\.man\\.ac\\.uk)|(elwiki\\.ls\\.manchester\\.ac\\.uk)$", "pathname": "^/groups/.+/(search|revisions)/" },
|
|
35
|
-
{ "hostname": "^data3\\.cas\\.manchester\\.ac\\.uk$", "pathname": "/[0-9]{4}(/[0-9]{2}(/[0-9]{2})?)?(/?(index\\.php)?)$" },
|
|
36
|
-
{ "hostname": "^data3\\.cas\\.manchester\\.ac\\.uk$", "pathname": "^/[Ll]ogs/$", "search": "^[?]view_(category|post)=.+" },
|
|
37
|
-
{ "hostname": "^data3\\.cas\\.manchester\\.ac\\.uk$", "pathname": "^/SS[0-9]{4}(/[0-9]{2}(/[0-9]{2})?)?(/?(index\\.php)?)$" },
|
|
38
|
-
{ "hostname": "^del\\.icio\\.us$", "pathname": "^/post$" },
|
|
39
|
-
{ "hostname": "^digg\\.com$", "pathname": "^/submit$" },
|
|
40
|
-
{ "hostname": "^directory\\.manchester\\.ac\\.uk$", "pathname": "^/advanced\\.php$", "search": "^[?]dn=cn%3D" },
|
|
41
|
-
{ "hostname": "^directory\\.manchester\\.ac\\.uk$", "pathname": "^/$", "search": "^[?](dn|ou)=" },
|
|
42
|
-
{ "hostname": "^documents\\.manchester\\.ac\\.uk$", "pathname": "^/protected/display\\.aspx$" },
|
|
43
|
-
{ "hostname": "^documents\\.manchester\\.ac\\.uk$", "pathname": "^/login2\\.aspx$" },
|
|
44
|
-
{ "hostname": "^documents\\.manchester\\.ac\\.uk$", "pathname": "^/admin/editDoc2\\.aspx$" },
|
|
45
|
-
{ "hostname": "^dosytoolbox\\.chemistry\\.manchester\\.ac\\.uk$", "pathname": "^/dosytoolbox/doku\\.php$", "search": "((^[?])|&)rev=[-0-9]+(&|$)" },
|
|
46
|
-
{ "hostname": "^dosytoolbox\\.chemistry\\.manchester\\.ac\\.uk$", "pathname": "^/dosytoolbox/doku\\.php$", "search": "((^[?])|&)do=(edit|login|diff)($|&)" },
|
|
47
|
-
{ "hostname": "^dosytoolbox\\.chemistry\\.manchester\\.ac\\.uk$", "pathname": "^/dosytoolbox/lib/exe/indexer\\.php$" },
|
|
48
|
-
{ "hostname": "^edocs\\.manchester\\.ac\\.uk$", "pathname": "^/wallet/servlet/UserWalletApp/" },
|
|
49
|
-
{ "hostname": "^elearn\\.cs\\.man\\.ac\\.uk$", "pathname": "^/phpBB/viewtopic\\.php$", "search": "((^[?])|&)view=print($|&)" },
|
|
50
|
-
{ "hostname": "^elearn\\.cs\\.man\\.ac\\.uk$", "pathname": "^/phpBB/posting\\.php$", "search": "((^[?])|&)mode=(post|reply)($|&)" },
|
|
51
|
-
{ "hostname": "^emu\\.man\\.ac\\.uk$", "pathname": "^/emuwebwag/objects/common/webmedia\\.php$" },
|
|
52
|
-
{ "hostname": "^eprints\\.ma\\.man\\.ac\\.uk$", "pathname": "^/es/index\\.php$", "search": "^[?]action=" },
|
|
53
|
-
{ "hostname": "^eprints\\.ma\\.man\\.ac\\.uk$", "pathname": "^/perl/users/staff/edit_eprint$" },
|
|
54
|
-
{ "hostname": "^eprints\\.maths\\.manchester\\.ac\\.uk$", "pathname": "^/cgi/" },
|
|
55
|
-
{ "hostname": "^fluorine\\.ch\\.man\\.ac\\.uk$", "pathname": "^/data/nmr/index\\.php$", "search": "^[?]path=" },
|
|
56
|
-
{ "hostname": "^getpocket\\.com$", "pathname": "^/save/$", "search": "^[?]url=" },
|
|
57
|
-
{ "hostname": "^gitlab\\.cs\\.man\\.ac\\.uk$", "pathname": "/(project|activity|tree|commits|network|graphs|milestones|issues|merge_requests|labels|blob)(/|$)" },
|
|
58
|
-
{ "hostname": "^gitlab\\.cs\\.man\\.ac\\.uk$", "pathname": "/[a-f0-9]{40}($|/)" },
|
|
59
|
-
{ "hostname": "^ieeexplore\\.ieee\\.org$", "pathname": "^/Xplore/dynhome\\.jsp$" },
|
|
60
|
-
{ "hostname": "^ieeexplore\\.ieee\\.org$", "search": "&tag=1&tag=1&" },
|
|
61
|
-
{ "hostname": "^ieeexplore\\.ieee\\.org$", "pathname": "^/xpls/abs_all\\.jsp$" },
|
|
62
|
-
{ "hostname": "^indico\\.hep\\.manchester\\.ac\\.uk$", "pathname": "^/signIn\\.py$" },
|
|
63
|
-
{ "hostname": "^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)[0-9]{4}\\.archive\\.ensembl\\.org$" },
|
|
64
|
-
{ "hostname": "^listserv\\.manchester\\.ac\\.uk$" },
|
|
65
|
-
{ "hostname": "^login\\.manchester\\.ac\\.uk$" },
|
|
66
|
-
{ "hostname": "((ma\\.man)|(maths\\.manchester))\\.ac.uk$", "pathname": "^/~siam/login\\.php$", "search": "^[?]url=" },
|
|
67
|
-
{ "hostname": "\\.(man|manchester)\\.ac\\.uk$", "pathname": "/(undergraduate|postgraduate|ug|pg)?(-?)(taught|research)?(-?)course(s?)/", "search": "((^[?])|&)pg=[0-9](&|$)" },
|
|
68
|
-
{ "hostname": "\\.(man|manchester)\\.ac\\.uk$", "pathname": "/(undergraduate|postgraduate|postgraduatetaught|(postgraduate-taught)|ug|pg|programmes|study|(undergraduate-study)|(taught-masters))/", "search": "((^[?])|&)pg=([0-9]|options|home)(&|$)" },
|
|
69
|
-
{ "hostname": "^www\\.mbs\\.ac\\.uk$", "pathname": "^/study/.+/(overview|(entry-requirements)|(application-and-selection)|(course-details)|careers)/$" },
|
|
70
|
-
{ "hostname": "^manunicareersblog\\.com$", "search": "^[?]share(d?)=email(&|$)" },
|
|
71
|
-
{ "hostname": "^manunicareersblog\\.com$", "pathname": "^/.+/(%20)*www\\.([-a-z0-9]{2,}\\.)+(uk|net|com|org)/.+/(%20)*www\\." },
|
|
72
|
-
{ "hostname": "^matchmaker\\.eps\\.manchester\\.ac\\.uk$", "pathname": "^/condorstatus/" },
|
|
73
|
-
{ "hostname": "^m\\.central\\.manchester\\.ac\\.uk$", "search": "persist=" },
|
|
74
|
-
{ "hostname": "^mixx\\.com$", "pathname": "^/submit$", "search": "^[?].+$" },
|
|
75
|
-
{ "search": "(^|[?]|&)yr=(([0-13-9][0-9]+)|(2[1-9][0-9]+)|(200[0-9])|(202[3-9])|(20[3-9][0-9]))($|&)" },
|
|
76
|
-
{ "hostname": "^my\\.manchester\\.ac\\.uk$", "pathname": "\\.(png|jpg|jpeg);jsessionid=" },
|
|
77
|
-
{ "hostname": "^(old|www|beta)\\.library\\.manchester\\.ac\\.uk$", "search": "((^[?])|&)level=[345]($|&)" },
|
|
78
|
-
{ "hostname": "^((oldwww\\.ma\\.man)|(www\\.maths\\.manchester))\\.ac\\.uk$", "pathname": "^/cryptography_competition(_[0-9]+)?/login.php$", "search": "^[?]return=login\\.php" },
|
|
79
|
-
{ "hostname": "^online\\.manchester\\.ac\\.uk$", "pathname": "^/webapps/cmsmain/." },
|
|
80
|
-
{ "hostname": "^pinterest\\.com$", "pathname": "^/pin/create/button/$", "search": "^[?]url=" },
|
|
81
|
-
{ "hostname": "^plus\\.google\\.com$", "pathname": "^/share$" },
|
|
82
|
-
{ "hostname": "^reddit\\.com$", "pathname": "^/submit$" },
|
|
83
|
-
{ "hostname": "^r-login\\.wordpress\\.com$", "pathname": "^/remote-login\\.php$" },
|
|
84
|
-
{ "hostname": "^romani\\.humanities\\.manchester\\.ac\\.uk$", "pathname": "^/rms/.+/.+/(web|javascript|img|css|js|searches|help|query)/" },
|
|
85
|
-
{ "hostname": "^romani\\.humanities\\.manchester\\.ac\\.uk$", "pathname": "^/rms/browse/(search|web|javascript|img|css|js)/" },
|
|
86
|
-
{ "hostname": "^s100\\.copyright\\.com$", "pathname": "^/App/checkLoginCas\\.jsp$" },
|
|
87
|
-
{ "hostname": "^servicedesk\\.manchester\\.ac\\.uk$", "pathname": "^/portal/ss/login\\.jsp$" },
|
|
88
|
-
{ "hostname": "^shib\\.manchester\\.ac\\.uk$" },
|
|
89
|
-
{ "hostname": "^sitemanager\\.manchester\\.ac\\.uk$" },
|
|
90
|
-
{ "hostname": "^slashdot\\.org$", "pathname": "^/bookmark\\.pl$" },
|
|
91
|
-
{ "hostname": "^stage\\.ls\\.manchester\\.ac\\.uk$" },
|
|
92
|
-
{ "hostname": "^stream\\.manchester\\.ac\\.uk$", "pathname": "^/Appwide/Administrator/Customisation/vls/px_top\\.gif$", "search": "^[?][-a-z0-9]+$" },
|
|
93
|
-
{ "hostname": "^studentnet\\.cs\\.manchester\\.ac\\.uk$", "pathname": "/timetable(s?)/.+\\.php$", "search": ".+" },
|
|
94
|
-
{ "hostname": "^themarketplace\\.staffnet\\.manchester\\.ac\\.uk$", "pathname": "^/(passwordrecovery|edit|remove).aspx$" },
|
|
95
|
-
{ "hostname": "(.+\\.)?tumblr\\.com$", "pathname": "^/share" },
|
|
96
|
-
{ "hostname": "^twitter\\.com$", "pathname": "^/login$" },
|
|
97
|
-
{ "hostname": "^twitter\\.com$", "pathname": "^/home/$", "search": "^[?]status=http" },
|
|
98
|
-
{ "hostname": "^twitter\\.com$", "pathname": "^/intent/tweet$" },
|
|
99
|
-
{ "hostname": "^ukepigraphy\\.humanities\\.manchester\\.ac\\.uk$", "pathname": "^/index\\.php$", "search": "((^[?])|&)returntoquery=" },
|
|
100
|
-
{ "hostname": "^ukepigraphy\\.humanities\\.manchester\\.ac\\.uk$", "pathname": "^/index\\.php$", "search": "&oldid=(cur|prev|next|([0-9]+))(&|$)" },
|
|
101
|
-
{ "hostname": "^ukepigraphy\\.humanities\\.manchester\\.ac\\.uk$", "pathname": "^/index\\.php$", "search": "((^[?])|&)(action|do)=(edit|login|diff|source|upload)($|&)" },
|
|
102
|
-
{ "hostname": "^(web|www)\\.expasy\\.org$", "pathname": "^/cgi-bin/." },
|
|
103
|
-
{ "hostname": "^wiki\\.cs\\.manchester\\.ac\\.uk$", "pathname": "/index\\.php$", "search": "&oldid=(cur|prev|next|([0-9]+))(&|$)" },
|
|
104
|
-
{ "hostname": "^wiki\\.manchester\\.ac\\.uk$", "pathname": "/index\\.php$", "search": "&oldid=(cur|prev|next|([0-9]+))(&|$)" },
|
|
105
|
-
{ "hostname": "^wiki\\.rac\\.manchester\\.ac\\.uk$", "pathname": "^/community/OtherUser/[0-9]{4}-[0-9]{2}-[0-9]{2}$" },
|
|
106
|
-
{ "hostname": "^wiki\\.rac\\.manchester\\.ac\\.uk$", "pathname": "^/(community|internal)/WikiCourse/" },
|
|
107
|
-
{ "hostname": "^wiki\\.rac\\.manchester\\.ac\\.uk$", "pathname": "^/community/HelpOnMacros/MonthCalendar/" },
|
|
108
|
-
{ "hostname": "^wiki\\.rac\\.manchester\\.ac\\.uk$", "pathname": "^/internal/." },
|
|
109
|
-
{ "hostname": "^wiki\\.rac\\.manchester\\.ac\\.uk$", "pathname": "^/community/HelpOnMacros/MonthCalendar$" },
|
|
110
|
-
{ "hostname": "^wikizorn\\.zorn\\.its\\.manchester\\.ac\\.uk$", "pathname": "/index\\.php$", "search": "&oldid=(cur|prev|next|([0-9]+))(&|$)" },
|
|
111
|
-
{ "hostname": "^www\\.alc\\.manchester\\.ac\\.uk$", "pathname": "^/subjects/.", "search": "((^[?])|&)pg=[0-9](&|$)" },
|
|
112
|
-
{ "hostname": "^(www\\.)?bioinf\\.(man|manchester)\\.ac\\.uk$", "pathname": "^/cgi-bin/dbbrowser/" },
|
|
113
|
-
{ "hostname": "^www\\.cicada\\.manchester\\.ac\\.uk$", "pathname": "^/events/seminars/." },
|
|
114
|
-
{ "hostname": "^www\\.compsoc\\.manchester\\.ac\\.uk$", "pathname": "^/w/(Special|MediaWiki|MediaWiki_talk|User_talk):" },
|
|
115
|
-
{ "hostname": "^www\\.ehaus-ssl5\\.co\\.uk$", "pathname": "/pluto_oscontroller\\.asp$", "search": "plutobooks" },
|
|
116
|
-
{ "hostname": "^www\\.epr\\.chemistry\\.manchester\\.ac\\.uk$", "pathname": "^/calendar/$" },
|
|
117
|
-
{ "hostname": "^www\\.escholar\\.manchester\\.ac\\.uk$", "pathname": "^/uk-ac-man-scw:[0-9a-z]+$" },
|
|
118
|
-
{ "hostname": "^www\\.escholar\\.manchester\\.ac\\.uk$", "pathname": "/search(/?)$", "search": "((^[?])|&)search=" },
|
|
119
|
-
{ "hostname": "^www\\.facebook\\.com$", "pathname": "^/(sharer|login|dialog)(\\.|/)" },
|
|
120
|
-
{ "hostname": "^ www\\.genomenviron\\.org$", "pathname": "^/[A-Za-z0-9]{5}/" },
|
|
121
|
-
{ "hostname": "^www\\.graphene\\.manchester\\.ac\\.uk$", "pathname": ".+/latest.php" },
|
|
122
|
-
{ "hostname": "^www\\.graphene\\.manchester\\.ac\\.uk$", "pathname": "^.+/(explore|collaborate|discover)/$" },
|
|
123
|
-
{ "hostname": "^www\\.hep\\.(man|manchester)\\.ac\\.uk$", "pathname": "/gridsite-admin\\.cgi$" },
|
|
124
|
-
{ "hostname": "^www\\.library\\.manchester\\.ac\\.uk$", "search": "((^[?])|&)(category|(tags(\\[\\])?))($|=)" },
|
|
125
|
-
{ "hostname": "^www\\.llc\\.manchester\\.ac\\.uk$", "pathname": "^/research/projects/germanic-possessive-s/data/database/data\\.html." },
|
|
126
|
-
{ "hostname": "^www\\.mace\\.manchester\\.ac\\.uk$", "pathname": "^/people/staff/academic-staff/profile/grants/index\\.htm$" },
|
|
127
|
-
{ "hostname": "^www\\.mace\\.manchester\\.ac\\.uk$", "pathname": "^/bookabstract/index\\.htm$" },
|
|
128
|
-
{ "hostname": "^www\\.mace\\.manchester\\.ac\\.uk$", "pathname": "^/journalpaperabstract/index\\.htm$" },
|
|
129
|
-
{ "hostname": "^www\\.mace\\.manchester\\.ac\\.uk$", "pathname": "^/conferencepaper(abstract|pdf)/" },
|
|
130
|
-
{ "hostname": "^www\\.manchester\\.ac\\.uk$", "pathname": "^/research/p\\.nutter/www\\.cs\\.manchester\\.ac\\.uk/" },
|
|
131
|
-
{ "hostname": "^www\\.maths\\.manchester\\.ac\\.uk$", "pathname": "^/cryptography_competition_2014/login\\.php$" },
|
|
132
|
-
{ "hostname": "^www\\.maths\\.manchester\\.ac\\.uk$", "pathname": "^/~jm/.", "search": "((^[?])|&)(action|do)=(edit|login|diff|source|upload)($|&)" },
|
|
133
|
-
{ "hostname": "^www\\.maths\\.manchester\\.ac\\.uk$", "pathname": "^/cryptography_competition/forum\\.php$", "search": "^[?]action=viewReply&ID=[0-9]+$" },
|
|
134
|
-
{ "hostname": "^www\\.mbc\\.manchester\\.ac\\.uk$", "search": "redirect_to=.+redirect_to" },
|
|
135
|
-
{ "hostname": "^www\\.mcrc\\.manchester\\.ac\\.uk$", "pathname": "^/.+/About-Us/" },
|
|
136
|
-
{ "hostname": "^www\\.mcrc\\.manchester\\.ac\\.uk$", "search": "^((^[?])|&)page=[1-9][0-9]" },
|
|
137
|
-
{ "hostname": "^www\\.mixx\\.com$", "pathname": "^/submit$", "search": "^[?].+$" },
|
|
138
|
-
{ "hostname": "^www\\.mub\\.eps\\.manchester\\.ac\\.uk$", "pathname": "^/.+/.+\\.(jpg|jpeg|png)/" },
|
|
139
|
-
{ "hostname": "^www\\.mub\\.eps\\.manchester\\.ac\\.uk$", "pathname": "^/samantha-bail/(.+/)?www(\\.[-a-z0-9]+){2,}/" },
|
|
140
|
-
{ "hostname": "^www\\.pinterest\\.com$", "pathname": "^/pin/create/button/$", "search": "^[?]url=" },
|
|
141
|
-
{ "hostname": "^www\\.pinterest\\.com$", "pathname": "^/join/$", "search": "^[?]next=" },
|
|
142
|
-
{ "hostname": "^www\\.plutobooks\\.com$", "pathname": "^/display\\.asp$", "search": "http://www\\.plutobooks\\.com/display\\.asp" },
|
|
143
|
-
{ "hostname": "^www\\.psf\\.org\\.pe$", "pathname": "modules/AMS/(xto/){2,}index.php" },
|
|
144
|
-
{ "hostname": "^www\\.rcs\\.manchester\\.ac\\.uk$", "pathname": "^/OtherUser/." },
|
|
145
|
-
{ "hostname": "^www\\.rcs\\.manchester\\.ac\\.uk$", "pathname": "^/HelpOnMacros/MonthCalendar$" },
|
|
146
|
-
{ "hostname": "^www\\.rcs\\.manchester\\.ac\\.uk$", "pathname": "^/WikiCourse/" },
|
|
147
|
-
{ "hostname": "^www\\.rcs\\.manchester\\.ac\\.uk$", "pathname": "^/WikiSandBox/." },
|
|
148
|
-
{ "hostname": "^www\\.rcs\\.manchester\\.ac\\.uk$", "pathname": "^/HelpOnMacros/MonthCalendar/." },
|
|
149
|
-
{ "hostname": "^www\\.rcs\\.manchester\\.ac\\.uk$", "pathname": "^/WikiSandBox$", "search": "calparms=WikiSandBox" },
|
|
150
|
-
{ "hostname": "^www\\.rcs\\.manchester\\.ac\\.uk$", "pathname": "^/HelpOnMacros/MonthCalendar$", "search": "calparms=" },
|
|
151
|
-
{ "hostname": "^www\\.readinglists\\.manchester\\.ac\\.uk$", "pathname": "\\.ris$" },
|
|
152
|
-
{ "hostname": "^www\\.readinglists\\.manchester\\.ac\\.uk$", "pathname": "/((as_login\\.php)|(feedback\\.html)|mybookmarks)$" },
|
|
153
|
-
{ "hostname": "^www\\.readinglists\\.manchester\\.ac\\.uk$", "search": "((^[?])|&)(groupby|style)=" },
|
|
154
|
-
{ "hostname": "^blogging(2?)\\.humanities\\.manchester\\.ac\\.uk$", "search": "&month=[a-z]+?&yr=[0-9]+$" },
|
|
155
|
-
{ "hostname": "^www\\.stumbleupon\\.com$", "pathname": "^/submit$" },
|
|
156
|
-
{ "hostname": "^www\\.tlso\\.manchester\\.ac\\.uk$", "pathname": "^/news/bulletins/archive/." },
|
|
157
|
-
{ "hostname": "^www\\.uniprot\\.org$", "pathname": "^/uniprot/." },
|
|
158
|
-
{ "hostname": "^www\\.yourcounciljobs\\.co\\.uk$", "pathname": "^/install/error\\.aspx$" },
|
|
159
|
-
{ "hostname": "^your\\.manchester\\.ac\\.uk$", "pathname": "^/login-required$", "search": "^[?]bm=(-?)[0-9]+($|&)" },
|
|
160
|
-
{ "hostname": "^(your|wiki|(qcdwiki\\.hep)|(wikizorn\\.zorn\\.its)|(wiki\\.cs))\\.manchester\\.ac\\.uk$", "pathname": "/index\\.php$", "search": "^[?]title=" },
|
|
161
|
-
{ "hostname": "^studentmobility\\.manchester\\.ac\\.uk$", "pathname": "^/accounts/[0-9A-F]+?/themes/stockassets/", "search": "^[?]r=[0-9]+$" },
|
|
162
|
-
{ "hostname": "^blogging(2?)\\.humanities\\.manchester\\.ac\\.uk$", "search": "((^[?])|&)month=[a-z]+?&yr=[0-9]+$" },
|
|
163
|
-
{ "hostname": "^(www\\.)?staffnet\\.manchester\\.ac\\.uk$", "pathname": "^/news/archive/list/display/$" },
|
|
164
|
-
{ "hostname": "^www\\.research\\.manchester\\.ac\\.uk$", "search": "((^[?])|&)descending=(true|false)(&|$)" },
|
|
165
|
-
{ "hostname": "^www\\.research\\.manchester\\.ac\\.uk$", "search": "((^[?])|&)pageSize=[0-9]+(&|$)" },
|
|
166
|
-
{ "hostname": "^www\\.research\\.manchester\\.ac\\.uk$", "search": "((^[?])|&)ordering=[a-zA-Z]+(&|$)" },
|
|
167
|
-
{ "hostname": "^www\\.readinglists\\.manchester\\.ac\\.uk$", "search": "((^[?])|&)referrer=%2Flists%2F" },
|
|
168
|
-
{ "hostname": "^www\\.readinglists\\.manchester\\.ac\\.uk$", "pathname": "^/feedback\\.html$" },
|
|
169
|
-
{ "hostname": "^www\\.readinglists\\.manchester\\.ac\\.uk$", "pathname": "^/link$", "search": "^[?]url=" },
|
|
170
|
-
{ "hostname": "^www\\.readinglists\\.manchester\\.ac\\.uk$", "pathname": "^/lists/" },
|
|
171
|
-
{ "hostname": "^www\\.research\\.manchester\\.ac\\.uk$", "pathname": "^/portal/" },
|
|
172
|
-
{ "hostname": "^webapps\\.manchester\\.ac\\.uk$", "path": "^/shared/cas/" },
|
|
173
|
-
{ "hostname": "^pssweb\\.manchester\\.ac\\.uk$", "pathname": "^/includes/php/apps/PSSwebApps/shared/cas" },
|
|
174
|
-
{ "pathname": "/{3,}" },
|
|
175
|
-
{ "pathname": "\\\\" },
|
|
176
|
-
{ "pathname": "^//" },
|
|
177
|
-
{ "hostname": "^www\\.manchesterjudo\\.org$", "pathname": "^/." },
|
|
178
|
-
{ "hostname": "^localhost$" },
|
|
179
|
-
{ "hostname": "^127\\.[01]\\.0\\.[01]$" },
|
|
180
|
-
{ "pathname": "^/404/", "search": "^[?]404;http" },
|
|
181
|
-
{ "hostname": "^www\\.reddit\\.com$", "pathname": "^/submit" },
|
|
182
|
-
{ "hostname": "^(www\\.)?linkedin\\.com$", "pathname": "^/(cws|share)" },
|
|
183
|
-
{ "hostname": "(^|\\.)weibo\\.com$", "pathname": "^/share/" },
|
|
184
|
-
{ "hostname": "^(www\\.)?twitter\\.com$", "pathname": "^/(share|home)" },
|
|
185
|
-
{ "pathname": "(jsessionid|JSESSIONID)=" },
|
|
186
|
-
{ "search": "((^[?])|&)(jsessionid|JSESSIONID)=" },
|
|
187
|
-
{ "search": "((^[?])|&)submit=" },
|
|
188
|
-
{ "hostname": "^(www\\.)?librarysearch\\.manchester\\.ac\\.uk$" },
|
|
189
|
-
{ "hostname": "^(www\\.)?worldcatlibraries\\.org", "pathname": "/registry/gateway" },
|
|
190
|
-
{ "pathname": "/[Ll]og[io]n(\\.(php|aspx|asp))?$" },
|
|
191
|
-
{ "pathname": "/[Ll]og[io]n/" },
|
|
192
|
-
{ "search": "((^[?])|&)ctl=[Ll]og[io]n(&|$)" },
|
|
193
|
-
{ "hostname": "outlook\\.manchester\\.ac\\.uk$" },
|
|
194
|
-
{ "hostname": "^jetpack\\.wordpress\\.com$", "pathname": "/jetpack-comment/" },
|
|
195
|
-
{ "pathname": "/wp-json/oembed/" },
|
|
196
|
-
{ "search": "((^[?])|&)utm_(source|medium|campaign)=" },
|
|
197
|
-
{ "pathname": "wp-login\\.php" },
|
|
198
|
-
{ "pathname": "/confLogin\\.py" },
|
|
199
|
-
{ "search": "((^[?])|&)gator_td" },
|
|
200
|
-
{ "search": "((^[?])|&)action=(edit|info|diff|login|recoverpass|newaccount|recall|AttachFile|rss_rc|history|fullsearch|search)(&|$)" },
|
|
201
|
-
{ "hostname": "manchester\\.ac\\.uk$", "search": "^[?]share(d?)=(email|twitter|facebook|linkedin)($|&)" },
|
|
202
|
-
{ "pathname": "wiki.*\\.php", "search": "((^[?])|&)title=(Special|Help)" },
|
|
203
|
-
{ "pathname": "wiki.*\\.php/(Special|Help):" },
|
|
204
|
-
{ "hostname": "wiki", "pathname": "\\.php/(Special|Help):" },
|
|
205
|
-
{ "hostname": "\\.manchester\\.ac\\.uk$", "pathname": "/(programmes|study)/.*(overview|entry-requirements|application-and-selection|programme-details|course-details|careers)/" },
|
|
206
|
-
{ "hostname": "^indico\\.hep\\.manchester\\.ac\\.uk$", "pathname": "\\.py/(ical|next|prev|xml|pdf)" },
|
|
207
|
-
{ "hostname": "^indico\\.hep\\.manchester\\.ac\\.uk$", "pathname": "(Modification|managementAccess)" },
|
|
208
|
-
{ "hostname": "^gitlab\\.cs\\.man\\.ac\\.uk$", "pathname": "/(tags|compare|contributed|projects|snippets|groups)$" },
|
|
209
|
-
{ "hostname": "^gitlab\\.cs\\.man\\.ac\\.uk$", "search": "((^[?])|&)(sort|scope)=" },
|
|
210
|
-
{ "hostname": "^harbour\\.man\\.ac\\.uk$", "search": "((^[?])|&)(reftable|refirn|size|thumb|QueryPage)=" },
|
|
211
|
-
{ "hostname": "^(www\\.)?dx\\.doi\\.org$", "pathname": "^/[0-9]+\\.[0-9]+/" },
|
|
212
|
-
{ "hostname": "^gnteam\\.cs\\.manchester\\.ac\\.uk$", "pathname": "/wikipaints/" },
|
|
213
|
-
{ "hostname": "^whitworth\\.cas\\.manchester\\.ac\\.uk$", "pathname": "/(SS)?(19|20)[0-9]{2}/" },
|
|
214
|
-
{ "hostname": "^gitlab\\.cs\\.man\\.ac\\.uk$", "pathname": "/archive\\.(zip|tar)(\\.(bz2|bz|gz))?$" },
|
|
215
|
-
{ "hostname": "^gnteam\\.cs\\.manchester\\.ac\\.uk$", "search": "([?]|&)action=" },
|
|
216
|
-
{ "hostname": "^www\\.mbs\\.ac\\.uk$", "pathname": "^/events/archive", "search": "(^|&)page=([2-9]|([1-9][0-9]+))($|&)" },
|
|
217
|
-
{ "hostname": "^my\\.manchester\\.ac\\.uk$", "pathname": "/Timetable/[0-9]{4}_[0-9]{2}/" },
|
|
218
|
-
{ "hostname": "^find-volunteering\\.manchester\\.ac\\.uk$", "search": "&{2,}" },
|
|
219
|
-
{ "hostname": "\\.mygrid\\.org\\.uk$", "pathname": "^/(ci|wiki|taverna|outreach|artifactory|issues|maven|blog|ns|openjdk)/" },
|
|
220
|
-
{ "hostname": "addtoany\\.com$", "pathname": "^/add_to/" },
|
|
221
|
-
{ "hostname": "^personalpages\\.manchester\\.ac\\.uk$", "pathname": "^/staff/Mark\\.Kambites/(papers|images|styles|teaching|semi|software|smalloverlap|doc)/(papers|images|styles|teaching|semi|software|smalloverlap|doc)/" },
|
|
222
|
-
{ "hostname": "(^|\\.)when2go-study\\.co\\.uk$", "pathname": "^/[A-Za-z]{5}/[A-Za-z]{5}/" },
|
|
223
|
-
{ "search": "((^[?])|&)C=[A-Z];O=[AD]" },
|
|
224
|
-
{ "hostname": "(^|\\.)mirbase\\.org$", "pathname": "^/cgi-bin/.+\\.pl$" },
|
|
225
|
-
{ "hostname": "^vega\\.sanger\\.ac\\.uk$", "pathname": "^/Multi/Search/Results$" },
|
|
226
|
-
{ "pathname": "/doxygen(6?)/([^/]+/)?html/" },
|
|
227
|
-
{ "hostname": "(^|\\.)themanchesterreview\\.co\\.uk$", "search": "((^[?])|&)share(d?)=" },
|
|
228
|
-
{ "hostname": "(^|\\.)video\\.manchester\\.ac\\.uk$", "search": "^[?]login$" },
|
|
229
|
-
{ "hostname": "(^|\\.)brin\\.ac\\.uk$", "search": "((^[?])|&)search[-=]" },
|
|
230
|
-
{ "hostname": "^w3id\\.org$", "pathname": "^/cwl/.+\\.cwl$", "search": "((^[?])|&)format=(html|json|turtle|jsonld|rdfxml|svg|png|dot|zip|ro|yaml|raw)($|&)" },
|
|
231
|
-
{ "hostname": "peopledirectory\\.cities\\.manchester\\.ac\\.uk$", "pathname": "^/Listing\\.aspx$", "search": "((^[?])|&)(city|interest|school)=[0-9]+(&|$)" },
|
|
232
|
-
{ "hostname": "^(luna|(johannes\\.library))\\.manchester\\.ac\\.uk$", "pathname": "^/luna/servlet/", "search": "((^[?])|&)sort=" },
|
|
233
|
-
{ "hostname": "^(luna|(johannes\\.library))\\.manchester\\.ac\\.uk$", "search": "((^[?])|&)printerFriendly=" },
|
|
234
|
-
{ "hostname": "^(luna|(johannes\\.library))\\.manchester\\.ac\\.uk$", "search": "((^[?])|&)showAll=" },
|
|
235
|
-
{ "hostname": "^(luna|(johannes\\.library))\\.manchester\\.ac\\.uk$", "pathname": "^/luna/servlet/view/all/(what|where|who|when)/" },
|
|
236
|
-
{ "hostname": "^(luna|(johannes\\.library))\\.manchester\\.ac\\.uk$", "search": "((^[?])|&)mediafile=/Size[2-9]/" },
|
|
237
|
-
{ "hostname": "(^|\\.)tina-vision\\.net$", "search": "((^[?])|&|;)(a|diffval)=(alpha|m68k|mips|ppc|sparc|sparc64)(&|;|$)" },
|
|
238
|
-
{ "hostname": "(^|\\.)tina-vision\\.net$", "search": "((^[?])|&|;)i=.+?(&|;|$)" },
|
|
239
|
-
{ "hostname": "^www\\.maths\\.manchester\\.ac\\.uk$", "pathname": "^/~jm/wiki/", "search": "((^[?])|&)action=[a-z]+(&|$)" },
|
|
240
|
-
{ "hostname": "(^|\\.)sportsworkforce\\.manchester\\.ac\\.uk$", "search": "returnedFromDetails((%3D)|=)(true|false)" },
|
|
241
|
-
{ "pathname": "^(/[a-zA-Z]{5}){8}" },
|
|
242
|
-
{ "hostname": "^(business|emarketing)\\.manchester\\.ac\\.uk$", "pathname": "/Preference\\.aspx", "search": "((^[?])|&)p1=" },
|
|
243
|
-
{ "hostname": "^phy-room\\.physics\\.manchester\\.ac\\.uk$", "pathname": "^/mrbs/", "search": "((^[?])|&)timetohighlight=" },
|
|
244
|
-
{ "hostname": "^phy-room\\.physics\\.manchester\\.ac\\.uk$", "pathname": "^/mrbs/", "search": "(^|[?]|&)year=(([0-13-9][0-9]+)|(2[1-9][0-9]+)|(200[0-9])|(202[3-9])|(20[3-9][0-9]))($|&)" },
|
|
245
|
-
{ "hostname": "^phy-room\\.physics\\.manchester\\.ac\\.uk$", "pathname": "^/mrbs/(day|week|month|view|edit|del|report|admin|help)" },
|
|
246
|
-
{ "hostname": "^[-a-z0-9]+\\.s3\\.amazonaws\\.com$", "pathname": "^/templates/[0-9]+/[0-9]+/.+\\.(ico|js|css)$", "search": "((^[?])|&)[0-9]+(&|$)" },
|
|
247
|
-
{ "hostname": "(\\.|^)presspage\\.com$", "pathname": "^/favicon/[0-9]+\\.ico$", "search": "((^[?])|&)[0-9]+(&|$)" }
|
|
248
|
-
]
|
package/config/list-expiry.json
DELETED
package/config/schedule.json
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
[
|
|
2
|
-
{
|
|
3
|
-
"at": {
|
|
4
|
-
"minute": 0,
|
|
5
|
-
"second": 0
|
|
6
|
-
},
|
|
7
|
-
"action": "expire"
|
|
8
|
-
},
|
|
9
|
-
{
|
|
10
|
-
"at": {
|
|
11
|
-
"hour": 0,
|
|
12
|
-
"minute": 15,
|
|
13
|
-
"second": 0
|
|
14
|
-
},
|
|
15
|
-
"action": "purge-orphan-urls"
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
"at": {
|
|
19
|
-
"hour": 2,
|
|
20
|
-
"minute": 15,
|
|
21
|
-
"second": 0
|
|
22
|
-
},
|
|
23
|
-
"action": "purge-empty-domains"
|
|
24
|
-
}
|
|
25
|
-
]
|
package/config/spelling.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
[ "abandonned", "aberation", "abilityes", "abilties", "abilty", "abondon", "abbout", "abotu", "abouta", "aboutit", "aboutthe", "abscence", "abondoned", "abondoning", "abondons", "aborigene", "accesories", "accidant", "abortificant", "abreviate", "abreviated", "abreviation", "abritrary", "absail", "absailing", "absense", "absolutly", "absorbsion", "absorbtion", "abudance", "abundacies", "abundancies", "abundunt", "abutts", "acadamy", "acadmic", "accademic", "accademy", "acccused", "accelleration", "accension", "acceptence", "acceptible", "accessable", "acident", "accidentaly", "accidently", "acclimitization", "accomadate", "accomadated", "accomadates", "accomadating", "accomadation", "accomadations", "accomdate", "accomodate", "accomodated", "accomodates", "accomodating", "accomodation", "accomodations", "accompanyed", "accordeon", "accordian", "accoring", "accoustic", "accquainted", "accrediation", "accredidation", "accross", "accussed", "acedemic", "acheive", "acheived", "acheivement", "acheivements", "acheives", "acheiving", "acheivment", "acheivments", "achievment", "achievments", "achive", "achived", "achivement", "achivements", "acknowldeged", "acknowledgeing", "ackward", "acommodate", "acomplish", "acomplished", "acomplishment", "acomplishments", "acording", "acordingly", "acquaintence", "acquaintences", "acquiantence", "acquiantences", "acquited", "activites", "activly", "actualy", "acuracy", "acused", "acustom", "acustommed", "adavanced", "adbandon", "addional", "addionally", "additinally", "additionaly", "additonal", "additonally", "addmission", "addopt", "addopted", "addoptive", "addres", "addresable", "addresed", "addresing", "addressess", "addtion", "addtional", "adecuate", "adequit", "adhearing", "adherance", "admendment", "admininistrative", "adminstered", "adminstrate", "adminstration", "adminstrative", "adminstrator", "admissability", "admissable", "admited", "admitedly", "adn", "adolecent", "adquire", "adquired", "adquires", "adquiring", "adres", "adresable", "adresing", "adress", "adressable", "adressed", "adressing", "adventrous", "advertisment", "advertisments", "advesary", "adviced", "aeriel", "aeriels", "afair", "afficianados", "afficionado", "afficionados", "affilate", "affilliate", "affort", "aforememtioned", "againnst", "agains", "agaisnt", "aganist", "aggaravates", "aggreed", "aggreement", "aggregious", "aggresive", "agian", "agianst", "agin", "agina", "aginst", "agravate", "agre", "agred", "agreeement", "agreemnt", "agregate", "agregates", "agreing", "agression", "agressive", "agressively", "agressor", "agricultue", "agriculure", "agricuture", "agrieved", "ahev", "ahppen", "ahve", "aicraft", "aiport", "airbourne", "aircaft", "aircrafts", "aircrafts'", "airporta", "airrcraft", "aisian", "aka", "albiet", "alchohol", "alchoholic", "alchol", "alcholic", "alcohal", "alcoholical", "aledge", "aledged", "aledges", "alege", "aleged", "alegience", "algebraical", "algorhitms", "algoritm", "algoritms", "alientating", "alledge", "alledged", "alledgedly", "alledges", "allegedely", "allegedy", "allegely", "allegence", "allegience", "allign", "alligned", "alliviate", "allopone", "allopones", "allready", "allthough", "alltime", "alltogether", "almsot", "alochol", "alomst", "alot", "alotted", "alowed", "alowing", "alreayd", "alse", "alsot", "alternitives", "altho", "althought", "altough", "alusion", "alwasy", "alwyas", "amalgomated", "amatuer", "amature", "amendmant", "Amercia", "amerliorate", "amke", "amking", "ammend", "ammended", "ammendment", "ammendments", "ammount", "ammused", "amoung", "amoungst", "amung", "amunition", "analagous", "analitic", "analogeous", "anarchim", "anarchistm", "anbd", "ancestory", "ancilliary", "andd", "androgenous", "androgeny", "anihilation", "aniversary", "annoint", "annointed", "annointing", "annoints", "annouced", "annualy", "annuled", "anohter", "anomolies", "anomolous", "anomoly", "anonimity", "anounced", "anouncement", "ansalisation", "ansalization", "ansestors", "antartic", "anthromorphization", "anthropolgist", "anthropolgy", "antiapartheid", "anual", "anulled", "anwsered", "anyhwere", "anyother", "anytying", "aparent", "aparment", "apenines", "aplication", "aplied", "apolegetics", "apon", "apparant", "apparantly", "appart", "appartment", "appartments", "appealling", "appeareance", "appearence", "appearences", "appenines", "apperance", "apperances", "appereance", "appereances", "applicaiton", "applicaitons", "appologies", "appology", "apprearance", "apprieciate", "approachs", "appropiate", "appropraite", "appropropiate", "approproximate", "approxamately", "approxiately", "approximitely", "aprehensive", "apropriate", "aproval", "aproximate", "aproximately", "aquaduct", "aquaintance", "aquainted", "aquiantance", "aquire", "aquired", "aquiring", "aquisition", "aquitted", "aranged", "arangement", "arbitarily", "arbitary", "archaelogical", "archaelogists", "archaelogy", "archaoelogy", "archaology", "archeaologist", "archeaologists", "archetect", "archetects", "archetectural", "archetecturally", "archetecture", "archiac", "archictect", "archimedian", "architecht", "architechturally", "architechture", "architechtures", "architectual", "archtype", "archtypes", "aready", "areodynamics", "argubly", "arguement", "arguements", "arised", "arival", "armamant", "armistace", "arogant", "arogent", "aroud", "arrangment", "arrangments", "arrengement", "arrengements", "arround", "artcile", "artical", "artice", "articel", "artifical", "artifically", "artillary", "arund", "asetic", "asfar", "asign", "aslo", "asociated", "asorbed", "asphyxation", "assasin", "assasinate", "assasinated", "assasinates", "assasination", "assasinations", "assasined", "assasins", "assassintation", "assemple", "assertation", "asside", "assisnate", "assit", "assitant", "assocation", "assoicate", "assoicated", "assoicates", "assosication", "asssassans", "assualt", "assualted", "assymetric", "assymetrical", "asteriod", "asthetic", "asthetical", "asthetically", "asume", "aswell", "atain", "atempting", "atheistical", "athenean", "atheneans", "athiesm", "athiest", "atorney", "atribute", "atributed", "atributes", "attaindre", "attemp", "attemped", "attemt", "attemted", "attemting", "attemts", "attendence", "attendent", "attendents", "attened", "attension", "attitide", "attributred", "attrocities", "audeince", "auromated", "austrailia", "austrailian", "auther", "authobiographic", "authobiography", "authorative", "authorites", "authorithy", "authoritiers", "authoritive", "authrorities", "autochtonous", "autoctonous", "automaticly", "automibile", "automonomous", "autor", "autority", "auxilary", "auxillaries", "auxillary", "auxilliaries", "auxilliary", "availabe", "availablity", "availaible", "availble", "availiable", "availible", "avalable", "avalance", "avaliable", "avation", "avengence", "averageed", "avilable", "awared", "awya", "baceause", "backgorund", "backrounds", "bakc", "banannas", "bandwith", "bankrupcy", "banruptcy", "baout", "basicaly", "basicly", "bcak", "beachead", "beacuse", "beastiality", "beatiful", "beaurocracy", "beaurocratic", "beautyfull", "becamae", "becames", "becasue", "beccause", "becomeing", "becomming", "becouse", "becuase", "bedore", "beeing", "befoer", "beggin", "begginer", "begginers", "beggining", "begginings", "beggins", "begining", "beginnig", "behavour", "beleagured", "beleif", "beleive", "beleived", "beleives", "beleiving", "beligum", "belive", "belived", "belives", "belligerant", "bellweather", "bemusemnt", "beneficary", "beng", "benificial", "benifit", "benifits", "bergamont", "Bernouilli", "beseige", "beseiged", "beseiging", "beteen", "betwen", "beween", "bewteen", "bigining", "biginning", "bilateraly", "billingualism", "binominal", "bizzare", "blaim", "blaimed", "blessure", "Blitzkreig", "boaut", "bodydbuilder", "bombardement", "bombarment", "bondary", "Bonnano", "boook", "borke", "boundry", "bouyancy", "bouyant", "boyant", "bradcast", "Brasillian", "breakthough", "breakthroughts", "breif", "breifly", "brethen", "bretheren", "briliant", "brillant", "brimestone", "Britian", "Brittish", "broacasted", "broadacasting", "broady", "Buddah", "Buddist", "buisness", "buisnessman", "buoancy", "buring", "burried", "busines", "busineses", "busness", "bussiness", "caculater", "cacuses", "cahracters", "calaber", "calander", "calculater", "calculs", "calenders", "caligraphy", "caluclate", "caluclated", "caluculate", "caluculated", "calulate", "calulated", "calulater", "Cambrige", "camoflage", "campagin", "campain", "campains", "candadate", "candiate", "candidiate", "cannister", "cannisters", "cannnot", "cannonical", "cannotation", "cannotations", "caost", "caperbility", "Capetown", "capible", "captial", "captued", "capturd", "carachter", "caracterized", "carcas", "carefull", "careing", "carismatic", "Carmalite", "Carnagie", "Carnagie-Mellon", "carnege", "carnige", "Carnigie", "Carnigie-Mellon", "carreer", "carrers", "Carribbean", "Carribean", "carryng", "cartdridge", "Carthagian", "carthographer", "cartilege", "cartilidge", "cartrige", "casette", "casion", "cassawory", "cassowarry", "casue", "casued", "casues", "casuing", "casulaties", "casulaty", "catagories", "catagorized", "catagory", "Cataline", "catapillar", "catapillars", "catapiller", "catapillers", "catepillar", "catepillars", "catergorize", "catergorized", "caterpilar", "caterpilars", "caterpiller", "caterpillers", "cathlic", "catholocism", "catterpilar", "catterpilars", "catterpillar", "catterpillars", "cattleship", "causalities", "Ceasar", "Celcius", "cellpading", "cementary", "cemetarey", "cemetaries", "cemetary", "cencus", "censur", "cententenial", "centruies", "centruy", "centuties", "centuty", "ceratin", "cerimonial", "cerimonies", "cerimonious", "cerimony", "ceromony", "certainity", "certian", "cervial", "chalenging", "challange", "challanged", "challege", "Champange", "changable", "charachter", "charachters", "charactersistic", "charactor", "charactors", "charasmatic", "charaterized", "chariman", "charistics", "chasr", "cheif", "cheifs", "chemcial", "chemcially", "chemestry", "chemicaly", "childbird", "childen", "choclate", "choosen", "chracter", "chuch", "churchs", "Cincinatti", "Cincinnatti", "circulaton", "circumsicion", "circut", "ciricuit", "ciriculum", "civillian", "claer", "claerer", "claerly", "claimes", "clas", "clasic", "clasical", "clasically", "cleareance", "clera", "clincial", "clinicaly", "cmo", "cmoputer", "co-incided", "Coca Cola", "coctail", "coform", "cognizent", "coincedentally", "colaborations", "colateral", "colelctive", "collaberative", "collecton", "collegue", "collegues", "collonade", "collonies", "collony", "collosal", "colonizators", "comander", "comando", "comandos", "comany", "comapany", "comback", "combanations", "combinatins", "combusion", "comdemnation", "comemmorates", "comemoretion", "comision", "comisioned", "comisioner", "comisioning", "comisions", "comission", "comissioned", "comissioner", "comissioning", "comissions", "comited", "comiting", "comitted", "comittee", "comitting", "commandoes", "commedic", "commemerative", "commemmorate", "commemmorating", "commerical", "commerically", "commericial", "commericially", "commerorative", "comming", "comminication", "commision", "commisioned", "commisioner", "commisioning", "commisions", "commited", "commitee", "commiting", "committe", "committment", "committments", "commmemorated", "commongly", "commonweath", "commuications", "commuinications", "communciation", "communiation", "communites", "compability", "comparision", "comparisions", "comparitive", "comparitively", "compatabilities", "compatability", "compatable", "compatablities", "compatablity", "compatiable", "compatiblities", "compatiblity", "compeitions", "compensantion", "competance", "competant", "competative", "competion", "competitiion", "competive", "competiveness", "comphrehensive", "compitent", "completedthe", "completelyl", "completetion", "complier", "componant", "comprable", "comprimise", "compulsary", "compulsery", "computarized", "concensus", "concider", "concidered", "concidering", "conciders", "concieted", "concieved", "concious", "conciously", "conciousness", "condamned", "condemmed", "condidtion", "condidtions", "conditionsof", "conected", "conection", "conesencus", "confidental", "confidentally", "confids", "configureable", "confortable", "congradulations", "congresional", "conived", "conjecutre", "conjuction", "Conneticut", "conotations", "conquerd", "conquerer", "conquerers", "conqured", "conscent", "consciouness", "consdider", "consdidered", "consdiered", "consectutive", "consenquently", "consentrate", "consentrated", "consentrates", "consept", "consequentually", "consequeseces", "consern", "conserned", "conserning", "conservitive", "consiciousness", "consicousness", "considerd", "consideres", "consious", "consistant", "consistantly", "consituencies", "consituency", "consituted", "consitution", "consitutional", "consolodate", "consolodated", "consonent", "consonents", "consorcium", "conspiracys", "conspiriator", "constaints", "constanly", "constarnation", "constatn", "constinually", "constituant", "constituants", "constituion", "constituional", "consttruction", "constuction", "contstruction", "consulant", "consumate", "consumated", "contaiminate", "containes", "contamporaries", "contamporary", "contempoary", "contemporaneus", "contempory", "contendor", "contian", "contians", "contibute", "contibuted", "contibutes", "contigent", "contined", "continential", "continous", "continously", "continueing", "contravercial", "contraversy", "contributer", "contributers", "contritutions", "controled", "controling", "controll", "controlls", "controvercial", "controvercy", "controveries", "controversal", "controversey", "controvertial", "controvery", "contruction", "conveinent", "convenant", "convential", "convertables", "convertion", "conviced", "convienient", "coordiantion", "coorperation", "coorperations", "copmetitors", "coputer", "copywrite", "coridal", "cornmitted", "corosion", "corparate", "corperations", "correcters", "correponding", "correposding", "correspondant", "correspondants", "corridoors", "corrispond", "corrispondant", "corrispondants", "corrisponded", "corrisponding", "corrisponds", "costitution", "coucil", "coudl", "councellor", "councellors", "counries", "countains", "countires", "countrie's", "coururier", "coverted", "cpoy", "creaeted", "creche", "creedence", "critereon", "criterias", "criticists", "critising", "critisising", "critisism", "critisisms", "critisize", "critisized", "critisizes", "critisizing", "critized", "critizing", "crockodiles", "crowm", "crtical", "crticised", "crucifiction", "crusies", "crutial", "crystalisation", "culiminating", "cumulatative", "curch", "curcuit", "currenly", "curriculem", "cxan", "cyclinder", "dacquiri", "daed", "dael", "dalmation", "damenor", "dammage", "Dardenelles", "daugher", "debateable", "decendant", "decendants", "decendent", "decendents", "decideable", "decidely", "decieved", "decison", "decomissioned", "decomposit", "decomposited", "decompositing", "decomposits", "decress", "decribe", "decribed", "decribes", "decribing", "dectect", "defendent", "defendents", "deffensively", "deffine", "deffined", "definance", "definate", "definately", "definatly", "definetly", "definining", "definit", "definitly", "definiton", "defintion", "degrate", "delagates", "delapidated", "delerious", "delevopment", "deliberatly", "delusionally", "demenor", "demographical", "demolision", "demorcracy", "demostration", "denegrating", "densly", "deparment", "deparmental", "deparments", "dependance", "dependancy", "deram", "deriviated", "derivitive", "derogitory", "descendands", "descibed", "descision", "descisions", "descriibes", "descripters", "descripton", "desctruction", "descuss", "desgined", "deside", "desigining", "desinations", "desintegrated", "desintegration", "desireable", "desitned", "desktiop", "desorder", "desoriented", "desparate", "despict", "despiration", "dessicated", "dessigned", "destablized", "destory", "detailled", "detatched", "deteoriated", "deteriate", "deterioriating", "determinining", "detremental", "devasted", "develope", "developement", "developped", "develpment", "devels", "devestated", "devestating", "devide", "devided", "devistating", "devolopement", "diablical", "diamons", "diaster", "dichtomy", "diconnects", "dicover", "dicovered", "dicovering", "dicovers", "dicovery", "dictionarys", "dicussed", "didnt", "diea", "dieing", "dieties", "diety", "diferent", "diferrent", "differentiatiations", "differnt", "difficulity", "diffrent", "dificulties", "dificulty", "dimenions", "dimention", "dimentional", "dimentions", "dimesnional", "diminuitive", "dimunitive", "diosese", "diphtong", "diphtongs", "diplomancy", "dipthong", "dipthongs", "directoty", "dirived", "disagreeed", "disapeared", "disapointing", "disappearred", "disaproval", "disasterous", "disatisfaction", "disatisfied", "disatrous", "discontentment", "discribe", "discribed", "discribes", "discribing", "disctinction", "disctinctive", "disemination", "disenchanged", "disiplined", "disobediance", "disobediant", "disolved", "disover", "dispair", "disparingly", "dispence", "dispenced", "dispencing", "dispicable", "dispite", "dispostion", "disproportiate", "disputandem", "disricts", "dissagreement", "dissapear", "dissapearance", "dissapeared", "dissapearing", "dissapears", "dissappear", "dissappears", "dissappointed", "dissarray", "dissobediance", "dissobediant", "dissobedience", "dissobedient", "distiction", "distingish", "distingished", "distingishes", "distingishing", "distingquished", "distrubution", "distruction", "distructive", "ditributed", "diversed", "divice", "divinition", "divison", "divisons", "dum", "doccument", "doccumented", "doccuments", "docrines", "doctines", "documenatry", "doens", "doesnt", "doign", "dominaton", "dominent", "dominiant", "donig", "dosen't", "doub", "doulbe", "dowloads", "dramtic", "draughtman", "Dravadian", "dreasm", "driectly", "drnik", "druming", "drummless", "dupicate", "durig", "durring", "duting", "dyas", "eahc", "ealier", "earlies", "earnt", "ecclectic", "eceonomy", "ecidious", "eclispe", "ecomonic", "ect", "eearly", "efel", "effeciency", "effecient", "effeciently", "efficency", "efficent", "efficently", "efford", "effords", "effulence", "eigth", "eiter", "elction", "electic", "electon", "electrial", "electricly", "electricty", "elementay", "eleminated", "eleminating", "eles", "eletricity", "elicided", "eligable", "elimentary", "ellected", "elphant", "embarass", "embarassed", "embarassing", "embarassment", "embargos", "embarras", "embarrased", "embarrasing", "embarrasment", "embezelled", "emblamatic", "eminate", "eminated", "emision", "emited", "emiting", "emition", "emmediately", "emmigrated", "emminent", "emminently", "emmisaries", "emmisarries", "emmisarry", "emmisary", "emmision", "emmisions", "emmited", "emmiting", "emmitted", "emmitting", "emnity", "emperical", "emphaised", "emphsis", "emphysyma", "empirial", "emporer", "emprisoned", "enameld", "enchancement", "encouraing", "encryptiion", "encylopedia", "endevors", "endevour", "endig", "endolithes", "enduce", "ened", "enforceing", "engagment", "engeneer", "engeneering", "engieneer", "engieneers", "enlargment", "enlargments", "Enlish", "enourmous", "enourmously", "ensconsed", "entaglements", "enteratinment", "enthusiatic", "entitity", "entitlied", "entrepeneur", "entrepeneurs", "enviorment", "enviormental", "enviormentally", "enviorments", "enviornment", "enviornmental", "enviornmentalist", "enviornmentally", "enviornments", "enviroment", "enviromental", "enviromentalist", "enviromentally", "enviroments", "envolutionary", "envrionments", "enxt", "epidsodes", "epsiode", "equialent", "equalibrium", "equelibrium", "equilibium", "equilibrum", "equiped", "equippment", "equitorial", "equivelant", "equivelent", "equivilant", "equivilent", "equivlalent", "erally", "eratic", "eratically", "eraticly", "erested", "errupted", "esential", "esitmated", "esle", "especialy", "essencial", "essense", "essentail", "essentialy", "essentual", "essesital", "estabishes", "establising", "ethnocentricm", "ethose", "Europian", "Europians", "Eurpean", "Eurpoean", "evenhtually", "eventally", "eventhough", "eventially", "eventualy", "everthing", "everytime", "everyting", "eveyr", "evidentally", "exagerate", "exagerated", "exagerates", "exagerating", "exagerrate", "exagerrated", "exagerrates", "exagerrating", "examinated", "exampt", "exapansion", "excact", "excange", "excecute", "excecuted", "excecutes", "excecuting", "excecution", "excedded", "excelent", "excell", "excellance", "excellant", "excells", "excercise", "exchanching", "excisted", "exculsivly", "execising", "exection", "exectued", "exeedingly", "exelent", "exellent", "exemple", "exept", "exeptional", "exerbate", "exerbated", "exerciese", "exerpt", "exerpts", "exersize", "exerternal", "exhalted", "exhibtion", "exibition", "exibitions", "exicting", "exinct", "existance", "existant", "existince", "exliled", "exludes", "exmaple", "exonorate", "exoskelaton", "expalin", "expatriot", "expeced", "expecially", "expeditonary", "expeiments", "expell", "expells", "experiance", "experianced", "expiditions", "expierence", "explaination", "explaning", "explictly", "exploititive", "explotation", "expropiated", "expropiation", "exressed", "extemely", "extention", "extentions", "extered", "extermist", "extint", "extradiction", "extraterrestial", "extraterrestials", "extravagent", "extrememly", "extremeophile", "extremly", "extrordinarily", "extrordinary", "eyar", "eyars", "eyasr", "faciliate", "faciliated", "faciliates", "facilites", "facillitate", "facinated", "facist", "familes", "familliar", "famoust", "fanatism", "Farenheit", "fatc", "faught", "favoutrable", "feasable", "Febuary", "Feburary", "fedreally", "femminist", "feromone", "fertily", "fianite", "fianlly", "ficticious", "fictious", "fidn", "fiel", "fiels", "fiercly", "fightings", "filiament", "fimilies", "finacial", "finaly", "financialy", "firends", "firts", "fisionable", "flamable", "flawess", "fleed", "Flemmish", "florescent", "flourescent", "flourine", "fluorish", "flourishment", "follwoing", "folowing", "fomed", "fomr", "fonetic", "fontrier", "foootball", "forbad", "forbiden", "foreward", "forfiet", "forhead", "foriegn", "Formalhaut", "formallize", "formallized", "formaly", "formelly", "formidible", "formost", "forsaw", "forseeable", "fortelling", "forunner", "foucs", "foudn", "fougth", "foundaries", "foundary", "Foundland", "fourties", "fourty", "fouth", "foward", "Fransiscan", "Fransiscans", "freind", "freindly", "frequentily", "frome", "fromed", "froniter", "fucntion", "fucntioning", "fufill", "fufilled", "fulfiled", "fullfill", "fullfilled", "fundametal", "fundametals", "funguses", "funtion", "furuther", "futher", "futhermore", "futhroc", "gae", "galatic", "Galations", "gallaxies", "galvinized", "Gameboy", "ganerate", "ganes", "ganster", "garantee", "garanteed", "garantees", "gardai", "garnison", "gauarana", "gaurantee", "gauranteed", "gaurantees", "gaurd", "gaurentee", "gaurenteed", "gaurentees", "geneological", "geneologies", "geneology", "generaly", "generatting", "genialia", "geographicial", "geometrician", "geometricians", "gerat", "Ghandi", "glamourous", "glight", "gnawwed", "godess", "godesses", "Godounov", "gogin", "goign", "gonig", "Gothenberg", "Gottleib", "gouvener", "govement", "govenment", "govenrment", "goverance", "goverment", "govermental", "governer", "governmnet", "govorment", "govormental", "govornment", "gracefull", "graet", "grafitti", "gramatically", "grammaticaly", "grammer", "grat", "gratuitious", "greatful", "greatfully", "greif", "gridles", "gropu", "grwo", "Guaduloupe", "Guadulupe", "guage", "guarentee", "guarenteed", "guarentees", "Guatamala", "Guatamalan", "guerrila", "guerrilas", "guidence", "Guilia", "Guilio", "Guiness", "Guiseppe", "gunanine", "gurantee", "guranteed", "gurantees", "guttaral", "gutteral", "habaeus", "habeus", "Habsbourg", "haemorrage", "haev", "halarious", "Hallowean", "halp", "hapen", "hapened", "hapening", "happend", "happended", "happenned", "harased", "harases", "harasment", "harasments", "harassement", "harras", "harrased", "harrases", "harrasing", "harrasment", "harrasments", "harrassed", "harrasses", "harrassing", "harrassment", "harrassments", "hasnt", "Hatian", "haviest", "headquarer", "headquater", "headquatered", "headquaters", "healthercare", "heared", "heathy", "Heidelburg", "heigher", "heirarchy", "heiroglyphics", "helment", "helpfull", "helpped", "hemmorhage", "herad", "heridity", "heroe", "heros", "hertiage", "hertzs", "hesistant", "heterogenous", "hieght", "hierachical", "hierachies", "hierachy", "hierarcical", "hierarcy", "hieroglph", "hieroglphs", "higer", "higest", "higway", "hillarious", "himselv", "hinderance", "hinderence", "hindrence", "hipopotamus", "hismelf", "histocompatability", "historicians", "hitsingles", "holf", "holliday", "homestate", "homogeneize", "homogeneized", "honory", "horrifing", "hosited", "hospitible", "hounour", "housr", "howver", "hsitorians", "hstory", "hten", "htere", "htey", "htikn", "hting", "htink", "htis", "humer", "humerous", "huminoid", "humoural", "humurous", "husban", "hvae", "hvaing", "hvea", "hwihc", "hwile", "hwole", "hydogen", "hydropile", "hydropilic", "hydropobe", "hydropobic", "hygeine", "hyjack", "hyjacking", "hypocracy", "hypocrasy", "hypocricy", "hypocrit", "hypocrits", "iconclastic", "idaeidae", "idaes", "idealogies", "idealogy", "identicial", "identifers", "ideosyncratic", "idesa", "idiosyncracy", "Ihaca", "illegimacy", "illegitmate", "illess", "illiegal", "illution", "ilness", "ilogical", "imagenary", "imagin", "imaginery", "imanent", "imcomplete", "imediately", "imense", "imigrant", "imigrated", "imigration", "iminent", "immediatley", "immediatly", "immidately", "immidiately", "immitate", "immitated", "immitating", "immitator", "immunosupressant", "impecabbly", "impedence", "implamenting", "impliment", "implimented", "imploys", "importamt", "impressario", "imprioned", "imprisonned", "improvision", "improvments", "inablility", "inaccessable", "inadiquate", "inadquate", "inadvertant", "inadvertantly", "inagurated", "inaguration", "inappropiate", "inaugures", "inbalance", "inbalanced", "inbetween", "incarcirated", "incidentially", "incidently", "inclreased", "includ", "includng", "incompatabilities", "incompatability", "incompatable", "incompatablities", "incompatablity", "incompatiblities", "incompatiblity", "incompetance", "incompetant", "incomptable", "incomptetent", "inconsistant", "incoroporated", "incorperation", "incorportaed", "incorprates", "incorruptable", "incramentally", "increadible", "incredable", "inctroduce", "inctroduced", "incuding", "incunabla", "indefinately", "indefineable", "indefinitly", "indentical", "indepedantly", "indepedence", "independance", "independant", "independantly", "independece", "independendet", "indespensable", "indespensible", "indictement", "indigineous", "indipendence", "indipendent", "indipendently", "indispensible", "indisputible", "indisputibly", "indite", "individualy", "indpendent", "indpendently", "indulgue", "indutrial", "indviduals", "inefficienty", "inevatible", "inevitible", "inevititably", "infalability", "infallable", "infectuous", "infered", "infilitrate", "infilitrated", "infilitration", "infinit", "inflamation", "influencial", "influented", "infomation", "informtion", "infrantryman", "infrigement", "ingenius", "ingreediants", "inhabitans", "inherantly", "inheritage", "inheritence", "inital", "initally", "initation", "initiaitive", "inlcuding", "inmigrant", "inmigrants", "innoculated", "inocence", "inofficial", "inot", "inpeach", "inpending", "inpenetrable", "inpolite", "inprisonment", "inproving", "insectiverous", "insensative", "inseperable", "insistance", "insitution", "insitutions", "inspite", "instade", "instatance", "institue", "instuction", "instuments", "instutionalized", "instutions", "insurence", "intelectual", "inteligence", "inteligent", "intenational", "intented", "intepretation", "intepretator", "interational", "interbread", "interchangable", "interchangably", "intercontinential", "intercontinetal", "intered", "interelated", "interferance", "interfereing", "intergrated", "intergration", "interm", "internation", "interpet", "interrim", "interrugum", "intertaining", "interupt", "intervines", "intevene", "intial", "intially", "intrduced", "intrest", "introdued", "intruduced", "intrument", "intrumental", "intruments", "intrusted", "intutive", "intutively", "inudstry", "inumerable", "inventer", "invertibrates", "investingate", "involvment", "irelevent", "iresistable", "iresistably", "iresistible", "iresistibly", "iritable", "iritated", "ironicly", "irregardless", "irrelevent", "irreplacable", "irresistable", "irresistably", "isnt", "Israelies", "issueing", "itnroduced", "iunior", "iwll", "iwth", "Janurary", "Januray", "Japanes", "jaques", "jeapardy", "jewllery", "Johanine", "jorunal", "Jospeh", "jouney", "journied", "journies", "jstu", "jsut", "Juadaism", "Juadism", "judical", "judisuary", "juducial", "juristiction", "juristictions", "kindergarden", "klenex", "knifes", "knive", "knowlege", "knowlegeable", "knwo", "knwos", "konw", "konws", "kwno", "labatory", "labled", "labratory", "laguage", "laguages", "larg", "largst", "larrry", "lastr", "lattitude", "launchs", "launhed", "lavae", "layed", "lazyness", "leage", "leanr", "leathal", "lefted", "legitamate", "legitmate", "leibnitz", "lenght", "leran", "lerans", "leutenant", "levetate", "levetated", "levetates", "levetating", "levle", "liasion", "liason", "liasons", "libary", "libell", "libguistic", "libguistics", "libitarianisn", "lible", "lieing", "liek", "liekd", "liesure", "lieuenant", "lieved", "liftime", "lightyear", "lightyears", "likelyhood", "linnaena", "lippizaner", "liquify", "liscense", "lisence", "lisense", "listners", "litature", "literaly", "literture", "littel", "litterally", "liuke", "livley", "lmits", "loev", "lonelyness", "longitudonal", "lonley", "lonly", "loosing", "lotharingen", "lsat", "lukid", "lveo", "lvoe", "Lybia", "maching", "mackeral", "magasine", "magizine", "magisine", "magincian", "magnificient", "magolia", "mailny", "maintainance", "maintainence", "maintance", "maintenence", "maintinaing", "maintioned", "majoroty", "maked", "makse", "Malcom", "maltesian", "mamal", "mamalian", "managable", "managment", "maneouvre", "maneouvred", "maneouvres", "maneouvring", "manisfestations", "manoeuverability", "manouver", "manouverability", "manouverable", "manouvers", "mantained", "manuever", "manuevers", "manufacturedd", "manufature", "manufatured", "manufaturing", "manuver", "mariage", "marjority", "markes", "marketting", "marmelade", "marrage", "marraige", "marrtyred", "marryied", "Massachussets", "Massachussetts", "massmedia", "masterbation", "mataphysical", "materalists", "mathamatics", "mathematican", "mathematicas", "matheticians", "mathmatically", "mathmatician", "mathmaticians", "mccarthyst", "mchanics", "meaninng", "mear", "mechandise", "medacine", "medeival", "medevial", "mediciney", "medievel", "mediterainnean", "Mediteranean", "meerkrat", "melieux", "membranaphone", "memeber", "menally", "meranda", "mercentile", "messanger", "messenging", "metalic", "metalurgic", "metalurgical", "metalurgy", "metamorphysis", "metaphoricial", "meterologist", "meterology", "methaphor", "methaphors", "Michagan", "micoscopy", "midwifes", "mileau", "milennia", "milennium", "mileu", "miliary", "miligram", "milion", "miliraty", "millenia", "millenial", "millenialism", "millenium", "millepede", "millioniare", "millitant", "millitary", "millon", "miltary", "minature", "minerial", "ministery", "minsitry", "minstries", "minstry", "minumum", "mirrorred", "miscelaneous", "miscellanious", "miscellanous", "mischeivous", "mischevious", "mischievious", "misdameanor", "misdameanors", "misdemenor", "misdemenors", "misfourtunes", "misile", "Misouri", "mispell", "mispelled", "mispelling", "missen", "Missisipi", "Missisippi", "missle", "missonary", "misterious", "mistery", "misteryous", "mkae", "mkaes", "mkaing", "mkea", "moderm", "modle", "moent", "moeny", "mohammedans", "moleclues", "momento", "monestaries", "monestary", "monickers", "monolite", "Monserrat", "montains", "montanous", "Montnana", "monts", "montypic", "moreso", "morgage", "Morisette", "Morrisette", "morroccan", "morrocco", "morroco", "mortage", "mosture", "motiviated", "mounth", "movei", "movment", "mroe", "mucuous", "muder", "mudering", "muhammadan", "multicultralism", "multipled", "multiplers", "munbers", "muncipalities", "muncipality", "munnicipality", "muscels", "muscial", "muscician", "muscicians", "mutiliated", "myraid", "mysef", "mysogynist", "mysogyny", "mysterous", "Mythraic", "naieve", "Naploeon", "Napolean", "Napoleonian", "naturaly", "naturely", "naturual", "naturually", "Nazereth", "neccesarily", "neccesary", "neccessarily", "neccessary", "neccessities", "necesarily", "necesary", "necessiate", "neglible", "negligable", "negociate", "negociation", "negociations", "negotation", "neice", "neigborhood", "neigbour", "neigbourhood", "neigbouring", "neigbours", "neolitic", "nessasarily", "nessecary", "nestin", "neverthless", "newletters", "nickle", "nightime", "nineth", "ninteenth", "ninties", "ninty", "nkow", "nkwo", "nmae", "noncombatents", "nonsence", "nontheless", "noone", "norhern", "northen", "northereastern", "notabley", "noteable", "noteably", "noteriety", "noth", "nothern", "noticable", "noticably", "noticeing", "noticible", "notwhithstanding", "noveau", "Novermber", "nowdays", "nowe", "nto", "nucular", "nuculear", "nuisanse", "Nullabour", "numberous", "Nuremburg", "nusance", "nutritent", "nutritents", "nuturing", "obediance", "obediant", "obession", "obssessed", "obstacal", "obstancles", "obstruced", "ocasion", "ocasional", "ocasionally", "ocasionaly", "ocasioned", "ocasions", "ocassion", "ocassional", "ocassionally", "ocassionaly", "ocassioned", "ocassions", "occaison", "occassion", "occassional", "occassionally", "occassionaly", "occassioned", "occassions", "occationally", "occour", "occurance", "occurances", "occured", "occurence", "occurences", "occuring", "occurr", "occurrance", "occurrances", "octohedra", "octohedral", "octohedron", "ocuntries", "ocuntry", "ocurr", "ocurrance", "ocurred", "ocurrence", "offcers", "offcially", "offereings", "offical", "offically", "officals", "officaly", "officialy", "offred", "oftenly", "oging", "olther", "omision", "omited", "omiting", "omlette", "ommision", "ommited", "ommiting", "ommitted", "ommitting", "omniverous", "omniverously", "omre", "onot", "onyl", "openess", "oponent", "oportunity", "opose", "oposite", "oposition", "oppenly", "oppinion", "opponant", "oppononent", "oppositition", "oppossed", "opprotunity", "opression", "opressive", "opthalmic", "opthalmologist", "opthalmology", "opthamologist", "optmizations", "optomism", "orded", "organim", "organistion", "organiztion", "orgin", "orginal", "orginally", "orginize", "oridinarily", "origanaly", "originall", "originaly", "originially", "originnally", "origional", "orignally", "orignially", "otehr", "oublisher", "ouevre", "oustanding", "overshaddowed", "overthere", "overwelming", "overwheliming", "owrk", "owudl", "oxigen", "oximoron", "paide", "paitience", "palce", "paleolitic", "paliamentarian", "Palistian", "Palistinian", "Palistinians", "pallete", "pamflet", "pamplet", "pantomine", "Papanicalou", "paralel", "paralell", "paralelly", "paralely", "parallely", "paranthesis", "paraphenalia", "parellels", "parisitic", "parituclar", "parliment", "parrakeets", "parralel", "parrallel", "parrallell", "parrallelly", "parrallely", "partialy", "particually", "particualr", "particuarly", "particularily", "particulary", "pary", "pased", "pasengers", "passerbys", "pasttime", "pastural", "paticular", "pattented", "pavillion", "payed", "pblisher", "pbulisher", "peacefuland", "peageant", "peaple", "peaples", "peculure", "pedestrain", "peformed", "peice", "Peloponnes", "penatly", "penerator", "penisula", "penisular", "penninsula", "penninsular", "pennisula", "Pennyslvania", "pensle", "pensinula", "peom", "peoms", "peopel", "peopels", "peotry", "perade", "percepted", "percieve", "percieved", "perenially", "peretrator", "perfomance", "perfomers", "performence", "performes", "perhasp", "perheaps", "perhpas", "peripathetic", "peristent", "perjery", "perjorative", "permanant", "permenant", "permenantly", "permissable", "perogative", "peronal", "perpertrated", "perosnality", "perphas", "perpindicular", "persan", "perseverence", "persistance", "persistant", "personel", "personell", "personnell", "persuded", "persue", "persued", "persuing", "persuit", "persuits", "pertubation", "pertubations", "pessiary", "petetion", "Pharoah", "phenomenom", "phenomenonal", "phenomenonly", "phenomonenon", "phenomonon", "phenonmena", "Philipines", "philisopher", "philisophical", "philisophy", "Phillipine", "Phillipines", "Phillippines", "phillosophically", "philospher", "philosphies", "philosphy", "Phonecian", "phongraph", "phylosophical", "physicaly", "piblisher", "pich", "pilgrimmage", "pilgrimmages", "pinapple", "pinnaple", "pinoneered", "plagarism", "planation", "planed", "plantiff", "plateu", "plausable", "playright", "playwrite", "playwrites", "pleasent", "plebicite", "plesant", "poenis", "poeoples", "poety", "poisin", "polical", "polinator", "polinators", "politican", "politicans", "poltical", "polute", "poluted", "polutes", "poluting", "polution", "polyphonyic", "polysaccaride", "polysaccharid", "pomegranite", "pomotion", "poportional", "popoulation", "popularaty", "populare", "populer", "porshan", "porshon", "portait", "portayed", "portraing", "Portugese", "portuguease", "portugues", "posess", "posessed", "posesses", "posessing", "posession", "posessions", "posion", "positon", "possable", "possably", "posseses", "possesing", "possesion", "possessess", "possibile", "possibilty", "possiblility", "possiblilty", "possiblities", "possiblity", "possition", "Postdam", "posthomous", "postion", "postive", "potatos", "potrait", "potrayed", "poulations", "poverful", "poweful", "powerfull", "ppublisher", "practial", "practially", "practicaly", "practicioner", "practicioners", "practicly", "practioner", "practioners", "prairy", "prarie", "praries", "pratice", "preample", "precedessor", "preceed", "preceeded", "preceeding", "preceeds", "precentage", "precice", "precisly", "precurser", "predecesors", "predicatble", "predicitons", "predomiantly", "prefered", "prefering", "preferrably", "pregancies", "preiod", "preliferation", "premeire", "premeired", "premillenial", "preminence", "premission", "Premonasterians", "preocupation", "prepair", "prepartion", "prepatory", "preperation", "preperations", "preriod", "presedential", "presense", "presidenital", "presidental", "presitgious", "prespective", "prestigeous", "prestigous", "presumabely", "presumibly", "pretection", "prevelant", "preverse", "previvous", "pricipal", "priciple", "priestood", "primarly", "primative", "primatively", "primatives", "primordal", "principlaity", "principaly", "principial", "principly", "prinicipal", "privalege", "privaleges", "priveledges", "privelege", "priveleged", "priveleges", "privelige", "priveliged", "priveliges", "privelleges", "privilage", "priviledge", "priviledges", "privledge", "privte", "probabilaty", "probablistic", "probablly", "probalibity", "probaly", "probelm", "proccess", "proccessing", "procede", "proceded", "procedes", "procedger", "proceding", "procedings", "proceedure", "proces", "processer", "proclaimation", "proclamed", "proclaming", "proclomation", "profesion", "profesor", "professer", "proffesed", "proffesion", "proffesional", "proffesor", "profilic", "progessed", "progidy", "programable", "progrom", "progroms", "prohabition", "prologomena", "prominance", "prominant", "prominantly", "prominately", "promiscous", "promotted", "pronomial", "pronouced", "pronounched", "pronounciation", "proove", "prooved", "prophacy", "propietary", "propmted", "propoganda", "propogate", "propogates", "propogation", "propostion", "propotions", "propper", "propperly", "proprietory", "proseletyzing", "protaganist", "protaganists", "protocal", "protoganist", "protrayed", "protruberance", "protruberances", "prouncements", "provacative", "provded", "provicial", "provinicial", "provisiosn", "provisonal", "proximty", "pseudononymous", "pseudonyn", "psuedo", "psycology", "psyhic", "pubilsher", "pubisher", "publiaher", "publically", "publicaly", "publicher", "publihser", "publisehr", "publiser", "publisger", "publisheed", "publisherr", "publishher", "publishor", "publishre", "publissher", "publlisher", "publsiher", "publusher", "puchasing", "Pucini", "Puertorrican", "Puertorricans", "pulisher", "pumkin", "puplisher", "puritannical", "purposedly", "purpotedly", "pursuade", "pursuaded", "pursuades", "pususading", "puting", "pwoer", "pyscic", "qtuie", "quantaty", "quantitiy", "quarantaine", "Queenland", "questonable", "quicklyu", "quinessential", "quitted", "quizes", "qutie", "rabinnical", "racaus", "radiactive", "radify", "raelly", "rarified", "reaccurring", "reacing", "reacll", "readmition", "realitvely", "realsitic", "realtions", "realy", "realyl", "reasearch", "rebiulding", "rebllions", "rebounce", "reccomend", "reccomendations", "reccomended", "reccomending", "reccommend", "reccommended", "reccommending", "reccuring", "receeded", "receeding", "receivedfrom", "recepient", "recepients", "receving", "rechargable", "reched", "recide", "recided", "recident", "recidents", "reciding", "reciepents", "reciept", "recieve", "recieved", "reciever", "recievers", "recieves", "recieving", "recipiant", "recipiants", "recived", "recivership", "recogise", "recogize", "recomend", "recomended", "recomending", "recomends", "recommedations", "recompence", "reconaissance", "reconcilation", "reconized", "reconnaisance", "reconnaissence", "recontructed", "recordproducer", "recquired", "recrational", "recrod", "recuiting", "recuring", "recurrance", "rediculous", "reedeming", "reenforced", "refect", "refedendum", "referal", "referece", "refereces", "refered", "referemce", "referemces", "referencs", "referenece", "refereneced", "refereneces", "referiang", "refering", "refernce", "refernces", "referrence", "referrences", "referrs", "reffered", "refference", "reffering", "refrence", "refrences", "refrers", "refridgeration", "refridgerator", "refromist", "refusla", "regardes", "regluar", "reguarly", "regulaion", "regulaotrs", "regularily", "rehersal", "reicarnation", "reigining", "reknown", "reknowned", "rela", "relaly", "relatiopnship", "relativly", "relected", "releive", "releived", "releiver", "releses", "relevence", "relevent", "reliablity", "relient", "religeous", "religous", "religously", "relinqushment", "relitavely", "relized", "relpacement", "remaing", "remeber", "rememberable", "rememberance", "remembrence", "remenant", "remenicent", "reminent", "reminescent", "reminscent", "reminsicent", "rendevous", "rendezous", "renedered", "renewl", "rennovate", "rennovated", "rennovating", "rennovation", "rentors", "reoccurrence", "reorganision", "repatition", "repblic", "repblican", "repblicans", "repblics", "repectively", "repeition", "repentence", "repentent", "repeteadly", "repetion", "repid", "reponse", "reponsible", "reportadly", "represantative", "representive", "representives", "reproducable", "reprtoire", "repsectively", "reptition", "repubic", "repubican", "repubicans", "repubics", "republi", "republian", "republians", "republis", "repulic", "repulican", "repulicans", "repulics", "requirment", "requred", "resaurant", "resembelance", "resembes", "resemblence", "resevoir", "residental", "resignement", "resistable", "resistence", "resistent", "respectivly", "responce", "responibilities", "responisble", "responnsibilty", "responsability", "responsibile", "responsibilites", "responsiblities", "responsiblity", "ressemblance", "ressemble", "ressembled", "ressemblence", "ressembling", "resssurecting", "ressurect", "ressurected", "ressurection", "ressurrection", "restarant", "restarants", "restaraunt", "restaraunteur", "restaraunteurs", "restaraunts", "restauranteurs", "restauration", "restauraunt", "resteraunt", "resteraunts", "resticted", "restraunt", "resturant", "resturants", "resturaunt", "resturaunts", "resurecting", "retalitated", "retalitation", "retreive", "returnd", "revaluated", "reveiw", "reveral", "reversable", "revolutionar", "rewitten", "rewriet", "rference", "rferences", "rhymme", "rhythem", "rhythim", "rhytmic", "rigeur", "rigourous", "rininging", "rised", "Rockerfeller", "rococco", "rocord", "roomate", "rougly", "rucuperate", "rudimentatry", "rulle", "runing", "runnung", "russina", "Russion", "rwite", "rythem", "rythim", "rythm", "rythmic", "rythyms", "sacrafice", "sacreligious", "Sacremento", "sacrifical", "saftey", "safty", "salery", "sanctionning", "sandwhich", "Sanhedrim", "santioned", "sargant", "sargeant", "sasy", "satelite", "satelites", "Saterday", "Saterdays", "satisfactority", "satric", "satrical", "satrically", "sattelite", "sattelites", "saught", "saveing", "saxaphone", "scaleable", "scandanavia", "scaricity", "scavanged", "schedual", "scholarhip", "scholarstic", "scientfic", "scientifc", "scientis", "scince", "scinece", "scirpt", "scoll", "screenwrighter", "scrutinity", "scuptures", "seach", "seached", "seaches", "secceeded", "seceed", "seceeded", "secratary", "secretery", "sedereal", "seeked", "segementation", "seguoys", "seige", "seing", "seinor", "seldomly", "senarios", "sence", "senstive", "sensure", "seperate", "seperated", "seperately", "seperates", "seperating", "seperation", "seperatism", "seperatist", "sepina", "sepulchure", "sepulcre", "sergent", "settelement", "settlment", "severeal", "severley", "severly", "sevice", "shadasloo", "shaddow", "shadoloo", "shamen", "sheat", "sheild", "sherif", "shineing", "shiped", "shiping", "shopkeeepers", "shorly", "shortwhile", "shoudl", "shoudln", "shouldnt", "shreak", "shrinked", "sicne", "sideral", "sieze", "siezed", "siezing", "siezure", "siezures", "siginificant", "signficant", "signficiant", "signfies", "signifantly", "significently", "signifigant", "signifigantly", "signitories", "signitory", "similarily", "similiar", "similiarity", "similiarly", "simmilar", "simpley", "simplier", "simultanous", "simultanously", "sincerley", "singsog", "sinse", "Sionist", "Sionists", "Sixtin", "Skagerak", "skateing", "slaugterhouses", "slighly", "slippy", "slowy", "smae", "smealting", "smoe", "sneeks", "snese", "socalism", "socities", "soem", "sofware", "sohw", "soilders", "solatary", "soley", "soliders", "soliliquy", "soluable", "somene", "somtimes", "somwhere", "sophicated", "sophmore", "sorceror", "sorrounding", "sotry", "sotyr", "soudn", "soudns", "sould", "sountrack", "sourth", "sourthern", "souvenier", "souveniers", "soveits", "sovereignity", "soverign", "soverignity", "soverignty", "spainish", "speach", "specfic", "speciallized", "specif", "specifiying", "speciman", "spectauclar", "spectaulars", "spects", "spectum", "speices", "spendour", "spermatozoan", "spoace", "sponser", "sponsered", "spontanous", "sponzored", "spoonfulls", "sppeches", "spreaded", "sprech", "spred", "spriritual", "spritual", "sqaure", "stablility", "stainlees", "staion", "standars", "stange", "startegic", "startegies", "startegy", "stateman", "statememts", "statment", "steriods", "sterotypes", "stilus", "stingent", "stiring", "stirrs", "stlye", "stomache", "stong", "stopry", "storeis", "storise", "stornegst", "stoyr", "stpo", "stradegies", "stradegy", "strat", "stratagically", "streemlining", "stregth", "strenghen", "strenghened", "strenghening", "strenght", "strenghten", "strenghtened", "strenghtening", "strengtened", "strenous", "strictist", "strikely", "strnad", "stroy", "structual", "stubborness", "stucture", "stuctured", "studdy", "studing", "stuggling", "sturcture", "subcatagories", "subcatagory", "subconsiously", "subjudgation", "submachne", "subpecies", "subsidary", "subsiduary", "subsquent", "subsquently", "substace", "substancial", "substatial", "substituded", "substract", "substracted", "substracting", "substraction", "substracts", "subtances", "subterranian", "suburburban", "succceeded", "succcesses", "succedded", "succeded", "succeds", "succesful", "succesfully", "succesfuly", "succesion", "succesive", "successfull", "successully", "succsess", "succsessfull", "suceed", "suceeded", "suceeding", "suceeds", "sucesful", "sucesfully", "sucesfuly", "sucesion", "sucess", "sucesses", "sucessful", "sucessfull", "sucessfully", "sucessfuly", "sucession", "sucessive", "sucessor", "sucessot", "sucide", "sucidial", "sudent", "sudents", "sufferage", "sufferred", "sufferring", "sufficent", "sufficently", "sumary", "sunglases", "suop", "superceeded", "superintendant", "suphisticated", "suplimented", "supose", "suposed", "suposedly", "suposes", "suposing", "supplamented", "suppliementing", "suppoed", "supposingly", "suppy", "suprassing", "supress", "supressed", "supresses", "supressing", "suprise", "suprised", "suprising", "suprisingly", "suprize", "suprized", "suprizing", "suprizingly", "surfce", "surley", "suround", "surounded", "surounding", "suroundings", "surounds", "surplanted", "surpress", "surpressed", "surprize", "surprized", "surprizing", "surprizingly", "surrended", "surrepetitious", "surrepetitiously", "surreptious", "surreptiously", "surronded", "surrouded", "surrouding", "surrundering", "surveilence", "surveill", "surveyer", "surviver", "survivers", "survivied", "suseptable", "suseptible", "suspention", "swaer", "swaers", "swepth", "swiming", "syas", "symetrical", "symetrically", "symetry", "symettric", "symmetral", "symmetricaly", "synagouge", "syncronization", "synonomous", "synonymns", "synphony", "syphyllis", "sypmtoms", "syrap", "sysmatically", "sytem", "sytle", "tabacco", "tahn", "taht", "talekd", "targetted", "targetting", "tast", "tath", "tatoo", "tattooes", "taxanomic", "taxanomy", "teached", "techician", "techicians", "techiniques", "technitian", "technnology", "technolgy", "teh", "tehy", "telelevision", "televsion", "telphony", "temerature", "tempalte", "tempaltes", "temparate", "temperarily", "temperment", "tempertaure", "temperture", "temprary", "tenacle", "tenacles", "tendacy", "tendancies", "tendancy", "tennisplayer", "tepmorarily", "terrestial", "terriories", "terriory", "territorist", "territoy", "terroist", "testiclular", "testomony", "tghe", "thast", "theather", "theese", "theif", "theives", "themselfs", "themslves", "ther", "therafter", "therby", "theri", "theyre", "thgat", "thge", "thier", "thign", "thigns", "thigsn", "thikn", "thikning", "thikns", "thiunk", "thn", "thna", "thne", "thnig", "thnigs", "thoughout", "threatend", "threatning", "threee", "threshhold", "thrid", "throrough", "throughly", "throught", "througout", "thru", "thsi", "thsoe", "thta", "thyat", "tiem", "tihkn", "tihs", "timne", "tiome", "tje", "tjhe", "tjpanishad", "tkae", "tkaes", "tkaing", "tlaking", "tobbaco", "todays", "todya", "toghether", "toke", "tolerence", "Tolkein", "tomatos", "tommorow", "tommorrow", "tongiht", "toriodal", "tormenters", "tornadoe", "torpeados", "torpedos", "tortise ", "tothe", "toubles", "tounge", "tourch", "towords", "towrad", "tradionally", "traditionaly", "traditionnal", "traditition", "tradtionally", "trafficed", "trafficing", "trafic", "trancendent", "trancending", "tranform", "tranformed", "transcendance", "transcendant", "transcendentational", "transcripting", "transending", "transesxuals", "transfered", "transfering", "transformaton", "transistion", "translater", "translaters", "transmissable", "transporation", "tremelo", "tremelos", "trigered", "triguered", "triology", "troling", "troup", "troups", "truely", "trustworthyness", "turnk", "Tuscon", "tust", "twelth", "twon", "twpo", "tyhat", "tyhe", "typcial", "typicaly", "tyranies", "tyrany", "tyrranies", "tyrrany", "ubiquitious", "ublisher", "uise", "Ukranian", "ultimely", "unacompanied", "unahppy", "unanymous", "unathorised", "unavailible", "unballance", "unbeknowst", "unbeleivable", "uncertainity", "unchallengable", "unchangable", "uncompetive", "unconcious", "unconciousness", "unconfortability", "uncontitutional", "unconvential", "undecideable", "understoon", "undesireable", "undetecable", "undoubtely", "undreground", "uneccesary", "unecessary", "unequalities", "unforseen", "unforetunately", "unforgetable", "unforgiveable", "unfortunatley", "unfortunatly", "unfourtunately", "unihabited", "unilateraly", "unilatreal", "unilatreally", "uninterruped", "uninterupted", "UnitesStates", "univeral", "univeristies", "univeristy", "univerity", "universtiy", "univesities", "univesity", "unkown", "unlikey", "unmanouverable", "unmistakeably", "unneccesarily", "unneccesary", "unneccessarily", "unneccessary", "unnecesarily", "unnecesary", "unoffical", "unoperational", "unoticeable", "unplease", "unplesant", "unprecendented", "unprecidented", "unrepentent", "unrepetant", "unrepetent", "unsed", "unsubstanciated", "unsuccesful", "unsuccesfully", "unsuccessfull", "unsucesful", "unsucesfuly", "unsucessful", "unsucessfull", "unsucessfully", "unsuprised", "unsuprising", "unsuprisingly", "unsuprized", "unsuprizing", "unsuprizingly", "unsurprized", "unsurprizing", "unsurprizingly", "untill", "untranslateable", "unuseable", "unusuable", "unviersity", "unwarrented", "unweildly", "unwieldly", "upcomming", "upgradded", "upto", "usally", "useage", "usefull", "usefuly", "useing", "usualy", "ususally", "vaccum", "vaccume", "vacinity", "vaguaries", "vaieties", "vailidty", "valetta", "valuble", "valueable", "varations", "varient", "variey", "varing", "varities", "varity", "vasall", "vasalls", "vegatarian", "vegitable", "vegitables", "vegtable", "vehicule", "vell", "venemous", "vengance", "vengence", "verfication", "verison", "verisons", "vermillion", "versitilaty", "versitlity", "vetween", "veyr", "vigeur", "vigilence", "vigourous", "villian", "villification", "villify", "villin", "vincinity", "violentce", "virtualy", "virutal", "virutally", "visable", "visably", "visting", "vistors", "vitories", "volcanoe", "voleyball", "volontary", "volonteer", "volonteered", "volonteering", "volonteers", "volounteer", "volounteered", "volounteering", "volounteers", "volumne", "vreity", "vrey", "vriety", "vulnerablility", "vyer", "vyre", "waht", "warantee", "wardobe", "warrent", "warrriors", "wasnt", "wass", "watn", "wayword", "weaponary", "weas", "wehn", "weild", "weilded", "wendsay", "wensday", "wereabouts", "whant", "whants", "whcih", "wheras", "wherease", "whereever", "whic", "whihc", "whith", "whlch", "whn", "wholey", "wholy", "whta", "whther", "wich", "widesread", "wief", "wierd", "wiew", "wih", "wiht", "wille", "willk", "willingless", "wirting", "withdrawl", "witheld", "withh", "withing", "withold", "witht", "witn", "wiull", "wnat", "wnated", "wnats", "wohle", "wokr", "wokring", "wonderfull", "wordlwide", "workststion", "worls", "worstened", "woudl", "wresters", "wriet", "writen", "wroet", "wrok", "wroking", "wtih", "wupport", "xenophoby", "yaching", "yaer", "yaerly", "yaers", "yatch", "yearm", "yeasr", "yeild", "yeilding", "Yementite", "yera", "yrea", "yeras", "yersa", "yotube", "youseff", "youself", "ytou", "yuo", "zeebra" ]
|