-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
openzim.toml
68 lines (57 loc) · 2.24 KB
/
openzim.toml
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
[files.assets.config]
target_dir="src/nautiluszim/templates/vendors"
execute_after=[
"fix_ogvjs_dist .",
"cp -v ext-icons/ppt.svg ext-icons/odp.svg",
"handlebars .. -f ../precompiled.js",
]
[files.assets.actions."video.js"]
action="extract_all"
source="https://github.com/videojs/video.js/releases/download/v8.12.0/video-js-8.12.0.zip"
target_dir="videojs"
remove = ["alt","examples",]
[files.assets.actions."ogv.js"]
action="extract_items"
source="https://github.com/brion/ogv.js/releases/download/1.9.0/ogvjs-1.9.0.zip"
zip_paths=["ogvjs-1.9.0"]
target_paths=["ogvjs"]
remove = ["ogvjs/COPYING","ogvjs/*.txt","ogvjs/*.md",]
[files.assets.actions."videojs-ogvjs.js"]
action="extract_items"
source="https://github.com/hartman/videojs-ogvjs/archive/v1.3.1.zip"
zip_paths=["videojs-ogvjs-1.3.1/dist/videojs-ogvjs.js"]
target_paths=["videojs-ogvjs.js"]
[files.assets.actions."jquery.min.js"]
action="get_file"
source="https://code.jquery.com/jquery-3.5.1.min.js"
target_file="jquery.min.js"
[files.assets.actions."bootstrap"]
action="extract_items"
source="https://github.com/twbs/bootstrap/archive/v4.4.1.zip"
zip_paths=["bootstrap-4.4.1/dist"]
target_paths=["bootstrap"]
[files.assets.actions."pouchdb.min.js"]
action="get_file"
source="https://cdn.jsdelivr.net/npm/[email protected]/dist/pouchdb.min.js"
target_file="pouchdb.min.js"
[files.assets.actions."pouchdb.find.min.js"]
action="get_file"
source="https://cdn.jsdelivr.net/npm/[email protected]/dist/pouchdb.find.min.js"
target_file="pouchdb.find.min.js"
[files.assets.actions."ScrollMagic.min.js"]
action="get_file"
source="https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.7/ScrollMagic.min.js"
target_file="ScrollMagic.min.js"
[files.assets.actions."sugar.min.js"]
action="get_file"
source="https://raw.githubusercontent.com/andrewplummer/Sugar/2.0.4/dist/sugar.min.js"
target_file="sugar.min.js"
[files.assets.actions."vector-icon"]
action="extract_items"
source="https://github.com/dmhendricks/file-icon-vectors/releases/download/1.0/file-icon-vectors-1.0.zip"
zip_paths=["dist/icons/square-o"]
target_paths=["ext-icons"]
[files.assets.actions."handlebars.js"]
action="get_file"
source="https://s3.amazonaws.com/builds.handlebarsjs.com/handlebars.runtime.min-v4.7.7.js"
target_file="handlebars.runtime.min-v4.7.7.js"