1
1
<!DOCTYPE html>
2
2
<!-- Copyright (C) 2020 Matthew "strager" Glazar -->
3
3
<!-- See end of file for extended copyright information. -->
4
- < html >
4
+ < html lang =" en " >
5
5
< head >
6
6
< %- await include("../common-head.ejs.html") %>
7
7
< title > quick-lint-js: installing</ title >
86
86
}
87
87
88
88
/* Stack items on top of each other if the screen isn't wide enough to
89
- arrange them horizontally. */
89
+ arrange them horizontally. */
90
90
@media only screen and (max-width : 34em ) {
91
91
.os-column-table {
92
92
grid-template-areas : "linux" "macos" "windows" ;
97
97
}
98
98
99
99
/* HACK(strager): Work around bug in EdgeHTML 13.10586 causing the Windows
100
- column of the operating systems column group to be super wide. */
100
+ column of the operating systems column group to be super wide. */
101
101
img .os-logo [src $= "/windows.svg" ] {
102
102
width : 1.2em ;
103
103
}
127
127
}
128
128
129
129
/* Add lots of spacing between different install procedures so people
130
- don't start reading the wrong instructions. */
130
+ don't start reading the wrong instructions. */
131
131
article {
132
132
margin-top : 2rem ;
133
133
margin-bottom : 4rem ;
138
138
139
139
.long-shell-command-line {
140
140
/* 6 = "$ ".length + 4 spaces of indentation */
141
+ display : inline-block;
141
142
padding-left : 6ch ;
142
143
text-indent : -6ch ;
143
144
white-space : normal;
@@ -157,7 +158,10 @@ <h1><a href="..">quick-lint-js</a></h1>
157
158
158
159
< main >
159
160
< h2 > Install quick-lint-js</ h2 >
160
- < p > Latest version: 0.2.0 (beta) (released < time > April 5, 2021</ time > )</ p >
161
+ < p >
162
+ Latest version: 0.2.0 (beta) (released
163
+ < time datetime ="2021-04-05 "> April 5, 2021</ time > )
164
+ </ p >
161
165
162
166
< figure class ="comparison install-comparison ">
163
167
< table >
@@ -187,7 +191,7 @@ <h2>Install quick-lint-js</h2>
187
191
class ="install-logo "
188
192
src ="../gnome-terminal.svg "
189
193
alt =""
190
- aria-labeled-by ="install-artifact-cli "
194
+ aria-labelledby ="install-artifact-cli "
191
195
/> < br /> < span id ="install-artifact-cli "> CLI</ span >
192
196
</ th >
193
197
< th > LSP server</ th >
@@ -196,7 +200,7 @@ <h2>Install quick-lint-js</h2>
196
200
class ="install-logo "
197
201
src ="../vscode.png "
198
202
alt =""
199
- aria-labeled-by ="install-artifact-vscode "
203
+ aria-labelledby ="install-artifact-vscode "
200
204
/> < br /> < span id ="install-artifact-vscode "
201
205
> VS Code< br /> extension</ span
202
206
>
@@ -206,7 +210,7 @@ <h2>Install quick-lint-js</h2>
206
210
class ="install-logo "
207
211
src ="../vim.gif "
208
212
alt =""
209
- aria-labeled-by ="install-artifact-vim "
213
+ aria-labelledby ="install-artifact-vim "
210
214
/> < br /> < span id ="install-artifact-vim "> Vim< br /> plugin</ span >
211
215
</ th >
212
216
</ tr >
@@ -219,7 +223,7 @@ <h2>Install quick-lint-js</h2>
219
223
class ="install-logo "
220
224
src ="../npm.svg "
221
225
alt =""
222
- aria-labeled-by ="install-method-npm "
226
+ aria-labelledby ="install-method-npm "
223
227
/> < span id ="install-method-npm "> npm</ span > </ a
224
228
>
225
229
</ th >
@@ -286,7 +290,7 @@ <h2>Install quick-lint-js</h2>
286
290
class ="install-logo "
287
291
src ="../homebrew.svg "
288
292
alt =""
289
- aria-labeled-by ="install-method-homebrew "
293
+ aria-labelledby ="install-method-homebrew "
290
294
/> < span id ="install-method-homebrew "> Homebrew</ span > </ a
291
295
>
292
296
</ th >
@@ -321,13 +325,13 @@ <h2>Install quick-lint-js</h2>
321
325
class ="install-logo "
322
326
src ="../debian.svg "
323
327
alt =""
324
- aria-labeled-by ="install-method-debian "
328
+ aria-labelledby ="install-method-debian "
325
329
/> < span id ="install-method-debian "> Debian</ span
326
330
> < br /> < img
327
331
class ="install-logo "
328
332
src ="../ubuntu.svg "
329
333
alt =""
330
- aria-labeled-by ="install-method-ubuntu "
334
+ aria-labelledby ="install-method-ubuntu "
331
335
/> < span id ="install-method-ubuntu "> Ubuntu</ span > </ a
332
336
>
333
337
</ th >
@@ -362,7 +366,7 @@ <h2>Install quick-lint-js</h2>
362
366
class ="install-logo "
363
367
src ="../nix.svg "
364
368
alt =""
365
- aria-labeled-by ="install-method-nix "
369
+ aria-labelledby ="install-method-nix "
366
370
/> < span id ="install-method-nix "> Nix</ span > </ a
367
371
>
368
372
</ th >
@@ -402,7 +406,7 @@ <h2>Install quick-lint-js</h2>
402
406
class ="install-logo "
403
407
src ="../arch-linux.svg "
404
408
alt =""
405
- aria-labeled-by ="install-method-arch-linux "
409
+ aria-labelledby ="install-method-arch-linux "
406
410
/> < span id ="install-method-arch-linux "
407
411
> Arch Linux</ span
408
412
> </ a
@@ -439,7 +443,7 @@ <h2>Install quick-lint-js</h2>
439
443
class ="install-logo "
440
444
src ="../vscode.png "
441
445
alt =""
442
- aria-labeled-by ="install-method-vscode "
446
+ aria-labelledby ="install-method-vscode "
443
447
/> < span id ="install-method-vscode "
444
448
> VS Code< br /> marketplace</ span
445
449
> </ a
@@ -488,7 +492,7 @@ <h2>Install quick-lint-js</h2>
488
492
class ="install-logo "
489
493
src ="../open-vsx.svg "
490
494
alt =""
491
- aria-labeled-by ="install-method-open-vsx "
495
+ aria-labelledby ="install-method-open-vsx "
492
496
/> < span id ="install-method-open-vsx "
493
497
> Open VSX</ span
494
498
> </ a
990
994
quick-lint-js' tap to your Homebrew installation:
991
995
</ p >
992
996
< blockquote >
993
- < pre > < code > < div class ="long-shell-command-line "> < kbd > brew tap quick-lint/quick-lint-js https://github.com/quick-lint/quick-lint-js.git</ kbd > </ div > </ code > </ pre >
997
+ < pre > < code > < span class ="long-shell-command-line "> < kbd > brew tap quick-lint/quick-lint-js https://github.com/quick-lint/quick-lint-js.git</ kbd > </ span > </ code > </ pre >
994
998
</ blockquote >
995
999
996
1000
< p >
@@ -1034,7 +1038,7 @@ <h2>
1034
1038
< p > Open a terminal, and run the following commands:</ p >
1035
1039
< blockquote >
1036
1040
< pre > < code > < kbd > curl https://c.quick-lint-js.com/quick-lint-js-release.key | sudo apt-key add -</ kbd >
1037
- < div class ="long-shell-command-line "> < kbd > printf '\n# https://quick-lint-js.com/install/#debian\ndeb https://c.quick-lint-js.com/debian experimental main\n' | sudo tee -a /etc/apt/sources.list.d/quick-lint-js.list</ kbd > </ div >
1041
+ < span class ="long-shell-command-line "> < kbd > printf '\n# https://quick-lint-js.com/install/#debian\ndeb https://c.quick-lint-js.com/debian experimental main\n' | sudo tee -a /etc/apt/sources.list.d/quick-lint-js.list</ kbd > </ span >
1038
1042
< kbd > sudo apt-get update</ kbd >
1039
1043
1040
1044
# < img class ="install-logo " src ="../gnome-terminal.svg " alt ="" /> CLI and LSP server
@@ -1540,7 +1544,6 @@ <h4 id="manual-vim-pathogen">Install with Pathogen</h4>
1540
1544
This option requires
1541
1545
< a href ="https://github.com/tpope/vim-pathogen "> Pathogen</ a > .
1542
1546
</ p >
1543
- < p />
1544
1547
< h5 >
1545
1548
< img class ="os-logo " src ="../linux.svg " alt ="" /> GNU/Linux and
1546
1549
< img class ="os-logo " src ="../macos.svg " alt ="" /> macOS
0 commit comments