vowel 0.0.3 → 0.1.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.
Files changed (83) hide show
  1. package/.prettierrc +8 -0
  2. package/.vscode/settings.json +3 -0
  3. package/README.md +126 -56
  4. package/bin.js +30 -0
  5. package/content/.cache.json +627 -0
  6. package/content/.obsidian/app.json +3 -0
  7. package/content/.obsidian/appearance.json +3 -0
  8. package/content/.obsidian/core-plugins-migration.json +30 -0
  9. package/content/.obsidian/core-plugins.json +20 -0
  10. package/content/.obsidian/workspace.json +168 -0
  11. package/content/about.md +3 -0
  12. package/content/assets/open-props.css +1630 -0
  13. package/content/assets/styles-2.css +128 -0
  14. package/content/assets/styles-3.css +275 -0
  15. package/content/docs/file-structure.md +31 -0
  16. package/content/docs/folder-settings.md +22 -0
  17. package/content/docs/home.md +8 -0
  18. package/content/docs/images.md +10 -0
  19. package/content/docs/pages.md +64 -0
  20. package/content/docs/quickstart.md +52 -0
  21. package/content/docs/run-build-deploy.md +20 -0
  22. package/content/docs/settings.md +4 -0
  23. package/content/docs/styling.md +10 -0
  24. package/content/docs/taxonomies.md +37 -0
  25. package/content/home.md +73 -0
  26. package/content/roadmap.md +81 -0
  27. package/content/settings.md +12 -0
  28. package/content/vercel.json +5 -0
  29. package/jsconfig.json +18 -0
  30. package/package.json +37 -21
  31. package/server.js +80 -0
  32. package/src/app.d.ts +12 -0
  33. package/src/app.html +12 -0
  34. package/src/lib/components/Breadcrumbs.svelte +19 -0
  35. package/src/lib/components/DefaultStyles.svelte +126 -0
  36. package/src/lib/components/FrontMatterTaxonomy.svelte +48 -0
  37. package/src/lib/components/Frontmatter.svelte +54 -0
  38. package/src/lib/components/FrontmatterProperty.svelte +72 -0
  39. package/src/lib/components/Markdown/Image.svelte +48 -0
  40. package/src/lib/components/Markdown/Link.svelte +10 -0
  41. package/src/lib/components/Markdown/LinkPreview.svelte +39 -0
  42. package/src/lib/components/Markdown/Text.svelte +6 -0
  43. package/src/lib/components/Markdown/index.svelte +84 -0
  44. package/src/lib/components/Markdown/validators.js +29 -0
  45. package/src/lib/components/Nav.svelte +39 -0
  46. package/src/lib/components/Page.svelte +59 -0
  47. package/src/lib/components/Sitemap.svelte +38 -0
  48. package/src/lib/components/index.js +9 -0
  49. package/src/lib/index.js +1 -0
  50. package/src/lib/utilities/buildURL.js +18 -0
  51. package/src/lib/utilities/checkFileExists.js +16 -0
  52. package/src/lib/utilities/createFolderClass.js +4 -0
  53. package/src/lib/utilities/createPageClass.js +4 -0
  54. package/src/lib/utilities/getFileLabel.js +18 -0
  55. package/src/lib/utilities/getFolder.js +16 -0
  56. package/src/lib/utilities/getFolderLabel.js +8 -0
  57. package/src/lib/utilities/getPage.js +24 -0
  58. package/src/lib/utilities/getPagesByFolder.js +93 -0
  59. package/src/lib/utilities/index.js +20 -0
  60. package/src/lib/utilities/isActiveLink.js +12 -0
  61. package/src/lib/utilities/isObject.js +8 -0
  62. package/src/lib/utilities/loadCache.js +28 -0
  63. package/src/lib/utilities/mutateMarkdownAST.js +59 -0
  64. package/src/lib/utilities/mutateMarkdownFrontmatter.js +115 -0
  65. package/src/lib/utilities/parseDate.js +43 -0
  66. package/src/lib/utilities/processMarkdownFiles.js +212 -0
  67. package/src/lib/utilities/readMarkdownFile.js +134 -0
  68. package/src/lib/utilities/regexPatterns.js +12 -0
  69. package/src/lib/utilities/resolveHomeDirPath.js +5 -0
  70. package/src/lib/utilities/writeCache.js +14 -0
  71. package/src/routes/[...path]/+layout.server.js +71 -0
  72. package/src/routes/[...path]/+page.server.js +22 -0
  73. package/src/routes/[...path]/+page.svelte +125 -0
  74. package/src/routes/feed.xml/+server.js +120 -0
  75. package/src/routes/robots.txt/+server.js +54 -0
  76. package/src/routes/sitemap.xml/+server.js +68 -0
  77. package/static/favicon.png +0 -0
  78. package/static/styles.css +0 -0
  79. package/svelte.config.js +32 -0
  80. package/vercel.json +5 -0
  81. package/vite.config.js +72 -0
  82. package/index.js +0 -47
  83. package/test.js +0 -31
