execonvert 0.4.0
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/CHANGELOG.md +79 -0
- package/README.md +194 -0
- package/THIRD_PARTY_NOTICES.md +42 -0
- package/bin/execonvert.js +21 -0
- package/dist/cli/app/public/THIRD_PARTY_NOTICES.md +32 -0
- package/dist/cli/app/public/base.elpx +0 -0
- package/dist/cli/app/public/exe_math_assets.zip +0 -0
- package/dist/cli/app/public/exelearning/app/common/common_i18n.js +79 -0
- package/dist/cli/app/public/exelearning/app/common/exe_powered_logo/exe_powered_logo.png +0 -0
- package/dist/cli/app/public/exelearning/app/common/i18n/common_i18n.ca.js +79 -0
- package/dist/cli/app/public/exelearning/app/common/i18n/common_i18n.de.js +79 -0
- package/dist/cli/app/public/exelearning/app/common/i18n/common_i18n.en.js +79 -0
- package/dist/cli/app/public/exelearning/app/common/i18n/common_i18n.eo.js +79 -0
- package/dist/cli/app/public/exelearning/app/common/i18n/common_i18n.es.js +79 -0
- package/dist/cli/app/public/exelearning/app/common/i18n/common_i18n.eu.js +79 -0
- package/dist/cli/app/public/exelearning/app/common/i18n/common_i18n.gl.js +79 -0
- package/dist/cli/app/public/exelearning/app/common/i18n/common_i18n.it.js +79 -0
- package/dist/cli/app/public/exelearning/app/common/i18n/common_i18n.pt.js +79 -0
- package/dist/cli/app/public/exelearning/app/common/i18n/common_i18n.ro.js +79 -0
- package/dist/cli/app/public/exelearning/app/common/i18n/common_i18n.va.js +79 -0
- package/dist/cli/app/public/exelearning/bundles/common.zip +0 -0
- package/dist/cli/app/public/exelearning/bundles/content-css.zip +0 -0
- package/dist/cli/app/public/exelearning/bundles/idevices.zip +0 -0
- package/dist/cli/app/public/exelearning/bundles/libs.zip +0 -0
- package/dist/cli/app/public/exelearning/bundles/manifest.json +110 -0
- package/dist/cli/app/public/exelearning/bundles/themes/base.zip +0 -0
- package/dist/cli/app/public/exelearning/bundles/themes/flux.zip +0 -0
- package/dist/cli/app/public/exelearning/bundles/themes/neo.zip +0 -0
- package/dist/cli/app/public/exelearning/bundles/themes/nova.zip +0 -0
- package/dist/cli/app/public/exelearning/bundles/themes/universal.zip +0 -0
- package/dist/cli/app/public/exelearning/bundles/themes/zen.zip +0 -0
- package/dist/cli/app/public/exelearning/exporters.bundle.js +12638 -0
- package/dist/cli/app/public/exelearning/importers.bundle.js +14061 -0
- package/dist/cli/app/public/exelearning/runtime-source.json +10 -0
- package/dist/cli/app/public/favicon.svg +11 -0
- package/dist/cli/app/public/idevices/text/text.css +16 -0
- package/dist/cli/app/public/idevices/text/text.html +3 -0
- package/dist/cli/app/public/idevices/text/text.js +291 -0
- package/dist/cli/app/public/info/cli.html +955 -0
- package/dist/cli/app/public/info/docx.svg +7 -0
- package/dist/cli/app/public/info/elpx-icon.png +0 -0
- package/dist/cli/app/public/info/exe-old.png +0 -0
- package/dist/cli/app/public/info/execonvert-cli-icon.svg +16 -0
- package/dist/cli/app/public/info/execonvert-icon.svg +11 -0
- package/dist/cli/app/public/info/index.html +723 -0
- package/dist/cli/app/public/info/markdown.svg +1 -0
- package/dist/cli/app/public/info/pdf.svg +14 -0
- package/dist/cli/app/public/libs/exe_math/LICENSE +202 -0
- package/dist/cli/app/public/libs/exe_math/a11y/assistive-mml.js +1 -0
- package/dist/cli/app/public/libs/exe_math/a11y/complexity.js +1 -0
- package/dist/cli/app/public/libs/exe_math/a11y/explorer.js +1 -0
- package/dist/cli/app/public/libs/exe_math/a11y/semantic-enrich.js +1 -0
- package/dist/cli/app/public/libs/exe_math/a11y/speech.js +1 -0
- package/dist/cli/app/public/libs/exe_math/a11y/sre.js +1 -0
- package/dist/cli/app/public/libs/exe_math/adaptors/jsdom.js +1 -0
- package/dist/cli/app/public/libs/exe_math/adaptors/linkedom.js +1 -0
- package/dist/cli/app/public/libs/exe_math/adaptors/liteDOM.js +1 -0
- package/dist/cli/app/public/libs/exe_math/core.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/asciimath.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/mml/entities.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/mml/extensions/mml3.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/mml/extensions/mml3.sef.json +1 -0
- package/dist/cli/app/public/libs/exe_math/input/mml.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/action.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/ams.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/amscd.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/autoload.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/bbm.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/bboldx.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/bbox.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/begingroup.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/boldsymbol.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/braket.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/bussproofs.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/cancel.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/cases.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/centernot.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/color.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/colortbl.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/colorv2.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/configmacros.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/dsfont.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/empheq.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/enclose.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/extpfeil.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/gensymb.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/html.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/mathtools.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/mhchem.js +34 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/newcommand.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/noerrors.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/noundefined.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/physics.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/require.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/setoptions.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/tagformat.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/texhtml.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/textcomp.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/textmacros.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/unicode.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/units.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/upgreek.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/verb.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex-base.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex.js +1 -0
- package/dist/cli/app/public/libs/exe_math/loader.js +1 -0
- package/dist/cli/app/public/libs/exe_math/output/chtml.js +1 -0
- package/dist/cli/app/public/libs/exe_math/output/svg.js +1 -0
- package/dist/cli/app/public/libs/exe_math/sre/mathmaps/af.json +146 -0
- package/dist/cli/app/public/libs/exe_math/sre/mathmaps/base.json +137 -0
- package/dist/cli/app/public/libs/exe_math/sre/mathmaps/ca.json +140 -0
- package/dist/cli/app/public/libs/exe_math/sre/mathmaps/da.json +140 -0
- package/dist/cli/app/public/libs/exe_math/sre/mathmaps/de.json +146 -0
- package/dist/cli/app/public/libs/exe_math/sre/mathmaps/en.json +158 -0
- package/dist/cli/app/public/libs/exe_math/sre/mathmaps/es.json +140 -0
- package/dist/cli/app/public/libs/exe_math/sre/mathmaps/euro.json +32 -0
- package/dist/cli/app/public/libs/exe_math/sre/mathmaps/fr.json +146 -0
- package/dist/cli/app/public/libs/exe_math/sre/mathmaps/hi.json +146 -0
- package/dist/cli/app/public/libs/exe_math/sre/mathmaps/it.json +146 -0
- package/dist/cli/app/public/libs/exe_math/sre/mathmaps/ko.json +146 -0
- package/dist/cli/app/public/libs/exe_math/sre/mathmaps/nb.json +146 -0
- package/dist/cli/app/public/libs/exe_math/sre/mathmaps/nemeth.json +125 -0
- package/dist/cli/app/public/libs/exe_math/sre/mathmaps/nn.json +146 -0
- package/dist/cli/app/public/libs/exe_math/sre/mathmaps/sv.json +146 -0
- package/dist/cli/app/public/libs/exe_math/sre/require.d.mts +1 -0
- package/dist/cli/app/public/libs/exe_math/sre/require.mjs +2 -0
- package/dist/cli/app/public/libs/exe_math/sre/speech-worker.js +1 -0
- package/dist/cli/app/public/libs/exe_math/startup.js +1 -0
- package/dist/cli/app/public/libs/exe_math/tex-mml-svg.js +1 -0
- package/dist/cli/app/public/libs/exe_math/ui/lazy.js +1 -0
- package/dist/cli/app/public/libs/exe_math/ui/menu.js +1 -0
- package/dist/cli/app/public/libs/exe_math/ui/safe.js +1 -0
- package/dist/cli/cli/execonvert.js +807 -0
- package/dist/cli/cli/runtime.js +237 -0
- package/dist/cli/package.json +3 -0
- package/dist/cli/src/converter.js +5078 -0
- package/dist/cli/src/docx-import.js +1121 -0
- package/dist/cli/src/elpx-markdown.js +201 -0
- package/dist/cli/src/i18n.js +485 -0
- package/dist/cli/src/index.js +1 -0
- package/dist/cli/src/legacy-elp.js +846 -0
- package/dist/cli/src/markdown-import.js +26 -0
- package/package.json +68 -0
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
// The content of this file should be generated dynamically in the .elpx's language.
|
|
2
|
+
$exe_i18n = {
|
|
3
|
+
"previous": "Anterior",
|
|
4
|
+
"next": "Següent",
|
|
5
|
+
"menu": "Menú",
|
|
6
|
+
"show": "Mostra",
|
|
7
|
+
"hide": "Amaga",
|
|
8
|
+
"toggleContent": "Alternar contingut",
|
|
9
|
+
"showFeedback": "Mostrar comentaris",
|
|
10
|
+
"hideFeedback": "Ocultar comentaris",
|
|
11
|
+
"correct": "Correcte",
|
|
12
|
+
"incorrect": "Incorrecte",
|
|
13
|
+
"yourScoreIs": "La vostra puntuació",
|
|
14
|
+
"solution": "Solució",
|
|
15
|
+
"download": "Baixa",
|
|
16
|
+
"print": "Imprimeix",
|
|
17
|
+
"search": "Cerca",
|
|
18
|
+
"dataError": "Error de dades",
|
|
19
|
+
"epubJSerror": "Això pot ser que no funcione en aquest lector d’ePub",
|
|
20
|
+
"epubDisabled": "Aquesta activitat no funciona en format ePub",
|
|
21
|
+
"fullSearch": "Cerca completa",
|
|
22
|
+
"noSearchResults": "Sense resultats de cerca",
|
|
23
|
+
"searchResults": "Resultats de recerca per",
|
|
24
|
+
"hideResults": "Ocultar resultats",
|
|
25
|
+
"block": "bloc",
|
|
26
|
+
"more": "Més",
|
|
27
|
+
"newWindow": "Nova finestra",
|
|
28
|
+
"fullSize": "Mida completa",
|
|
29
|
+
"accessibility_tools": "Eines d'accessibilitat",
|
|
30
|
+
"close_toolbar": "Tanca",
|
|
31
|
+
"default_font": "Tipografia predeterminada",
|
|
32
|
+
"increase_text_size": "Augmentar la mida del text",
|
|
33
|
+
"decrease_text_size": "Disminuir la mida del text",
|
|
34
|
+
"uppercase_text": "Majúscules",
|
|
35
|
+
"read": "Llig",
|
|
36
|
+
"stop_reading": "Detindre la lectura",
|
|
37
|
+
"translate": "Traduir",
|
|
38
|
+
"drag_and_drop": "Arrossega i solta",
|
|
39
|
+
"reset": "Reinicialitza",
|
|
40
|
+
"mode_toggler": "Mode clar / fosc",
|
|
41
|
+
"teacher_mode": "Mode professor",
|
|
42
|
+
"elpxGenerating": "Generant...",
|
|
43
|
+
"elpxProcessing": "Processant...",
|
|
44
|
+
"elpxFolderPickerTimeout": "El selector de carpetes no va respondre. Això pot passar en obrir arxius exportats directament des del teu equip (protocol file://). Prova d'obrir l'arxiu a través d'un servidor.",
|
|
45
|
+
"elpxFolderPickerEmpty": "El selector de carpetes no va trobar arxius. Aquesta és una limitació coneguda en obrir arxius exportats amb el protocol file:// en alguns navegadors. Prova d'utilitzar un altre navegador o obrir l'arxiu a través d'un servidor web.",
|
|
46
|
+
"elpxFileProtocolWarning": "Mode local: a causa de la política de seguretat del navegador, hauràs de seleccionar la carpeta des de la qual vas obrir aquest arxiu. En un servidor web això no serà necessari.",
|
|
47
|
+
"proprietaryLicense": "Llicència propietària",
|
|
48
|
+
"notAppropriate": "No apropiada",
|
|
49
|
+
"publicDomain": "Domini públic"
|
|
50
|
+
};
|
|
51
|
+
// The following line should only be used if the ELP contains a hangman game:
|
|
52
|
+
$exe_i18n.exeGames = {
|
|
53
|
+
"hangManGame": "Joc de l'endevinalla",
|
|
54
|
+
"accept": "Accepta",
|
|
55
|
+
"yes": "Sí",
|
|
56
|
+
"no": "No",
|
|
57
|
+
"right": "Dreta",
|
|
58
|
+
"wrong": "Incorrecte",
|
|
59
|
+
"rightAnswer": "Resposta correcta",
|
|
60
|
+
"stat": "Estat",
|
|
61
|
+
"selectedLetters": "Lletres seleccionades",
|
|
62
|
+
"word": "Paraula",
|
|
63
|
+
"words": "Paraules",
|
|
64
|
+
"play": "Jugar",
|
|
65
|
+
"playAgain": "Reinicia",
|
|
66
|
+
"results": "Resultats",
|
|
67
|
+
"total": "Total",
|
|
68
|
+
"otherWord": "Una altra paraula",
|
|
69
|
+
"gameOver": "Fi del joc",
|
|
70
|
+
"confirmReload": "Reiniciar el joc?",
|
|
71
|
+
"clickOnPlay": "Fes clic a \"Jugar\" per començar",
|
|
72
|
+
"clickOnOtherWord": "Fes clic a \"Una altra paraula\" per continuar",
|
|
73
|
+
"az": "abcçdefghijklmnopqrstuvwxyz"
|
|
74
|
+
};
|
|
75
|
+
|
|
76
|
+
// Export for Node.js/CommonJS (tests)
|
|
77
|
+
if (typeof module !== 'undefined' && module.exports) {
|
|
78
|
+
module.exports = $exe_i18n;
|
|
79
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
{
|
|
2
|
+
"buildVersion": "v0.0.0-alpha",
|
|
3
|
+
"builtAt": "2026-06-09T10:43:11.684Z",
|
|
4
|
+
"themes": {
|
|
5
|
+
"flux": {
|
|
6
|
+
"files": 76,
|
|
7
|
+
"size": 209700,
|
|
8
|
+
"hash": "a981ba3bb7bae3f5c8c976db8b5918a38337676a60aed8deb15920e96ff3711f"
|
|
9
|
+
},
|
|
10
|
+
"nova": {
|
|
11
|
+
"files": 74,
|
|
12
|
+
"size": 140925,
|
|
13
|
+
"hash": "394c618263265e0d35e396917bbd977fb46145eb62002192ee9b9cd8e7bfd073"
|
|
14
|
+
},
|
|
15
|
+
"neo": {
|
|
16
|
+
"files": 87,
|
|
17
|
+
"size": 815172,
|
|
18
|
+
"hash": "6497a80276d0ee1776e8a22838928401876c232bc8ab5ee146967af22397c084"
|
|
19
|
+
},
|
|
20
|
+
"zen": {
|
|
21
|
+
"files": 80,
|
|
22
|
+
"size": 1172615,
|
|
23
|
+
"hash": "35d3c5a35948dcc8babfbdbb1812f99b4bb4217433d2d82263f47a9d226a425c"
|
|
24
|
+
},
|
|
25
|
+
"base": {
|
|
26
|
+
"files": 56,
|
|
27
|
+
"size": 81002,
|
|
28
|
+
"hash": "cfd14a9bf08e12a490bd4feb525a33ce48a4879418023c1fb653a5fa2bd13c40"
|
|
29
|
+
},
|
|
30
|
+
"universal": {
|
|
31
|
+
"files": 93,
|
|
32
|
+
"size": 139386,
|
|
33
|
+
"hash": "2aadc6a6719461fd16680bba3c9080315912633ce5f8659d2388d1d99337e61b"
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
"idevices": {
|
|
37
|
+
"three-sixty-viewer": 6,
|
|
38
|
+
"hidden-image": 15,
|
|
39
|
+
"trueorfalse": 19,
|
|
40
|
+
"mathproblems": 18,
|
|
41
|
+
"az-quiz-game": 31,
|
|
42
|
+
"padlock": 13,
|
|
43
|
+
"example": 4,
|
|
44
|
+
"trivial": 42,
|
|
45
|
+
"flipcards": 22,
|
|
46
|
+
"udl-content": 9,
|
|
47
|
+
"magnifier": 8,
|
|
48
|
+
"relate": 22,
|
|
49
|
+
"image-gallery": 7,
|
|
50
|
+
"3dmol": 31,
|
|
51
|
+
"puzzle": 26,
|
|
52
|
+
"external-website": 3,
|
|
53
|
+
"three-d-viewer": 10,
|
|
54
|
+
"dragdrop": 18,
|
|
55
|
+
"rubric": 5,
|
|
56
|
+
"adaptative-quiz": 14,
|
|
57
|
+
"progress-report": 11,
|
|
58
|
+
"discover": 26,
|
|
59
|
+
"slide": 4,
|
|
60
|
+
"lomloe": 3,
|
|
61
|
+
"text": 5,
|
|
62
|
+
"geogebra-activity": 7,
|
|
63
|
+
"periodic-table": 14,
|
|
64
|
+
"crossword": 23,
|
|
65
|
+
"markdown-text": 4,
|
|
66
|
+
"checklist": 10,
|
|
67
|
+
"mathematicaloperations": 18,
|
|
68
|
+
"download-source-file": 5,
|
|
69
|
+
"quick-questions": 26,
|
|
70
|
+
"digcompedu": 4,
|
|
71
|
+
"classify": 22,
|
|
72
|
+
"challenge": 62,
|
|
73
|
+
"quick-questions-video": 27,
|
|
74
|
+
"form": 13,
|
|
75
|
+
"guess": 31,
|
|
76
|
+
"electrical-circuits": 23,
|
|
77
|
+
"identify": 24,
|
|
78
|
+
"beforeafter": 18,
|
|
79
|
+
"interactive-video": 9,
|
|
80
|
+
"casestudy": 5,
|
|
81
|
+
"select-media-files": 26,
|
|
82
|
+
"complete": 17,
|
|
83
|
+
"word-search": 25,
|
|
84
|
+
"quick-questions-multiple-choice": 28,
|
|
85
|
+
"scrambled-list": 14,
|
|
86
|
+
"sort": 26,
|
|
87
|
+
"map": 158
|
|
88
|
+
},
|
|
89
|
+
"idevicesBundle": {
|
|
90
|
+
"count": 51,
|
|
91
|
+
"files": 1011,
|
|
92
|
+
"size": 4125502,
|
|
93
|
+
"hash": "33b5ad3c08d7b2a24ecb1bf885c55820704826c9595e1190dc5af8248e006419"
|
|
94
|
+
},
|
|
95
|
+
"libs": {
|
|
96
|
+
"files": 9,
|
|
97
|
+
"size": 309498,
|
|
98
|
+
"hash": "502b1f7c1ef193fb0ad6e968e176eeb0f7895994bf20519b954a3c5823495434"
|
|
99
|
+
},
|
|
100
|
+
"common": {
|
|
101
|
+
"files": 132,
|
|
102
|
+
"size": 2728084,
|
|
103
|
+
"hash": "b65311c2d960abbff1da26e81dba0c8c58ea15cb310e952cf18c151e4eb12bd5"
|
|
104
|
+
},
|
|
105
|
+
"contentCss": {
|
|
106
|
+
"files": 4,
|
|
107
|
+
"size": 44634,
|
|
108
|
+
"hash": "b84c1f4b4f922266b37aa7da3283cf43a4973784b7b7a6a50c2a47b1953f2e44"
|
|
109
|
+
}
|
|
110
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|