diff --git a/www/index.html b/www/index.html index f6e35899..2a65cb10 100644 --- a/www/index.html +++ b/www/index.html @@ -71,15 +71,14 @@ Kiwix JS is free and open source. If you like it, please leave a positive review. Constructive feedback and help with improving the app are very welcome: see About section.
-Note that some of these ZIM archives are very large indeed (several gigabytes), especially if you want the archives with pictures. Archives without @@ -174,16 +173,19 @@
- If you have enough space, you can put several archives on your device storage. You will generally need to use a USB cable to copy the ZIM archive(s) to an - accessible location on your device, such as the SD card or the main storage area if there is enough space there. + If you have enough space, you can put several archives on your device storage. If you download the content directly in the app, note the location + of the saved file when you get the notification that it has completed. If you downloaded via a PC, you will generally need to use a USB + cable to copy the ZIM archive(s) to an accessible location on your device, such as the SD card or the main storage area if there is enough + space there.
- If you have downloaded more than one archive, or you have a split ZIM archive consisting of several 2GB files, then you will need to pick the folder - that contains these files. If you have just one unsplit ZIM archive, you can instead pick the file direclty, using the respective buttons on the - Configuration page. + On the Configuration page, tap the "Select storage" button. If you have downloaded more than one archive, or you have a split ZIM archive + consisting of several 2GB files, then you will need to pick the folder that contains these files. If you have just one unsplit ZIM + archive, you can instead pick the file direclty, using the respective buttons on the + Configuration page (note that these buttons only appear after you tap "Select Storage").
-@@ -197,10 +199,15 @@ extremely cautious, you should shut down your 3G and WiFi access before using the application.
This application only reads the archive files of your device: it is not capable of reading any other files.
++ By default, this application will remember your last-visited page between sessions using a local cookie that is accessible + only by this app on this device. If you are accessing sensitive information that you do not wish to be displayed next time + you open this app, we recommend that you turn this option off in the Configuration options. +
This application is still a work in progress. There are many bugs that need fixing and improvements that need to be implemented. In particular:
- Copyright 2013-2017 Mossroy, Peter-x and contributors
+ Copyright 2013-2018 Mossroy, Peter-x and contributors
Jaifroid for the adaptation to the Universal Windows Platform
This application is licensed under the GPL v3 licence:
diff --git a/www/js/init.js b/www/js/init.js
index 94b5be69..b55e6382 100644
--- a/www/js/init.js
+++ b/www/js/init.js
@@ -22,7 +22,7 @@
*/
'use strict';
var params = {};
-params['version'] = "0.9.3 Beta"; //DEV: do not set this dynamically -- it is compared to the cookie "version" in order to show first-time info, and the cookie is updated in app.js
+params['version'] = "0.9.5 Beta"; //DEV: do not set this dynamically -- it is compared to the cookie "version" in order to show first-time info, and the cookie is updated in app.js
params['storedFile'] = getCookie('lastSelectedArchive') || "wikipedia_en_ray_charles_2015-06.zimaa"; //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['fileVersion'] = "wikipedia_en_ray_charles_2015-06"; //Use generic name for actual file, and give version here
params['kiwixDownloadLink'] = "http://download.kiwix.org/zim/"; //Include final slash