@@ -0,0 +1,627 @@
1
+ {
2
+ "https://aeon.co/essays/how-changing-the-metaphors-we-use-can-change-the-way-we-think": {
3
+ "image": "https://images.aeonmedia.co/images/3713c49f-901e-42dd-98b7-fcd0de9a44d9/essay-final-nyc155863.jpg?width=1200&quality=75&format=auto",
4
+ "ogURL": "https://aeon.co/essays/how-changing-the-metaphors-we-use-can-change-the-way-we-think",
5
+ "canonicalURL": "https://aeon.co/essays/how-changing-the-metaphors-we-use-can-change-the-way-we-think",
6
+ "title": "How changing the metaphors we use can change the way we think | Aeon Essays",
7
+ "ogTitle": "How changing the metaphors we use can change the way we think | Aeon Essays",
8
+ "author": "",
9
+ "description": "Woven into the fabric of language, metaphors shape how we understand reality. What happens when we try using new ones?"
10
+ },
11
+ "https://theconversation.com/a-bottle-of-scotch-recently-sold-for-2-7-million-whats-behind-such-outrageous-prices-218769": {
12
+ "image": "https://images.theconversation.com/files/565866/original/file-20231214-17-d6ucfb.jpg?ixlib=rb-1.1.0&rect=0%2C551%2C3197%2C1598&q=45&auto=format&w=1356&h=668&fit=crop",
13
+ "ogURL": "http://theconversation.com/a-bottle-of-scotch-recently-sold-for-2-7-million-whats-behind-such-outrageous-prices-218769",
14
+ "canonicalURL": "https://theconversation.com/a-bottle-of-scotch-recently-sold-for-2-7-million-whats-behind-such-outrageous-prices-218769",
15
+ "title": "A bottle of scotch recently sold for $2.7 million – what’s behind such outrageous prices?",
16
+ "ogTitle": "A bottle of scotch recently sold for $2.7 million – what’s behind such outrageous prices?",
17
+ "author": "Hovig Tchalian",
18
+ "description": "The history of whiskey is one of perception, not necessarily quality."
19
+ },
20
+ "https://www.vulture.com/article/glasgow-sad-oompa-loompa-interview.html": {
21
+ "image": "https://pyxis.nymag.com/v1/imgs/fe8/1d9/cc480d7051fd6c09df0ed0100429502acb-SIJA008-EC014.1x.rsocial.w1200.jpg",
22
+ "ogURL": "https://www.vulture.com/article/glasgow-sad-oompa-loompa-interview.html",
23
+ "canonicalURL": "https://www.vulture.com/article/glasgow-sad-oompa-loompa-interview.html",
24
+ "title": "Wonka Experience Oompa Loompa Kirsty Paterson Interview",
25
+ "ogTitle": "Glasgow’s Sad Oompa Loompa Isn’t Gonna Sugarcoat This",
26
+ "author": "David Mack",
27
+ "description": "“I don’t know how else you can put sprinkles on shit, but we were trying to be the sprinkles on shit.” The sad Oompa Loompa from Glasgow’s failed Wonka Event opens up to @davidmackau."
28
+ },
29
+ "https://example.com": {
30
+ "image": "",
31
+ "ogURL": "",
32
+ "canonicalURL": "",
33
+ "title": "",
34
+ "author": "",
35
+ "description": ""
36
+ },
37
+ "https://www.thecanadianencyclopedia.ca/en/article/women-and-the-indian-act": {
38
+ "requestUrl": "https://www.thecanadianencyclopedia.ca/en/article/women-and-the-indian-act",
39
+ "url": "https://www.thecanadianencyclopedia.ca/en/article/women-and-the-indian-act",
40
+ "canonical": "https://www.thecanadianencyclopedia.ca/en/article/women-and-the-indian-act",
41
+ "lang": "en",
42
+ "charset": "utf-8",
43
+ "title": "Women and the Indian Act | The Canadian Encyclopedia",
44
+ "image": "",
45
+ "favicons": [
46
+ {
47
+ "rel": "apple-touch-icon",
48
+ "href": "https://www.thecanadianencyclopedia.ca/images/favicon/apple-icon-57x57.png?v=f22552fe571739798798bb695565903f",
49
+ "sizes": "57x57"
50
+ },
51
+ {
52
+ "rel": "apple-touch-icon",
53
+ "href": "https://www.thecanadianencyclopedia.ca/images/favicon/apple-icon-60x60.png?v=f417df6dda9ce41f908afc590778f94b",
54
+ "sizes": "60x60"
55
+ },
56
+ {
57
+ "rel": "apple-touch-icon",
58
+ "href": "https://www.thecanadianencyclopedia.ca/images/favicon/apple-icon-72x72.png?v=3af0c2e4ca8c973438f91f44e7a58d6c",
59
+ "sizes": "72x72"
60
+ },
61
+ {
62
+ "rel": "apple-touch-icon",
63
+ "href": "https://www.thecanadianencyclopedia.ca/images/favicon/apple-icon-76x76.png?v=41438835e152256cf9b311eb7eb116c0",
64
+ "sizes": "76x76"
65
+ },
66
+ {
67
+ "rel": "apple-touch-icon",
68
+ "href": "https://www.thecanadianencyclopedia.ca/images/favicon/apple-icon-precomposed.png?v=6d047b2f33e6b90d2af0b41ac01b0566",
69
+ "sizes": "192x192"
70
+ },
71
+ {
72
+ "rel": "apple-touch-icon",
73
+ "href": "https://www.thecanadianencyclopedia.ca/images/favicon/apple-icon.png?v=6d047b2f33e6b90d2af0b41ac01b0566",
74
+ "sizes": "192x192"
75
+ },
76
+ {
77
+ "rel": "apple-touch-icon",
78
+ "href": "https://www.thecanadianencyclopedia.ca/images/favicon/apple-icon-114x114.png?v=91501eda47ce85d33e0feae1630a4e99",
79
+ "sizes": "114x114"
80
+ },
81
+ {
82
+ "rel": "apple-touch-icon",
83
+ "href": "https://www.thecanadianencyclopedia.ca/images/favicon/apple-icon-120x120.png?v=43adb2769c1827f1dda68db736544ec4",
84
+ "sizes": "120x120"
85
+ },
86
+ {
87
+ "rel": "apple-touch-icon",
88
+ "href": "https://www.thecanadianencyclopedia.ca/images/favicon/apple-icon-144x144.png?v=670a8df278b4101e8bf081d7b9ebb258",
89
+ "sizes": "144x144"
90
+ },
91
+ {
92
+ "rel": "apple-touch-icon",
93
+ "href": "https://www.thecanadianencyclopedia.ca/images/favicon/apple-icon-152x152.png?v=db581da4dde2d406e52a132691b14680",
94
+ "sizes": "152x152"
95
+ },
96
+ {
97
+ "rel": "apple-touch-icon",
98
+ "href": "https://www.thecanadianencyclopedia.ca/images/favicon/apple-icon-180x180.png?v=8d4920caa59ad54fb454f2cd80ebfc1c",
99
+ "sizes": "180x180"
100
+ },
101
+ {
102
+ "rel": "icon",
103
+ "type": "image/png",
104
+ "href": "https://www.thecanadianencyclopedia.ca/images/favicon/android-icon-192x192.png?v=6d047b2f33e6b90d2af0b41ac01b0566",
105
+ "sizes": "192x192"
106
+ },
107
+ {
108
+ "rel": "icon",
109
+ "type": "image/png",
110
+ "href": "https://www.thecanadianencyclopedia.ca/images/favicon/android-icon-36x36.png?v=3e9842d534281da81a0f4b4c81a17592",
111
+ "sizes": "36x36"
112
+ },
113
+ {
114
+ "rel": "icon",
115
+ "type": "image/png",
116
+ "href": "https://www.thecanadianencyclopedia.ca/images/favicon/android-icon-48x48.png?v=7eb74dc9409ece0737d81a8ba5841bf7",
117
+ "sizes": "48x48"
118
+ },
119
+ {
120
+ "rel": "icon",
121
+ "type": "image/png",
122
+ "href": "https://www.thecanadianencyclopedia.ca/images/favicon/android-icon-72x72.png?v=3af0c2e4ca8c973438f91f44e7a58d6c",
123
+ "sizes": "72x72"
124
+ },
125
+ {
126
+ "rel": "icon",
127
+ "type": "image/png",
128
+ "href": "https://www.thecanadianencyclopedia.ca/images/favicon/android-icon-36x36.png?v=3e9842d534281da81a0f4b4c81a17592",
129
+ "sizes": "36x36"
130
+ },
131
+ {
132
+ "rel": "icon",
133
+ "type": "image/png",
134
+ "href": "https://www.thecanadianencyclopedia.ca/images/favicon/android-icon-44x44.png",
135
+ "sizes": "44x44"
136
+ },
137
+ {
138
+ "rel": "icon",
139
+ "type": "image/png",
140
+ "href": "https://www.thecanadianencyclopedia.ca/images/favicon/favicon-96x96.png?v=a46206812744ada382bc23a1bc4f1357",
141
+ "sizes": "96x96"
142
+ },
143
+ {
144
+ "rel": "icon",
145
+ "type": "image/png",
146
+ "href": "https://www.thecanadianencyclopedia.ca/images/favicon/favicon-96x96.png?v=a46206812744ada382bc23a1bc4f1357",
147
+ "sizes": "96x96"
148
+ },
149
+ {
150
+ "rel": "icon",
151
+ "type": "image/png",
152
+ "href": "https://www.thecanadianencyclopedia.ca/images/favicon/favicon-16x16.png?v=ff43d9c7c67bb75a3d9a471a65e6724f",
153
+ "sizes": "16x16"
154
+ },
155
+ {
156
+ "rel": "icon",
157
+ "type": "image/x-icon",
158
+ "href": "https://www.thecanadianencyclopedia.ca/images/favicon/favicon.ico?v=45c5ae5e358dcde8acbbf3140859fb18"
159
+ }
160
+ ],
161
+ "author": "",
162
+ "description": "The Indian Act has affected Indigenous cultures, systems of governance, societies and ways of life since its enactment in 1876. Gender discrimination in the Act...",
163
+ "keywords": "",
164
+ "source": "",
165
+ "price": "",
166
+ "priceCurrency": "",
167
+ "availability": "",
168
+ "robots": "",
169
+ "jsonld": {},
170
+ "og:url": "",
171
+ "og:locale": "",
172
+ "og:locale:alternate": "",
173
+ "og:title": "Women and the Indian Act",
174
+ "og:type": "",
175
+ "og:description": "The Indian Act has affected Indigenous cultures, systems of governance, societies and ways of life since its enactment in 1876. Gender discrimination in the Act...",
176
+ "og:determiner": "",
177
+ "og:site_name": "",
178
+ "og:image": "https://d3d0lqu00lnqvz.cloudfront.net/WomenandIndianAct/LavellMcIvor.jpg",
179
+ "og:image:secure_url": "",
180
+ "og:image:type": "",
181
+ "og:image:width": "",
182
+ "og:image:height": "",
183
+ "twitter:title": "Women and the Indian Act",
184
+ "twitter:description": "The Indian Act has affected Indigenous cultures, systems of governance, societies and ways of life since its enactment in 1876. Gender discrimination in the Act...",
185
+ "twitter:image": "https://d3d0lqu00lnqvz.cloudfront.net/WomenandIndianAct/LavellMcIvor.jpg",
186
+ "twitter:image:alt": "",
187
+ "twitter:card": "summary_large_image",
188
+ "twitter:site": "",
189
+ "twitter:site:id": "",
190
+ "twitter:url": "",
191
+ "twitter:account_id": "",
192
+ "twitter:creator": "",
193
+ "twitter:creator:id": "",
194
+ "twitter:player": "",
195
+ "twitter:player:width": "",
196
+ "twitter:player:height": "",
197
+ "twitter:player:stream": "",
198
+ "twitter:app:name:iphone": "",
199
+ "twitter:app:id:iphone": "",
200
+ "twitter:app:url:iphone": "",
201
+ "twitter:app:name:ipad": "",
202
+ "twitter:app:id:ipad": "",
203
+ "twitter:app:url:ipad": "",
204
+ "twitter:app:name:googleplay": "",
205
+ "twitter:app:id:googleplay": "",
206
+ "twitter:app:url:googleplay": "",
207
+ "headings": [
208
+ {
209
+ "level": "h2",
210
+ "text": "Search The Canadian Encyclopedia"
211
+ },
212
+ {
213
+ "level": "h2",
214
+ "text": "Login"
215
+ },
216
+ {
217
+ "level": "h3",
218
+ "text": "Why sign up?"
219
+ },
220
+ {
221
+ "level": "h2",
222
+ "text": "Thank you for your submission"
223
+ },
224
+ {
225
+ "level": "h1",
226
+ "text": "Women and the Indian Act"
227
+ },
228
+ {
229
+ "level": "h3",
230
+ "text": "Indian Act: 1876 to 1951"
231
+ },
232
+ {
233
+ "level": "h3",
234
+ "text": "A New Indian Act in 1951"
235
+ },
236
+ {
237
+ "level": "h3",
238
+ "text": "Bill C-31: 1985 Amendments"
239
+ },
240
+ {
241
+ "level": "h3",
242
+ "text": "Bill C-3: 2011 Amendments"
243
+ },
244
+ {
245
+ "level": "h3",
246
+ "text": "Bill S-3: 2017 Amendments"
247
+ },
248
+ {
249
+ "level": "h3",
250
+ "text": "Significance"
251
+ },
252
+ {
253
+ "level": "h3",
254
+ "text": "Further Reading"
255
+ },
256
+ {
257
+ "level": "h3",
258
+ "text": "External Links"
259
+ },
260
+ {
261
+ "level": "h3",
262
+ "text": "Associated Collections"
263
+ },
264
+ {
265
+ "level": "h6",
266
+ "text": "Indigenous Peoples"
267
+ },
268
+ {
269
+ "level": "h3",
270
+ "text": "Recommended"
271
+ },
272
+ {
273
+ "level": "h6",
274
+ "text": "Indian Act"
275
+ },
276
+ {
277
+ "level": "h6",
278
+ "text": "Indian Status"
279
+ },
280
+ {
281
+ "level": "h6",
282
+ "text": "Indigenous Women's Issues in Canada"
283
+ },
284
+ {
285
+ "level": "h6",
286
+ "text": "Indigenous Women and the Franchise"
287
+ },
288
+ {
289
+ "level": "h6",
290
+ "text": "Indigenous Peoples"
291
+ },
292
+ {
293
+ "level": "h6",
294
+ "text": "Indigenous Perspectives Education Guide"
295
+ },
296
+ {
297
+ "level": "h6",
298
+ "text": "The Indian Act"
299
+ },
300
+ {
301
+ "level": "h6",
302
+ "text": "Indigenous Peoples"
303
+ },
304
+ {
305
+ "level": "h6",
306
+ "text": "Updates? Omissions? Article suggestions?"
307
+ },
308
+ {
309
+ "level": "h6",
310
+ "text": "Did you like your experience?"
311
+ }
312
+ ],
313
+ "imgTags": [
314
+ {
315
+ "src": "https://d14fiu1i7ba797.cloudfront.net/950x479/media/media/5c7bb669-7c0f-4986-9cb8-8168f0295266.jpg",
316
+ "alt": "Red Sashes at Eccles Hill"
317
+ },
318
+ {
319
+ "src": "https://d14fiu1i7ba797.cloudfront.net/950x579/cc_43.png",
320
+ "alt": ""
321
+ },
322
+ {
323
+ "src": "https://d14fiu1i7ba797.cloudfront.net/950x579/media/media/fd704360-23a5-4333-9dc4-fed52fcc81b8.jpg",
324
+ "alt": "Pier 21"
325
+ },
326
+ {
327
+ "src": "https://d14fiu1i7ba797.cloudfront.net/950x579/can_quiz.png",
328
+ "alt": ""
329
+ },
330
+ {
331
+ "src": "https://www.thecanadianencyclopedia.ca/images/logo-tce.svg?v=96550f8de20f4537bc4ad37b01dff7f1",
332
+ "alt": "The Canadian Encyclopedia"
333
+ },
334
+ {
335
+ "src": "https://www.thecanadianencyclopedia.ca/images/i-search.svg?v=a1e99ea3dd07831352832b022428584e",
336
+ "alt": "Search"
337
+ },
338
+ {
339
+ "src": "https://www.thecanadianencyclopedia.ca/images/i-exit.svg?v=2601c4155c28e62e1eb2ebc7de9bd1ee",
340
+ "alt": "Exit search"
341
+ },
342
+ {
343
+ "src": "https://www.thecanadianencyclopedia.ca/images/i-facebook-white.svg?v=3decbb62f20c49bf2a86d220cbf213d8",
344
+ "alt": "Share on Facebook",
345
+ "title": "Share on Facebook"
346
+ },
347
+ {
348
+ "src": "https://www.thecanadianencyclopedia.ca/images/i-twitter-x-white.svg?v=762dd4e2da316070386a19085588add2",
349
+ "alt": "Share on X",
350
+ "title": "Share on X"
351
+ },
352
+ {
353
+ "src": "https://www.thecanadianencyclopedia.ca/images/i-facebook.svg?v=7fb8b09ec62e4de8848271514745bd2a",
354
+ "alt": "Share on Facebook",
355
+ "title": "Share on Facebook"
356
+ },
357
+ {
358
+ "src": "https://www.thecanadianencyclopedia.ca/images/i-twitter-x.svg?v=deacd0b3626a2053dbdc3843f1e13d44",
359
+ "alt": "Share on X",
360
+ "title": "Share on X"
361
+ },
362
+ {
363
+ "src": "https://www.thecanadianencyclopedia.ca/images/i-email.svg?v=c763267e8d2e1fab14f745261b8a8c7a",
364
+ "alt": "Share by Email",
365
+ "title": "Share by Email"
366
+ },
367
+ {
368
+ "src": "https://www.thecanadianencyclopedia.ca/images/i-google.svg?v=657db3c0413ddd5da4c7a6ee570546f7",
369
+ "alt": "Share on Google Classroom",
370
+ "title": "Share on Google Classroom"
371
+ },
372
+ {
373
+ "src": "https://d3d0lqu00lnqvz.cloudfront.net/WomenandIndianAct/LavellMcIvor.jpg",
374
+ "alt": "Jeannette Corbiere Lavell (à gauche) et Sharon McIvor (à droite) au Commission interaméricaine des droits de l'homme (2012).",
375
+ "title": "Droits des femmes autochtones"
376
+ },
377
+ {
378
+ "src": "",
379
+ "alt": ""
380
+ },
381
+ {
382
+ "src": "https://d14fiu1i7ba797.cloudfront.net/340x207/media/media/174cee51-4aca-4a67-ac60-f72697d35862.jpg",
383
+ "alt": "Indigenous Rights"
384
+ },
385
+ {
386
+ "src": "https://d14fiu1i7ba797.cloudfront.net/340x207/media/media/cbcd31d1-03f6-4fba-a45d-96ee89c4617d.jpg",
387
+ "alt": "Indian Act"
388
+ },
389
+ {
390
+ "src": "https://d14fiu1i7ba797.cloudfront.net/340x207/media/media/174cee51-4aca-4a67-ac60-f72697d35862.jpg",
391
+ "alt": "Indigenous Rights"
392
+ },
393
+ {
394
+ "src": "https://d14fiu1i7ba797.cloudfront.net/340x207/media/media/64c38e30-7fd2-4acc-a41a-0b4d9d991bd2.jpg",
395
+ "alt": ""
396
+ },
397
+ {
398
+ "src": "https://d14fiu1i7ba797.cloudfront.net/340x207/media/media/2617aa3c-9753-4851-b870-a29783e97387.jpg",
399
+ "alt": "Mary Two-Axe Earley"
400
+ },
401
+ {
402
+ "src": "https://d14fiu1i7ba797.cloudfront.net/340x207/media/media/174cee51-4aca-4a67-ac60-f72697d35862.jpg",
403
+ "alt": "Indigenous Rights"
404
+ },
405
+ {
406
+ "src": "https://d14fiu1i7ba797.cloudfront.net/340x207/media/study_guide_img/IPG-thumb.jpg",
407
+ "alt": ""
408
+ },
409
+ {
410
+ "src": "https://d14fiu1i7ba797.cloudfront.net/340x207/media/media/cbcd31d1-03f6-4fba-a45d-96ee89c4617d.jpg",
411
+ "alt": "Indian Act"
412
+ },
413
+ {
414
+ "src": "https://d14fiu1i7ba797.cloudfront.net/340x207/Pitikwahanapiwiyi_3.png",
415
+ "alt": "Pitikwahanapiwiyin (Poundmaker), Plains Cree Chief, 1885"
416
+ },
417
+ {
418
+ "src": "https://www.thecanadianencyclopedia.ca/images/historica-canada-logo.png?v=d8609094fb353837d01f458c7a6f905b",
419
+ "alt": "Historica Canada",
420
+ "title": "Historica Canada"
421
+ },
422
+ {
423
+ "src": "https://www.thecanadianencyclopedia.ca/images/gov-canada.svg?v=fdda8701f4d83ce99144e160774c2965",
424
+ "alt": "Funding by the gouvernment of Canada",
425
+ "title": "Funding by the gouvernment of Canada"
426
+ }
427
+ ],
428
+ "responseBody": "",
429
+ "X-UA-Compatible": "IE=edge,chrome=1",
430
+ "viewport": "width=device-width, initial-scale=1",
431
+ "msapplication-TileColor": "#ffffff",
432
+ "msapplication-TileImage": "/ms-icon-144x144.png')}}",
433
+ "theme-color": "#ffffff"
434
+ },
435
+ "https://theconversation.com/the-un-security-council-has-finally-called-for-a-ceasefire-in-gaza-but-will-it-have-any-effect-226595": {
436
+ "requestUrl": "https://theconversation.com/the-un-security-council-has-finally-called-for-a-ceasefire-in-gaza-but-will-it-have-any-effect-226595",
437
+ "url": "https://theconversation.com/the-un-security-council-has-finally-called-for-a-ceasefire-in-gaza-but-will-it-have-any-effect-226595",
438
+ "canonical": "https://theconversation.com/the-un-security-council-has-finally-called-for-a-ceasefire-in-gaza-but-will-it-have-any-effect-226595",
439
+ "lang": "en-EUROPE",
440
+ "charset": "utf-8",
441
+ "title": "The UN Security Council has finally called for a ceasefire in Gaza. But will it have any effect?",
442
+ "image": "",
443
+ "favicons": [
444
+ {
445
+ "rel": "icon",
446
+ "href": "https://cdn.theconversation.com/static/tc/@theconversation/ui/dist/esm/logos/web-app-logo-192x192-2d05bdd6de6328146de80245d4685946.png",
447
+ "sizes": "192x192"
448
+ },
449
+ {
450
+ "rel": "apple-touch-icon",
451
+ "href": "https://images.theconversation.com/files/581997/original/9275d5c0-7dd5-4ddf-b50b-98d537e016f4.png"
452
+ }
453
+ ],
454
+ "author": "Marika Sosnowski",
455
+ "description": "Though the resolution is binding, it is not enforceable under international law. This leaves the work to international negotiators to hammer out the details of an agreement.",
456
+ "keywords": "",
457
+ "source": "",
458
+ "price": "",
459
+ "priceCurrency": "",
460
+ "availability": "",
461
+ "robots": "",
462
+ "jsonld": {},
463
+ "og:url": "http://theconversation.com/the-un-security-council-has-finally-called-for-a-ceasefire-in-gaza-but-will-it-have-any-effect-226595",
464
+ "og:locale": "",
465
+ "og:locale:alternate": "",
466
+ "og:title": "The UN Security Council has finally called for a ceasefire in Gaza. But will it have any effect?",
467
+ "og:type": "article",
468
+ "og:description": "Though the resolution is binding, it is not enforceable under international law. This leaves the work to international negotiators to hammer out the details of an agreement.",
469
+ "og:determiner": "",
470
+ "og:site_name": "The Conversation",
471
+ "og:image": "https://images.theconversation.com/files/584302/original/file-20240326-18-bv5yos.jpg?ixlib=rb-1.1.0&rect=77%2C98%2C2656%2C1328&q=45&auto=format&w=1356&h=668&fit=crop",
472
+ "og:image:secure_url": "",
473
+ "og:image:type": "",
474
+ "og:image:width": "",
475
+ "og:image:height": "",
476
+ "twitter:title": "",
477
+ "twitter:description": "",
478
+ "twitter:image": "",
479
+ "twitter:image:alt": "",
480
+ "twitter:card": "summary_large_image",
481
+ "twitter:site": "@ConversationEDU",
482
+ "twitter:site:id": "",
483
+ "twitter:url": "",
484
+ "twitter:account_id": "",
485
+ "twitter:creator": "@mikisosnowski.bsky.social",
486
+ "twitter:creator:id": "",
487
+ "twitter:player": "",
488
+ "twitter:player:width": "",
489
+ "twitter:player:height": "",
490
+ "twitter:player:stream": "",
491
+ "twitter:app:name:iphone": "",
492
+ "twitter:app:id:iphone": "",
493
+ "twitter:app:url:iphone": "",
494
+ "twitter:app:name:ipad": "",
495
+ "twitter:app:id:ipad": "",
496
+ "twitter:app:url:ipad": "",
497
+ "twitter:app:name:googleplay": "",
498
+ "twitter:app:id:googleplay": "",
499
+ "twitter:app:url:googleplay": "",
500
+ "headings": [
501
+ {
502
+ "level": "h3",
503
+ "text": "Edition"
504
+ },
505
+ {
506
+ "level": "h1",
507
+ "text": "The UN Security Council has finally called for a ceasefire in Gaza. But will it have any effect?"
508
+ },
509
+ {
510
+ "level": "h3",
511
+ "text": "Author"
512
+ },
513
+ {
514
+ "level": "h3",
515
+ "text": "Disclosure statement"
516
+ },
517
+ {
518
+ "level": "h3",
519
+ "text": "Partners"
520
+ },
521
+ {
522
+ "level": "h2",
523
+ "text": "Enforcement mechanisms are limited"
524
+ },
525
+ {
526
+ "level": "h2",
527
+ "text": "Where negotiations currently stand"
528
+ },
529
+ {
530
+ "level": "h2",
531
+ "text": "Why ceasefires matter"
532
+ },
533
+ {
534
+ "level": "h3",
535
+ "text": "Events"
536
+ },
537
+ {
538
+ "level": "h3",
539
+ "text": "Jobs"
540
+ },
541
+ {
542
+ "level": "h5",
543
+ "text": "Research Fellow in Tropical Climate Variability"
544
+ },
545
+ {
546
+ "level": "h5",
547
+ "text": "Director, Defence and Security"
548
+ },
549
+ {
550
+ "level": "h5",
551
+ "text": "Opportunities with the new CIEHF"
552
+ },
553
+ {
554
+ "level": "h5",
555
+ "text": "School of Social Sciences – Public Policy and International Relations opportunities"
556
+ },
557
+ {
558
+ "level": "h5",
559
+ "text": "Deputy Editor - Technology"
560
+ }
561
+ ],
562
+ "imgTags": [
563
+ {
564
+ "src": "https://cdn.theconversation.com/static/tc/@theconversation/ui/dist/esm/logos/logo-en-b159aca2598f351db37072c75294e4c8.svg",
565
+ "alt": "The Conversation"
566
+ },
567
+ {
568
+ "src": "https://cdn.theconversation.com/static/tc/@theconversation/ui/dist/esm/logos/logo-en-b159aca2598f351db37072c75294e4c8.svg",
569
+ "alt": "The Conversation"
570
+ },
571
+ {
572
+ "src": "https://images.theconversation.com/files/584302/original/file-20240326-18-bv5yos.jpg?ixlib=rb-1.1.0&rect=459%2C16%2C2274%2C1762&q=20&auto=format&w=320&fit=clip&dpr=2&usm=12&cs=strip",
573
+ "alt": ""
574
+ },
575
+ {
576
+ "src": "https://cdn.theconversation.com/static/tc/author/width170_default-bea415b3a0223821a698f6e3f6d5ab99.jpg",
577
+ "alt": ""
578
+ },
579
+ {
580
+ "src": "data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D",
581
+ "alt": "University of Melbourne"
582
+ },
583
+ {
584
+ "alt": "Trucks waiting to cross the border into Gaza."
585
+ },
586
+ {
587
+ "src": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",
588
+ "alt": ""
589
+ },
590
+ {
591
+ "src": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",
592
+ "alt": ""
593
+ },
594
+ {
595
+ "src": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",
596
+ "alt": ""
597
+ },
598
+ {
599
+ "src": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",
600
+ "alt": ""
601
+ },
602
+ {
603
+ "src": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",
604
+ "alt": ""
605
+ }
606
+ ],
607
+ "responseBody": "",
608
+ "viewport": "width=device-width, initial-scale=1",
609
+ "theme-color": "#d8352a",
610
+ "msapplication-navbutton-color": "#d8352a",
611
+ "fb:app_id": "127105130696839",
612
+ "current-region": "europe",
613
+ "Content-Language": "en-EUROPE",
614
+ "pubdate": "20240326",
615
+ "commissioning-region": "au",
616
+ "searchtype": "analysis",
617
+ "original-source": "https://theconversation.com/the-un-security-council-has-finally-called-for-a-ceasefire-in-gaza-but-will-it-have-any-effect-226595",
618
+ "news_keywords": "Ceasefire, Gaza, Israel-Hamas war, UN Security Council, US-Israel relations",
619
+ "institution": "The University of Melbourne",
620
+ "og:updated_time": "2024-03-26T09:15:43Z",
621
+ "article:publisher": "https://facebook.com/ConversationEDU",
622
+ "fb:pages": "176084152419221",
623
+ "apple-mobile-web-app-title": "The Conversation",
624
+ "apple-mobile-web-app-capable": "yes",
625
+ "apple-mobile-web-app-status-bar-style": "default"
626
+ }
627
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "promptDelete": false
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "accentColor": ""
3
+ }
@@ -0,0 +1,30 @@
1
+ {
2
+ "file-explorer": true,
3
+ "global-search": true,
4
+ "switcher": true,
5
+ "graph": true,
6
+ "backlink": true,
7
+ "canvas": true,
8
+ "outgoing-link": true,
9
+ "tag-pane": true,
10
+ "properties": false,
11
+ "page-preview": true,
12
+ "daily-notes": true,
13
+ "templates": true,
14
+ "note-composer": true,
15
+ "command-palette": true,
16
+ "slash-command": false,
17
+ "editor-status": true,
18
+ "bookmarks": true,
19
+ "markdown-importer": false,
20
+ "zk-prefixer": false,
21
+ "random-note": false,
22
+ "outline": true,
23
+ "word-count": true,
24
+ "slides": false,
25
+ "audio-recorder": false,
26
+ "workspaces": false,
27
+ "file-recovery": true,
28
+ "publish": false,
29
+ "sync": false
30
+ }