-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathexet.html
More file actions
233 lines (224 loc) · 11.4 KB
/
Copy pathexet.html
File metadata and controls
233 lines (224 loc) · 11.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<!--
MIT License
Copyright (c) 2020 Viresh Ratnakar
See the full license notice in exet.js.
-->
<link rel="stylesheet" type="text/css" href="exolve-m.css?v1.63"/>
<link rel="stylesheet" type="text/css" href="exet.css?v1.07.5"/>
<script>
/**
* Language-specific config parameters.
*/
exetConfig = {
language: "en",
script: "Latin",
defaultDimension: 15,
defaultPopularity: 80,
lexicons: {
"Lufz": [
"lufz-en-lexicon.js",
"lufz-en-lexicon-stems.js"
],
"Nediger List": [
"nediger-list-part-1.js",
"nediger-list-part-2.js",
"nediger-list-stems.js"
]
},
researchTools: [
/** The first entry should not be name: "separator" */
{url: "https://en.wiktionary.org/wiki/", name: "Wiktionary", suffix: "#English"},
{url: "https://en-word.net/view/lemma/", name: "Open English Wordnet"},
{url: "https://onelook.com/thesaurus/?s=", name: "Onelook"},
{url: "https://api.dictionaryapi.dev/api/v2/entries/en/",
name: "DictionaryAPI"},
{url: "https://www.etymonline.com/search?q=", name: "Etymonline"},
{name: "separator"},
// The next link only shows definitions in published cryptic crosswords,
// not the clues themselves, by choice.
{url: "https://cryptics.georgeho.org/data?sql=select+lower%28definition%29+as+def%2C+count%28%2A%29+as+popularity+from+clues+where+%22answer%22+%3D+upper%28%3Ap0%29+and+def+not+in+%28%22nan%22%2C+%22%22%29+group+by+def+order+by+popularity+desc&_hide_sql=1&p0=", name: "Definitions in published cryptic crosswords (Cryptics.GeorgeHo.Org)"},
{url: "https://cryptics.georgeho.org/data/indicators?indicator__in=",
needsClueWords: true,
name: "Clue phrases as indicators in published cryptic crosswords (Cryptics.GeorgeHo.Org)"},
{url: "https://fodder.ing/?w=",
noPunct: true,
name: "Definition and wordplay ideas from fodder.ing"},
{name: "separator"},
{url: "https://thefreedictionary.com/", newTab: true, name: "The Free Dictionary"},
{url: "https://chambers.co.uk/search/?title=21st&query=",
newTab: true,
name: "Chambers"},
{url: "https://chambers.co.uk/search/?title=thes&query=",
newTab: true,
name: "Chambers Thesaurus"},
{url: "https://www.merriam-webster.com/dictionary/",
newTab: true,
name: "Merriam-Webster"},
{url: "https://www.merriam-webster.com/thesaurus/",
newTab: true,
name: "Merriam-Webster Thesaurus"},
{url: "https://crosswordtracker.com/answer/",
newTab: true, noPunct: true,
name: "Definitions from crosswordtracker.com"},
],
extraTabs: [
{
id: "hiddens",
display: "Hiddens",
hover: "Nutrimatic: hidden answers and reversed hidden answers",
group: "Hiddens & Variants",
sections: [
{url: "https://nutrimatic.org/?q=", maker: 'Nutrimatic-Hidden',
title: "Hidden answers"},
{url: "https://nutrimatic.org/?q=", maker: 'Nutrimatic-RevHidden',
title: "Reversed hidden answers"},
]
},
{
id: "alternations",
display: "Alternations",
hover: "Nutrimatic: alternations and reversed alternations",
group: "Hiddens & Variants",
sections: [
{url: "https://nutrimatic.org/?q=", maker: 'Nutrimatic-Alternation',
title: "Alternations"},
{url: "https://nutrimatic.org/?q=", maker: 'Nutrimatic-RevAlternation',
title: "Reversed alternations"},
]
},
{
id: "acrostics",
display: "Acrostics",
hover: "Nutrimatic: acrostics, tail acrostics (telestichs), and both ends",
group: "Hiddens & Variants",
layout: "1+2",
sections: [
{url: "https://nutrimatic.org/?q=", maker: 'Nutrimatic-Acrostic',
title: "Acrostics"},
{url: "https://nutrimatic.org/?q=", maker: 'Nutrimatic-Telestich',
title: "Tail Acrostics"},
{url: "https://nutrimatic.org/?q=", maker: 'Nutrimatic-BothEnds',
title: "Both Ends"},
]
},
],
webFills: [
{
id: "nutrimatic",
name: "Nutrimatic",
url: "https://nutrimatic.org/?q=",
maker: "Nutrimatic-Fill",
},
{
id: "onelook",
name: "Onelook",
url: "https://onelook.com/?ssbp=1&w=",
maker: "Onelook-Fill",
},
{
id: "qat",
name: "Qat",
url: "https://www.quinapalus.com/cgi-bin/qat?ent=Search&dict=7&pat=",
maker: "Qat-Fill",
},
],
listsLinks: [
{name: "All indicators from Cryptics.GeorgeHo.Org",
url: "https://cryptics.georgeho.org/data?sql=select+%2A+from+indicators_consolidated&_hide_sql=1"},
{name: "Anagram indicators from ClueClinic",
url: "https://clueclinic.com/index.php/anagram-indicators/"},
{name: "Container and contents indicators from ClueClinic",
url: "https://clueclinic.com/index.php/container-contents-indicators/"},
{name: "Deletion indicators from ClueClinic",
url: "https://clueclinic.com/index.php/deletion-indicators/"},
{name: "Hidden indicators from ClueClinic",
url: "https://clueclinic.com/index.php/hidden-indicators/"},
{name: "Homophone indicators from ClueClinic",
url: "https://clueclinic.com/index.php/homophone-indicators/"},
{name: "Intermittent selection indicators from ClueClinic",
url: "https://clueclinic.com/index.php/intermittent-indicators/"},
{name: "Juxtaposition indicators from ClueClinic",
url: "https://clueclinic.com/index.php/juxtaposition-indicators/"},
{name: "Letter-selection indicators from ClueClinic",
url: "https://clueclinic.com/index.php/letter-selection-indicators/"},
{name: "Replacement indicators from ClueClinic",
url: "https://clueclinic.com/index.php/replacement-indicators/"},
{name: "Reversal indicators from ClueClinic",
url: "https://clueclinic.com/index.php/reversal-indicators/"},
{name: "Single letter indicators from ClueClinic", group: "Abbreviations & Others",
url: "https://clueclinic.com/index.php/single-letter-indicators/"},
{name: "Common abbreviations from ClueClinic", group: "Abbreviations & Others",
url: "https://clueclinic.com/index.php/common-abbreviations/"},
{name: "Cryptic lexicon from ClueClinic", group: "Abbreviations & Others",
url: "https://clueclinic.com/index.php/cryptic-lexicon/"},
{name: "Abbreviations from Crossword Unclued", group: "Abbreviations & Others",
url: "https://www.crosswordunclued.com/2008/10/" +
"cryptic-abbreviations.html"},
{name: "Abbreviations from Wikipedia", group: "Abbreviations & Others",
url: "https://en.wikipedia.org/wiki/Crossword_abbreviations"},
{name: "Abbreviations from Mythic beasts", group: "Abbreviations & Others",
url: "https://longair.net/mark/random/indicators/"},
{name: "Anagram indicators from Crossword Unclued", group: "Crossword Unclued's indicators",
url: "https://www.crosswordunclued.com/2008/09/anagram-indicators.html"},
{name: "Hidden words indicators from Crossword Unclued", group: "Crossword Unclued's indicators",
url: "https://www.crosswordunclued.com/2009/03/" +
"hidden-word-indicators.html"},
{name: "Reversal indicators from Crossword Unclued", group: "Crossword Unclued's indicators",
url: "https://www.crosswordunclued.com/2009/07/reversal-indicators.html"},
{name: "Homophone indicators from Crossword Unclued", group: "Crossword Unclued's indicators",
url: "https://www.crosswordunclued.com/2009/02/homophone-indicators.html"},
{name: "Deletion indicators from Crossword Unclued", group: "Crossword Unclued's indicators",
url: "https://www.crosswordunclued.com/2009/04/deletion-indicators.html"},
{name: "Letter-picking indicators from Crossword Unclued", group: "Crossword Unclued's indicators",
url: "https://www.crosswordunclued.com/2009/04/" +
"letter-sequence-indicators.html"},
{name: "Containment indicators from Crossword Unclued", group: "Crossword Unclued's indicators",
url: "https://www.crosswordunclued.com/2009/02/" +
"container-and-content-indicators.html"},
{name: "Alternation indicators from Cryptics.GeorgeHo.Org", group: "Cryptics.GeorgeHo.Org's indicators",
url: "https://cryptics.georgeho.org/data?sql=select+rowid%2C+wordplay%2C+indicator%2C+clue_rowids+from+indicators+where+%22wordplay%22+%3D+%22alternation%22+order+by+rowid+limit+1000%0D%0A&_hide_sql=1"},
{name: "Anagram indicators from Cryptics.GeorgeHo.Org", group: "Cryptics.GeorgeHo.Org's indicators",
url: "https://cryptics.georgeho.org/data?sql=select+rowid%2C+wordplay%2C+indicator%2C+clue_rowids+from+indicators+where+%22wordplay%22+%3D+%22anagram%22+order+by+rowid+limit+1000%0D%0A&_hide_sql=1"},
{name: "Container indicators from Cryptics.GeorgeHo.Org", group: "Cryptics.GeorgeHo.Org's indicators",
url: "https://cryptics.georgeho.org/data?sql=select+rowid%2C+wordplay%2C+indicator%2C+clue_rowids+from+indicators+where+%22wordplay%22+%3D+%22container%22+order+by+rowid+limit+1000%0D%0A&_hide_sql=1"},
{name: "Deletion indicators from Cryptics.GeorgeHo.Org", group: "Cryptics.GeorgeHo.Org's indicators",
url: "https://cryptics.georgeho.org/data?sql=select+rowid%2C+wordplay%2C+indicator%2C+clue_rowids+from+indicators+where+%22wordplay%22+%3D+%22deletion%22+order+by+rowid+limit+1000%0D%0A&_hide_sql=1"},
{name: "Hidden word indicators from Cryptics.GeorgeHo.Org", group: "Cryptics.GeorgeHo.Org's indicators",
url: "https://cryptics.georgeho.org/data?sql=select+rowid%2C+wordplay%2C+indicator%2C+clue_rowids+from+indicators+where+%22wordplay%22+%3D+%22hidden%22+order+by+rowid+limit+1000%0D%0A&_hide_sql=1"},
{name: "Homophone indicators from Cryptics.GeorgeHo.Org", group: "Cryptics.GeorgeHo.Org's indicators",
url: "https://cryptics.georgeho.org/data?sql=select+rowid%2C+wordplay%2C+indicator%2C+clue_rowids+from+indicators+where+%22wordplay%22+%3D+%22homophone%22+order+by+rowid+limit+1000%0D%0A&_hide_sql=1"},
{name: "Insertion indicators from Cryptics.GeorgeHo.Org", group: "Cryptics.GeorgeHo.Org's indicators",
url: "https://cryptics.georgeho.org/data?sql=select+rowid%2C+wordplay%2C+indicator%2C+clue_rowids+from+indicators+where+%22wordplay%22+%3D+%22insertion%22+order+by+rowid+limit+1000%0D%0A&_hide_sql=1"},
{name: "Reversal indicators from Cryptics.GeorgeHo.Org", group: "Cryptics.GeorgeHo.Org's indicators",
url: "https://cryptics.georgeho.org/data?sql=select+rowid%2C+wordplay%2C+indicator%2C+clue_rowids+from+indicators+where+%22wordplay%22+%3D+%22reversal%22+order+by+rowid+limit+1000%0D%0A&_hide_sql=1"},
],
};
</script>
<script src="exolve-m.js?v1.73.2"></script>
<script src="exolve-from-puz.js?v1.73.2"></script>
<script src="exolve-from-ipuz.js?v1.73.2"></script>
<script src="exolve-to-puz.js?v1.73.2"></script>
<script src="exolve-to-ipuz.js?v1.73.2"></script>
<script src="exolve-exost.js?v1.73.2"></script>
<script src="exet-analysis.js?v1.08"></script>
<script src="exet-storage.js?v1.08"></script>
<script src="exet.js?v1.08"></script>
<script src="exet-autofill.js?v1.08"></script>
<script src="exet-lexicon.js?v1.08"></script>
<title>Exet: Create a crossword</title>
</head>
<body>
<div id="xet-loading"
style="text-align:center;font-family:monospace;padding-top:100px">
<h3><span class="xet-blue">Exet: A web app for crossword construction</span></h3>
<h4>Loading the lexicon. This may take a few seconds, please wait...</h4>
</div>
<div id="xet-xlv-frame">
</div>
</body>
</html>