mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-09-15 15:27:11 -04:00
Update packaged archive
Former-commit-id: 2e5e0fb17bbf6b3cd3b53aac58f3d7d8d0dce5ba [formerly 4524651aae33fd6af4ed96a555107a8cb929d88e] [formerly c689493dcea4ba681acb7d5596b0baf47f5d929c] [formerly 95642ca65f383777209b024095594d654889bb86 [formerly 31fd460c0118500e82f4d0d28e8730907cc2cee5 [formerly c7b30ebcdb6671320911febeec024f626ae08b8b]]] Former-commit-id: 72dc9f9231a260bf01575964bfbabbb3929b38d1 [formerly f46780d8e56c790b1541a23e5c5355339c56eae4 [formerly c074a89753ba5f2d1d1c1b75dd5b75c206499326]] Former-commit-id: 107800cb785107b1db908443d1363ac8d1230e4c [formerly 47c0e7a04338a60ec8c57b7bf90e0c4c63a67885] Former-commit-id: 2cf7b5ce3e7865325c450f746fe57ff41e9b1582
This commit is contained in:
parent
e891283525
commit
5fbaf65d36
0
archives/wikipedia_en_100_maxi_2021-06.txt
Normal file
0
archives/wikipedia_en_100_maxi_2021-06.txt
Normal file
@ -51,9 +51,9 @@ var appstate = {};
|
||||
/******** UPDATE VERSION IN pwabuilder-sw.js TO MATCH VERSION AND CHECK PWASERVER BELOW!!!!!!! *******/
|
||||
params['version'] = "1.5.0-rc1"; //DEV: Manually update this version when there is a new release: it is compared to the Settings Store "version" in order to show first-time info, and the cookie is updated in app.js
|
||||
/******* UPDATE THIS ^^^^^^ IN service worker AND PWA-SERVER BELOW !! ********************/
|
||||
params['packagedFile'] = getSetting('packagedFile') || "wikipedia_en_100_maxi_2021-05.zim"; //For packaged Kiwix JS (e.g. with Wikivoyage file), set this to the filename (for split files, give the first chunk *.zimaa) and place file(s) in default storage
|
||||
params['packagedFile'] = getSetting('packagedFile') || "wikipedia_en_100_maxi_2021-06.zim"; //For packaged Kiwix JS (e.g. with Wikivoyage file), set this to the filename (for split files, give the first chunk *.zimaa) and place file(s) in default storage
|
||||
params['archivePath'] = "archives"; //The directory containing the packaged archive(s) (relative to app's root directory)
|
||||
params['fileVersion'] = getSetting('fileVersion') || "wikipedia_en_100_maxi_2021-05.zim (27-May-2021)"; //This will be displayed in the app - optionally include date of ZIM file
|
||||
params['fileVersion'] = getSetting('fileVersion') || "wikipedia_en_100_maxi_2021-06.zim (27-June-2021)"; //This will be displayed in the app - optionally include date of ZIM file
|
||||
// List of known start pages cached in the FS:
|
||||
params['cachedStartPages'] = {
|
||||
'wikipedia_en_medicine-app_maxi': 'A/Wikipedia:WikiProject_Medicine/Open_Textbook_of_Medicine',
|
||||
|
Loading…
x
Reference in New Issue
Block a user