mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-09-13 06:22:09 -04:00
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
This commit is contained in:
parent
c286aa0d79
commit
8ed626b91a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user