-
-
-
-
\ No newline at end of file
diff --git a/www/index.html b/www/index.html
index cf16146a..d0906640 100644
--- a/www/index.html
+++ b/www/index.html
@@ -97,7 +97,7 @@
- This application is packaged with only a sample ZIM archive (about the jazz musician Ray Charles) so that you can get a feel
+ This application is packaged with only a sample ZIM archive of the top 100 Wikipedia articles so that you can get a feel
for how offline Wikipedia browsing works. You will need to downloaded an offline ZIM archive and store it on your device.
You can do this from the Configuration page , or else see the
About page for more information.
@@ -111,8 +111,8 @@
Changes in 0.9 (beta)
-
Major upgrade to the title-search algorithm: search is now near-case-insensitive
-
Included sample ZIM updated to wikipedia_en_ray_charles_maxi_2020-05.zim
+
Fixed major bug preventing all Kiwix apps accessing latest ZIMs
+
Included sample ZIM changed to wikipedia_en_100_maxi_2020-06.zim
diff --git a/www/js/app.js b/www/js/app.js
index 5b6cff8a..a7cec905 100644
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -1273,7 +1273,7 @@ define(['jquery', 'zimArchiveLoader', 'uiUtil', 'util', 'utf8', 'images', 'cooki
//@TODO - this is initialization code, and should be in init.js (withoug jQuery)
$('input:radio[name=cssInjectionMode]').filter('[value="' + params.cssSource + '"]').prop('checked', true);
//DEV this hides file selectors if it is a packaged file -- add your own packaged file test to regex below
- if (params.packagedFile && !/ray.charles/i.test(params.fileVersion)) {
+ if (params.packagedFile && !/wikipedia.en.100|ray.charles/i.test(params.fileVersion)) {
document.getElementById('packagedAppFileSelectors').style.display = "block";
document.getElementById('hideFileSelectors').style.display = "none";
//document.getElementById('downloadLinksText').style.display = "none";
diff --git a/www/js/init.js b/www/js/init.js
index 61bb2162..95280377 100644
--- a/www/js/init.js
+++ b/www/js/init.js
@@ -43,10 +43,10 @@ var params = {};
*/
var state = {};
-params['version'] = "0.9.9.99 Beta"; //DEV: This value 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_ray_charles.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'] = "0.9.9.991 Beta"; //DEV: This value 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_ray_charles_maxi_2020-05.zim (1-May-2020)"; //Use generic name for actual file, and give version here
+params['fileVersion'] = "wikipedia_en_100_maxi_2020-06.zim (4-Jun-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