Add part to update ctd_user_defined in populateChangeTagDef
[lhc/web/wiklou.git] / maintenance / resources / foreign-resources.yaml
1 ### Format of this file
2 #
3 # The top-level keys are module names (as registered in Resources.php).
4 # Each top-level key holds a resource descriptor that must have one of
5 # the following `type` values:
6 #
7 # - `tar`: For tarball archive (may be gzip-compressed).
8 # - `file: For a plain file.
9 # - `multi-file`: For multiple plain files.
10 #
11 ### Type tar
12 #
13 # The `src` and `integrity` keys are quired.
14 #
15 # * `src`: Full URL to thes remote resource.
16 # * `integrity`: Cryptographic hash (integrity metadata format per <https://www.w3.org/TR/SRI/>).
17 # * `dest`: An object mapping paths to files or directory from the remote resource to a destination
18 # in the module directory. The value of key in dest may be omitted, which will extract the key
19 # directly to the module directory.
20 #
21 ### Type file
22 #
23 # The `src` and `integrity` keys are quired.
24 #
25 # * `src`: Full URL to thes remote resource.
26 # * `integrity`: Cryptographic hash (integrity metadata format per <https://www.w3.org/TR/SRI/>).
27 # * `dest`: The name of the file in the module directory. Default: Basename of URL.
28 #
29 ### Type mult-file
30 #
31 # The `files` key is required.
32 #
33 # * `files`: An object mapping destination paths to an object containing `src` and `integrity`
34 # keys.
35
36 CLDRPluralRuleParser:
37 type: file
38 src: https://raw.githubusercontent.com/santhoshtr/CLDRPluralRuleParser/v1.1.3/src/CLDRPluralRuleParser.js
39 integrity: sha384-Y0qxTEDVQgh+N5In+vLbZLL2H7PEROnicj8vxof0mxR8kXcGysGE6OcF+cS+Ao0u
40
41 html5shiv:
42 type: file
43 src: https://raw.githubusercontent.com/aFarkas/html5shiv/3.7.3/src/html5shiv.js
44 integrity: sha384-RPXhaTf22QktT8KTwZ6bUz/C+7CnccaIw5W/y/t0FW5WSDGj3wc3YtRIJC0w47in
45
46 jquery:
47 type: file
48 src: https://code.jquery.com/jquery-3.3.1.js
49 # Integrity from link modals https://code.jquery.com/jquery/
50 integrity: sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60=
51 dest: jquery.js
52
53 oojs:
54 type: tar
55 src: https://registry.npmjs.org/oojs/-/oojs-2.2.2.tgz
56 integrity: sha256-ebgQW2EGrSkBCnDJBGqDpsBDjA3PMN/M8U5DyLHt9mw=
57 dest:
58 package/dist/oojs.jquery.js:
59 package/AUTHORS.txt:
60 package/LICENSE-MIT:
61 package/README.md:
62
63 ooui:
64 type: tar
65 src: https://registry.npmjs.org/oojs-ui/-/oojs-ui-0.28.1.tgz
66 integrity: sha384-7fme1YXFt2pg+f7zeeexPcoA8GCHORZb3yKVSd/yUtfeu8xwAYEZKnaKYSU9FSYj
67 dest:
68 # Main stuff
69 package/dist/oojs-ui-core.js{,.map.json}:
70 package/dist/oojs-ui-core-{wikimediaui,apex}.css:
71 package/dist/oojs-ui-widgets.js{,.map.json}:
72 package/dist/oojs-ui-widgets-{wikimediaui,apex}.css:
73 package/dist/oojs-ui-toolbars.js{,.map.json}:
74 package/dist/oojs-ui-toolbars-{wikimediaui,apex}.css:
75 package/dist/oojs-ui-windows.js{,.map.json}:
76 package/dist/oojs-ui-windows-{wikimediaui,apex}.css:
77 package/dist/oojs-ui-{wikimediaui,apex}.js{,.map.json}:
78 package/dist/i18n:
79 package/dist/images:
80 # WikimediaUI theme
81 package/dist/themes/wikimediaui/images/icons/*.{svg,png}: themes/wikimediaui/images/icons
82 package/dist/themes/wikimediaui/images/indicators/*.{svg,png}: themes/wikimediaui/images/indicators
83 package/dist/themes/wikimediaui/images/textures/*.{gif,svg}: themes/wikimediaui/images/textures
84 package/src/themes/wikimediaui/*.json: themes/wikimediaui
85 package/dist/wikimedia-ui-base.less:
86 # Apex theme (icons, indicators, and textures)
87 package/src/themes/apex/*.json: themes/apex
88 # Misc stuff
89 package/dist/AUTHORS.txt:
90 package/dist/History.md:
91 package/dist/LICENSE-MIT:
92 package/dist/README.md:
93
94 qunitjs:
95 type: multi-file
96 # Integrity from link modals at https://code.jquery.com/qunit/
97 files:
98 qunit.js:
99 src: https://code.jquery.com/qunit/qunit-2.6.2.js
100 integrity: sha256-72OhbBvECs6Z5vG0GfPqiyYvTf8vhdEVHKQcacIcIeM=
101 qunit.css:
102 src: https://code.jquery.com/qunit/qunit-2.6.2.css
103 integrity: sha256-qpkurjTvVTJJCSpMABcvF4IlYUJkd8saxiHgUQpEjX8=