-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathactions.html
397 lines (372 loc) · 25.3 KB
/
actions.html
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
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
<!doctype html>
<html prefix="og: https://ogp.me/ns#">
<head>
<title>Github Actions | HTR-United</title>
<!-- block header -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Alix Chagué">
<meta name="author" content="Thibault Clérice">
<meta name="description" content="HTR-United is a catalog and an ecosystem for sharing and finding ground truth for optical character or handwritten text recognition (OCR/HTR)." />
<title>HTR-United</title>
<meta property="og:description"
content="HTR-United is a catalog and an ecosystem for sharing and finding ground truth for optical character or handwritten text recognition (OCR/HTR)." />
<meta property="og:locale" content="en_GB" />
<meta property="og:locale:alternate" content="fr_FR" />
<meta property="og:site_name" content="HTR-United" />
<meta property="og:image" content="https://htr-united.github.io/assets/images/logo_htr-united.png" />
<meta property="og:type" content="website" />
<meta property="og:title" content="HTR-United" />
<!-- Bootstrap core CSS -->
<link href="static/css/bootstrap.min.css" rel="stylesheet">
<!-- Favicons -->
<link rel="icon" href="assets/images/favicon.ico" />
<!-- Icon library -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<!-- Custom styles for this template -->
<link href="static/css/custom.css" rel="stylesheet">
<script type="text/javascript">
(function() {
document.head.querySelector("meta[property='og:title']").setAttribute("content", window.title);
})();
</script>
<!-- endblock header -->
</head>
<body id="top">
<!-- navbar -->
<nav class="navbar navbar-expand-lg navbar-light bg-light rounded fixed-top d-flex flex-wrap align-items-center justify-content-center justify-content-md-between border-bottom py-3 mb-4 px-5 shadow-lg">
<a class="navbar-brand" href="index.html">HTR-United</a>
<a class="navbar-brand" href="https://github.com/HTR-United"><i class="fab fa-github"></i></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar_htr-united" aria-controls="navbar_htr-united" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span><!--<i class="far fa-minus-square"></i>-->
</button>
<div class="collapse navbar-collapse" id="navbar_htr-united">
<ul class="navbar-nav my-2 my-md-0 mr-md-3 col-sm-10">
<li class="nav-item">
<span class="mx-4"></span>
</li>
<li class="nav-item">
<a class="nav-link btn btn-nav me-2" href="catalog.html"><i class="fas fa-search"></i> <i18n vanilla-i18n="nav.catalog">Explorer le catalogue</i18n></a>
</li>
<li class="nav-item">
<a class="nav-link btn btn-nav me-2" href="document-your-data.html"><i class="fas fa-edit"></i> <i18n vanilla-i18n="nav.form">Enregistrer des données</i18n></a>
</li>
<li class="nav-item">
<a class="nav-link btn btn-nav me-2" href="tools.html"><i class="fas fa-hammer"></i> <i18n vanilla-i18n="nav.tools">Les Outils</i18n></a>
</li>
<li class="nav-item">
<a class="nav-link btn btn-nav me-2" href="actions.html"><i class="fas fa-cogs"></i> <i18n vanilla-i18n="nav.actions">Automatisation Github</i18n></a>
</li>
<li class="nav-item">
<a class="nav-link btn btn-nav me-2" href="team.html"><i class="fas fa-child"></i> <i18n vanilla-i18n="nav.team">L'Équipe</i18n></a>
</li>
</ul>
<div class="col-sm-2 text-end">
<select id="vanilla-i18n-toggler">
<option>Français</option>
<option>English</option>
</select>
</div>
</div>
</nav>
<!-- Main -->
<main>
<div class="px-4 pt-5 pb-2 mt-5 text-center" id="main">
<div>
<img src="assets/images/logo_htr-united.png" class="u-logo-image u-logo-image-1 mt-5" data-image-width="40" height="86" alt="HTR-United">
<div class=" mt-5" style="line-height: 100%; vertical-align: middle; display: inline-block;"><span class="fa fa-heart fa-2x" aria-label="loves"></span></div>
<img src="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png" class="u-logo-image u-logo-image-1 mt-5" alt="Github" height="86">
</div>
<h1 class="display-5 fw-bold my-4">HTR-United + Github Actions</h1>
<div class="col-lg-6 mx-auto">
<p class="mb-4" vanilla-i18n="actions.introduction">Github Actions are a way to run specific code everytime you change your data. The following form will generate a configuration file to use our <a href="tools.html">4 tools</a> automatically and ensure both complete compatibility with the HTR-United initiative and high quality data. Some options below will focus on controling the data, your cataloging file or simply automatically updating it with the metrics of your choice !</p>
</div>
</div>
<!-- Use data -->
<form class="container col-xxl-8 px-4 py-4" id="use-data">
<div class="row">
<div class="col">
<h2 vanilla-i18n="actions.generalInformations">Informations générales sur la structure du dossier</h2>
</div>
</div>
<div class="form-group row my-2">
<label for="githubURL" vanilla-i18n="actions.githubURL" class="col-sm-3 col-form-label" vanilla-i18n="actions.githubURL">URL Github du dépôt</label>
<div class="col-sm-9">
<div class="input-group">
<span class="input-group-text" id="basic-addon3">https://github.com/</span>
<input type="text" name="githubURL" class="form-control" id="githubURL" placeholder="account/repository" required="true" aria-describedby="githubURLHelp" pattern="[^/]+/[^/]+" title="user/repository (No github.com/)" vanilla-i18n-title="actions.formatGithubUrl">
</div>
<div id="githubURLHelp" class="form-text"><p vanilla-i18n="actions.githubURLHelp" style="text-align: justify;" vanilla-i18n="actions.githubURLHelp">This should look like https://github.com/<code>htr-united/cremma-medieval</code> or https://github.com/<code>demo-user/demo-repository</code>.</p></div>
</div>
</div>
<div class="form-group row my-2">
<label for="htrUnitedFilename" vanilla-i18n="actions.htrUnitedFilename" class="col-sm-3 col-form-label" vanilla-i18n="actions.fileName">Nom du fichier de catalogage</label>
<div class="col-sm-9">
<input type="text" name="htrUnitedFilename" class="form-control" id="htrUnitedFilename" placeholder="htr-united.yml" required="true" value="htr-united.yml" aria-describedby="htrUnitedFilenameHelp">
<div id="htrUnitedFilenameHelp" class="form-text"><p vanilla-i18n="actions.htrUnitedFilenameHelp" style="text-align: justify;" vanilla-i18n="actions.htrUnitedFilenameHelp">This file should have been generated with <a href="document-your-data.html">the form on this website</a>: it describes your whole repository with metadata, make sure you did that first ! This file is generally named <code>htr-united.yml</code> and should be at the root of your github repository.</p></div>
</div>
</div>
<div class="form-group row my-2">
<label for="dataUnixPath" vanilla-i18n="actions.dataUnixPath" class="col-sm-3 col-form-label">Chemin des données (Format UNIX)</label>
<div class="col-sm-9">
<input type="text" name="dataUnixPath" class="form-control" id="dataUnixPath" placeholder="./french/data/*.xml ./english/data/*.xml" required="true" value="" aria-describedby="dataUnixPathHelp">
<div id="dataUnixPathHelp" class="row form-text">
<div class="col-md-8">
<p vanilla-i18n="actions.dataUnixPathHelpP1" style="text-align: justify;">This path is the path on your repository. Use <code>*</code> for a filename wildcard, <code>**</code> for a folder wildcard. You can have a single path, such as <code>./data/*.xml</code> or multiple, such as <code>./french/data/*.xml ./english/data/*.xml</code>. If you have a structure such as <code>./data/a_book/some.xml</code> and <code>./data/b_book/some.xml</code>, the UNIX path is <code>./data/**/*.xml</code></p>
<p vanilla-i18n="actions.dataUnixPathHelpP2">In the example on the right, if <code>TNAH-2021-Project-Correspondance-Berlioz</code> is the root of your data repository, the path to get all XML would be <code>donnees/**/*.xml</code></p>
</div>
<div class="col-md-4">
<img src="static/img/folder.png" alt="folder-structure" class="img-fluid" />
</div>
</div>
</div>
</div>
<div class="form-group row my-2">
<label for="format" class="col-sm-3 col-form-label" vanilla-i18n="form.field.std">Format des données</label>
<div class="col-sm-3">
<select name="format" id="format" class="form-control">
<option value="Alto-XML">ALTO XML</option>
<option value="Page-XML">PAGE XML</option>
</select>
</div>
</div>
<div class="form-group row my-2">
<label for="branchName" vanilla-i18n="actions.branchName" class="col-sm-3 col-form-label">Nom de la branche principale</label>
<div class="col-sm-9">
<input type="text" name="branchName" class="form-control" id="branchName" required="true" aria-describedby="branchNameHelp">
<div id="branchNameHelp" class="form-text"><p vanilla-i18n="actions.branchNameHelp" style="text-align: justify;">Generaly <code>main</code> or <code>master</code>.</p></div>
</div>
</div>
<hr />
<div class="row">
<div class="col">
<h2 vanilla-i18n="actions.testCatalog">Test du fichier de catalogage</h2>
<p class="form-text"><span vanilla-i18n="actions.thisUses">This uses</span> <a href="tools.html">HTRUC</a>.</p>
</div>
</div>
<div class="form-group row my-2">
<div class="col-sm-11 offset-1">
<div class="form-check">
<label class="form-check-label" for="activateHTRUC" vanilla-i18n="actions.activateHTRUC">
<b>Activer</b>
</label>
<input class="form-check-input" type="checkbox" value="yes" id="activateHTRUC" name="activateHTRUC" aria-describedby="activateHTRUCHelp" checked="true">
</div>
<div id="activateHTRUCHelp" class="form-text"><p vanilla-i18n="actions.activateHTRUCHelp" style="text-align: justify;">This will run a test on your <code>htr-united.yml</code> and makes sure it's compliant with the schemas. If the schema evolves, it allows you to ensure your compatibility with it.</p></div>
</div>
</div>
<hr />
<div class="row">
<div class="col">
<h2 vanilla-i18n="actions.testReport">Génération de rapports</h2>
<p class="form-text"><span vanilla-i18n="actions.thisUses">This uses</span> <a href="tools.html">HTR United Metadata Generator</a>.</p>
</div>
</div>
<div class="form-group row my-2">
<div class="col-sm-11 offset-1">
<div class="form-check">
<label class="form-check-label" for="activateHUMG" vanilla-i18n="actions.activateHUMG">
<b>Activer</b>
</label>
<input class="form-check-input" type="checkbox" value="yes" id="activateHUMG" name="activateHUMG" aria-describedby="activateHUMGHelp" checked="true">
</div>
<div id="activateHUMGHelp" class="form-text"><p vanilla-i18n="actions.activateHUMGHelp" style="text-align: justify;">This will produces in depth overview of how many characters, zones, lines and pages you have, but also gives you the amount of zone or lines per type if you typed your zones and lines.</p></div>
</div>
</div>
<div class="form-group row my-2">
<div class="col-sm-11 offset-1">
<div class="form-check">
<label class="form-check-label" for="updateCatalogFile" vanilla-i18n="actions.updateCatalogFile">
Update the catalog file
</label>
<input class="form-check-input" type="checkbox" value="yes" id="updateCatalogFile" name="updateCatalogFile" aria-describedby="updateCatalogFileHelp">
</div>
<div id="updateCatalogFileHelp" class="form-text"><p vanilla-i18n="actions.updateCatalogFileHelp" style="text-align: justify;"><span>Using the computed metrics (line, characters, files, zones), update the <code>volume</code> information of the cataloging file automatically.</span> <br/><span class="fa fa-exclamation-triangle" aria-label="Warning"></span> <span>This automatically pushes new files to your repository. This does not damage your data.</span></p></div>
</div>
</div>
<div class="form-group row my-2">
<div class="col-sm-11 offset-1">
<div class="form-check">
<label class="form-check-label" for="generateBadge" vanilla-i18n="actions.generateBadge">
Generate badges
</label>
<input class="form-check-input" type="checkbox" value="yes" id="generateBadge" name="generateBadge" aria-describedby="generateBadgeHelp">
</div>
<div id="generateBadgeHelp" class="form-text"><p vanilla-i18n="actions.generateBadgeHelp" style="text-align: justify;"><span>Using this, badges will be generated, such as <img src="./static/img/example_badge.svg" /> which you can include in your README file to show how cool you are.</span> <br/><span class="fa fa-exclamation-triangle" aria-label="Warning"></span> <span>This automatically pushes new files to your repository. This does not damage your data.</span></p> </div>
</div>
</div>
<div class="form-group row my-2">
<div class="col-sm-11 offset-1">
<div class="form-check">
<label class="form-check-label" for="gitRelease" vanilla-i18n="actions.gitRelease">
Automatically create a release
</label>
<input class="form-check-input" type="checkbox" value="yes" id="gitRelease" name="gitRelease" aria-describedby="gitReleaseHelp">
</div>
<div id="gitReleaseHelp" class="form-text"><p vanilla-i18n="actions.gitReleaseHelp" style="text-align: justify;">Creates a Github release everytime master is changed. Coupled with <a href="https://coderefinery.github.io/github-without-command-line/doi/">Zenodo</a>, this will allow you to have long term preservation and DOI (Digital Object Identifier) for your repository !</p></div>
</div>
</div>
<hr />
<div class="row">
<div class="col">
<h2 vanilla-i18n="actions.testXML">Test des fichiers XML (Structure)</h2>
<p class="form-text"><span vanilla-i18n="actions.thisUses">This uses</span> <a href="tools.html">HTRVX</a>.</p>
</div>
</div>
<div class="form-group row my-2">
<div class="col-sm-11 offset-1">
<div class="form-check">
<label class="form-check-label" for="activateHTRVX" vanilla-i18n="actions.activateHTRVX">
<b>Activer</b>
</label>
<input class="form-check-input" type="checkbox" value="yes" id="activateHTRVX" name="activateHTRVX" aria-describedby="activateHTRVXHelp" checked="true">
</div>
<div id="activateHTRVXHelp" class="form-text"><p vanilla-i18n="actions.activateHTRVXHelp" style="text-align: justify;">This will help you make sure that your XML is valid and follows some other specifications.</p></div>
</div>
</div>
<div class="form-group row my-2">
<div class="col-sm-11 offset-1">
<div class="form-check">
<label class="form-check-label" for="activateSegmonto" vanilla-i18n="actions.activateSegmonto">
Test your compatibility with Segmonto
</label>
<input class="form-check-input" type="checkbox" value="yes" id="activateSegmonto" name="activateSegmonto" aria-describedby="activateSegmontoHelp">
</div>
<div id="activateSegmontoHelp" class="form-text"><p vanilla-i18n="actions.activateSegmontoHelp" style="text-align: justify;">Segmonto is an ontology for typing Zones (sometimes called Regions) and Lines. This ensures you are compatible with it. <em>cf.</em> <a href="https://hal.archives-ouvertes.fr/hal-03336528">Publication</a> or <a href="https://segmonto.github.io/">Segmonto Guidelines</a>.</p></div>
</div>
</div>
<div class="form-group row my-2">
<div class="col-sm-11 offset-1">
<div class="form-check">
<label class="form-check-label" for="activateEmptyLine" vanilla-i18n="actions.activateEmptyLine">
Check for empty lines or childless regions
</label>
<input class="form-check-input" type="checkbox" value="yes" id="activateEmptyLine" name="activateEmptyLine" aria-describedby="activateEmptyLineHelp" checked="true">
</div>
<div id="activateEmptyLineHelp" class="form-text"><p vanilla-i18n="actions.activateEmptyLineHelp" style="text-align: justify;">This will warn you about empty lines or regions without lines, without raising an error: this won't make the test fail !</p></div>
</div>
</div>
<div class="form-group row my-2">
<div class="col-sm-11 offset-1">
<div class="form-check">
<label class="form-check-label" for="activateRaiseEmptyLine" vanilla-i18n="actions.activateRaiseEmptyLine">
Raise an error when empty lines or childless regions are found
</label>
<input class="form-check-input" type="checkbox" value="yes" id="activateRaiseEmptyLine" name="activateRaiseEmptyLine" aria-describedby="activateRaiseEmptyLineHelp">
</div>
<div id="activateRaiseEmptyLineHelp" class="form-text"><p vanilla-i18n="actions.activateRaiseEmptyLineHelp" style="text-align: justify;">This is used on top of the former check. This will raise an error if a line has no text or if a region has no lines.</p></div>
</div>
</div>
<div class="form-group row my-2">
<div class="col-sm-11 offset-1">
<div class="form-check">
<label class="form-check-label" for="activateXSD" vanilla-i18n="actions.activateXSD">
Check XML Schema
</label>
<input class="form-check-input" type="checkbox" value="yes" id="activateXSD" name="activateXSD" aria-describedby="activateXSDHelp" checked="true">
</div>
<div id="activateXSDHelp" class="form-text"><p vanilla-i18n="actions.activateXSDHelp" style="text-align: justify;">This just makes sure you are compatible with the XML schema. This should always be the case if you use a Graphical User Interface such as Transkribus or eScriptorium.</p></div>
</div>
</div>
<div class="row">
<div class="col">
<h2 vanilla-i18n="actions.testChars">Contrôle des caractères</h2>
<p class="form-text"><span vanilla-i18n="actions.thisUses">This uses</span> <a href="tools.html">ChocoMufin</a>.</p>
</div>
</div>
<div class="form-group row my-2">
<div class="col-sm-11 offset-1">
<div class="form-check">
<label class="form-check-label" for="activatechocoMufin" vanilla-i18n="actions.activatechocoMufin">
<b>Activer</b>
</label>
<input class="form-check-input" type="checkbox" value="yes" id="activatechocoMufin" name="activatechocoMufin" aria-describedby="activatechocoMufinHelp">
</div>
<div id="activatechocoMufinHelp" class="form-text"><p vanilla-i18n="actions.activatechocoMufinHelp" style="text-align: justify;">This will read the text of each lines and summarize the characters found.</p></div>
</div>
</div>
<div class="form-group row my-2">
<label for="chocoMufinMode" vanilla-i18n="actions.chocoMufinMode" class="offset-1 col-sm-2 col-form-label">Mode</label>
<div class="col-sm-9">
<select name="chocoMufinMode" id="chocoMufinMode" class="form-control" aria-described-by="chocoMufinModeHelp">
<option value="generate">Génération de table</option>
<option value="control">Contrôle des caractères</option>
</select>
<div id="chocoMufinModeHelp" class="form-text"><p vanilla-i18n="actions.chocoMufinModeHelp" style="text-align: justify;">In <code>Generate</code> mode, the Actions won't control your characters but will instead list all characters used. In <code>Control</code> mode, you need to provide a file named <code>table.csv</code> to help ChocoMufin control your data. See <a href="https://github.com/ponteIneptique/choco-mufin">the tutorial</a> for more details.</p></div>
</div>
</div>
<hr/>
<div class="row">
<div class="col">
<p class="text-center">
<button class="btn btn-info btn-lg mt-4 py-3" type="submit" vanilla-i18n="actions.generate">Générer le fichier Github action</button>
</p>
</div>
</div>
</form>
<section class="container">
<div class="row">
<div class="col-md-4">
<h3 vanilla-i18n="actions.steps">Étapes de mise en place</h3>
<p vanilla-i18n="actions.step1">(1) Récupérez le contenu, au choix:</p>
<div class="btn-group btn-group-sm my-1">
<a id="downloadOutput" class="btn btn-sm btn-primary"><span class="fa fa-download"></span> <span vanilla-i18n="actions.download">Téléchargez</span></a>
<a id="copyOutput" class="btn btn-sm btn-success"><span class="fa fa-copy"></span> <span vanilla-i18n="actions.copy">Copiez</span></a>
</div>
<p><span vanilla-i18n="actions.step2">(2) Ajoutez le à votre dépôt en l'ajoutant dans le dossier</span> <code>.github/workflows</code></p>
<ul>
<li><a href="" id="goToGithub"><span class="fa fa-upload"></span> <span vanilla-i18n="actions.add">Ajouter la configuration sur</span> Github.</a></li>
<li><a href="" id="editGithub"><span class="fa fa-edit"></span> <span vanilla-i18n="actions.edit">Éditer la configuration</span> Github.</a></li>
</ul>
<div id="addBadgesSection" class="d-none">
<p><span vanilla-i18n="actions.addBadge" id="addBadge">(3) Ajoutez les badges au fichier README.MD</span></p>
<pre class="output-field myt-1" style="overflow-y: hidden;" id="readmeBadges">![characters badge](badges/characters.svg) ![regions badge](badges/regions.svg) ![lines badge](badges/lines.svg) ![files badge](badges/files.svg) </pre>
<ol>
<li><a id="copyReadmeOutput" class="btn btn-sm btn-secondary"><span class="fa fa-copy"></span> <span vanilla-i18n="actions.copy">Copiez</span></a></li>
<li><a href="" id="editReadmeGithub"><span class="fa fa-edit"></span> <span vanilla-i18n="actions.editReadme">Éditer le readme sur Github.</span></a></li>
</l>
</div>
</div>
<div class="col-md-8">
<pre id="output" class="my-3 p-4 rounded output-field" style="overflow-x: hidden; word-wrap: normal!important;"></pre>
</div>
</div>
</section>
</main>
<!-- New Footer -->
<footer class="footer mt-auto border-top bg-light" id="footer">
<div class="row bg-light pb-5">
<div class="col-1 col-md">
</div>
<div class="col-10 col-md">
<h5 class="pb-2 py-4">HTR-United <small class="mb-1 text-muted">· 2020–2024</small></h5>
<ul class="list-unstyled text-small">
<li class="mb-1"><a class="link-secondary text-decoration-none" href="data-reuse-charter.html"><i18n vanilla-i18n="nav.charter">Charte de réutilisation des données</i18n></a></li>
<li class="mb-1"><a class="link-secondary text-decoration-none" href="changelog.html"><i18n vanilla-i18n="footer.changelog">Changelog du schéma</i18n></a></li>
</ul>
<h5><i18n vanilla-i18n="footer.about">À propos</i18n></h5>
<ul class="list-unstyled text-small">
<li class="mb-1"><a class="link-secondary text-decoration-none" href="team.html"><i18n vanilla-i18n="footer.team">Qui est derrière HTR-United ?</i18n></a></li>
</ul>
</div>
<div class="col-5 col-md">
</div>
</div>
</footer>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<!--<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery-slim.min.js"><\/script>')</script>-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<!--<script src="static/js/bootstrap.bundle.min.js" integrity="sha384-p34f1UUtsS3wqzfto5wAAmdvj+osOnFyQFpp4Ua3gs/ZVWx6oOypYoCJhGGScy+8" crossorigin="anonymous"></script>-->
<!--<script src="/docs/5.0/dist/js/bootstrap.bundle.min.js" integrity="sha384-p34f1UUtsS3wqzfto5wAAmdvj+osOnFyQFpp4Ua3gs/ZVWx6oOypYoCJhGGScy+8" crossorigin="anonymous"></script>-->
<!-- i18n -->
<script type="text/javascript" src="static/js/i18n-advanced.js"></script>
<script type="text/javascript" src="static/js/i18n.js"></script>
<!-- end of i18n -->
<script type="text/javascript" src="static/js/yaml.min.js"></script>
<script type="text/javascript" src="static/js/actions.js"></script>
</body>
</html>