From 8ed626b91a10faeb9ca488c66c70addd0360bf4a Mon Sep 17 00:00:00 2001 From: Jaifroid Date: Tue, 20 Oct 2020 16:39:43 +0100 Subject: [PATCH] Update packaged archive to October 2020 # Conflicts: # www/js/init.js Former-commit-id: 31f60db10e18ef504ac7556516a038f683bf3e7e [formerly bb3fffbfc93736e1bdf63cc25427f5cb3ecd9c88] [formerly b3ebc8b2544eb351c515014d87a8ea5a32e51ef1] [formerly 2b80e21b3e5560a101aaf30b5986fd291c19702b [formerly 4a440d8f860534159c4446861268c704ff702b87 [formerly 6ef9f8f2c4db9e1182b8df71fd803d54d2a49744]]] Former-commit-id: d61c410b2ad0bba09b25c5b2ad5632d324d213ab [formerly f55d864d850eaee89fbce9ed161d6439c46e9fd1 [formerly 43efb4f7879f4f8fc48ce0071d3c364d3899b650]] Former-commit-id: a0597a81718a05d903ef95709024d3a2cd509e86 [formerly b510106561c4e2796d1fb42bc99cb9a3e0f05236] Former-commit-id: bc2135f3912be8a1fcd56b61a19ef08b0783606a --- ...0-09.txt => wikipedia_en_medicine_maxi_2020-10.txt} | 0 www/js/init.js | 10 +++++----- 2 files changed, 5 insertions(+), 5 deletions(-) rename archives/{wikipedia_en_100_maxi_2020-09.txt => wikipedia_en_medicine_maxi_2020-10.txt} (100%) diff --git a/archives/wikipedia_en_100_maxi_2020-09.txt b/archives/wikipedia_en_medicine_maxi_2020-10.txt similarity index 100% rename from archives/wikipedia_en_100_maxi_2020-09.txt rename to archives/wikipedia_en_medicine_maxi_2020-10.txt diff --git a/www/js/init.js b/www/js/init.js index 33ece4fa..eb87a403 100644 --- a/www/js/init.js +++ b/www/js/init.js @@ -49,12 +49,12 @@ var params = {}; */ var appstate = {}; -params['version'] = "1.0.0"; //DEV: Manually update this version when there is a new release: it is compared to the cookie "version" in order to show first-time info, and the cookie is updated in app.js -params['packagedFile'] = "wikipedia_en_100_maxi.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['version'] = "1.0.0"; //DEV: Manually update this version when there is a new release: it is compared to the cookie "version" in order to show first-time info, and the cookie is updated in app.js +params['packagedFile'] = "wikipedia_en_100_maxi.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'] = "wikipedia_en_100_maxi_2020-08.zim (21-Aug-2020)"; //Use generic name for actual file, and give version here -params['cachedStartPage'] = false; //If you have cached the start page for quick start, give its URI here -params['kiwixDownloadLink'] = "https://download.kiwix.org/zim/"; //Include final slash +params['fileVersion'] = "wikipedia_en_100_maxi_2020-08.zim (21-Aug-2020)"; //Use generic name for actual file, and give version here +params['cachedStartPage'] = false; //If you have cached the start page for quick start, give its URI here +params['kiwixDownloadLink'] = "https://download.kiwix.org/zim/"; //Include final slash params['cookieSupport'] = checkCookies(); params['maxResults'] = ~~(getCookie('maxResults') || 25); //Number of search results to display