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