Update Kiwix_JS_Windows_E_Release_Body.md

Former-commit-id: 64fab04415ee49432f7c414b74e01ecb99bc0de8 [formerly e9a6462b562ec0381a3136d075df3ee8fd9b21ab] [formerly c62b82f1f3f90443174051fcb247ade2321c7432] [formerly 4a856da44536fb5396e296723bf4326af9bec710 [formerly 6bcb490bbec83138f8dae1030322e1a2ce4c174a [formerly 382e0c3d38fc512d2412d459802b2944a1b369e8]]]
Former-commit-id: f190a5b83ed2c41baf8b884859d576d7ee309c9b [formerly 1391352d5afa9f49232e50b02ccc05c2fe162a6e [formerly d4c8f8dfdbad2c9932ff4b3b8b4e5acd78e7775f]]
Former-commit-id: d94670a8872f7641a49dd2b386550de4e30ff8ff [formerly fc9511a1528c6cc65d2e8157a5093ab7e116a326]
Former-commit-id: 52ba1240a2224e0893db906e4add64fac1844ee5
This commit is contained in:
Jaifroid 2021-10-09 11:45:41 +01:00
parent 27eea68662
commit f64a3a8a7a

View File

@ -1,6 +1,6 @@
## Portable and installable builds of Kiwix JS for Windows XP/Vista/7/8/10/11 and Linux ## Portable and installable builds of Kiwix JS for Windows XP/Vista/7/8/10/11 and Linux
This is **not** the UWP/Microsoft Store build. If you are using Windows 10 or 11, we strongly recommend [the Kiwix JS UWP release](https://kiwix.github.io/kiwix-js-windows/kiwix-js-uwp.html), which will keep itself up-to-date automatically. These portable and installable versions run on the included [Electron platform](https://www.electronjs.org/) version 10.4.0 and [NWJS](https://nwjs.io/) 0.54.0 (Win7/8/10/11) or 0.14.7 (XP/Vista). This is **not** the UWP/Microsoft Store build. If you are using Windows 10 or 11, we strongly recommend [the Kiwix JS UWP release](https://kiwix.github.io/kiwix-js-windows/kiwix-js-uwp.html), which will keep itself up-to-date automatically. These portable and installable versions run on the included [Electron platform](https://www.electronjs.org/) version 10.4.0 and [NWJS](https://nwjs.io/) 0.57.0 (Win7/8/10/11) or 0.14.7 (XP/Vista).
They are packaged with the <<date>> sample ZIM of the top 100 Wikipedia articles in English, `<<zim>>`. These builds will run on 32bit and 64bit editions of Windows or Linux (tested on Ubuntu, Debian and OpenSUSE - but see instructions below). They are packaged with the <<date>> sample ZIM of the top 100 Wikipedia articles in English, `<<zim>>`. These builds will run on 32bit and 64bit editions of Windows or Linux (tested on Ubuntu, Debian and OpenSUSE - but see instructions below).
@ -12,6 +12,7 @@ Choose the correct build:
+ Windows XP/Vista - [kiwix_js_windows-XP-<<numeric_tag>>N-win-ia32.zip](https://github.com/kiwix/kiwix-js-windows/releases/download/v<<base_tag>>/kiwix_js_windows-XP-<<numeric_tag>>N-win-ia32.zip) (NWJS) + Windows XP/Vista - [kiwix_js_windows-XP-<<numeric_tag>>N-win-ia32.zip](https://github.com/kiwix/kiwix-js-windows/releases/download/v<<base_tag>>/kiwix_js_windows-XP-<<numeric_tag>>N-win-ia32.zip) (NWJS)
- **Installable** (signed NSIS installer) - **Installable** (signed NSIS installer)
+ Windows 7/8/10/11 - [Kiwix JS Windows Setup <<numeric_tag>>-E.exe](https://github.com/kiwix/kiwix-js-windows/releases/download/v<<base_tag>>/Kiwix.JS.PWA.Setup.<<numeric_tag>>-E.exe) (Electron) + Windows 7/8/10/11 - [Kiwix JS Windows Setup <<numeric_tag>>-E.exe](https://github.com/kiwix/kiwix-js-windows/releases/download/v<<base_tag>>/Kiwix.JS.PWA.Setup.<<numeric_tag>>-E.exe) (Electron)
+ Alternatively, run `winget install kiwix-electron` in a Windows 10/11 Terminal / Cmd / PowerShell prompt
* **Linux**: * **Linux**:
- **Portable** - **Portable**
+ AppImage 64bit (Ubuntu, Debian, OpenSUSE) - [Kiwix JS PWA-<<numeric_tag>>-E.AppImage](https://github.com/kiwix/kiwix-js-windows/releases/download/v<<base_tag>>/Kiwix.JS.PWA-<<numeric_tag>>-E.AppImage) (Electron) + AppImage 64bit (Ubuntu, Debian, OpenSUSE) - [Kiwix JS PWA-<<numeric_tag>>-E.AppImage](https://github.com/kiwix/kiwix-js-windows/releases/download/v<<base_tag>>/Kiwix.JS.PWA-<<numeric_tag>>-E.AppImage) (Electron)
@ -49,4 +50,5 @@ There is no installation required for the Portable versions. NONE of these build
* INCONSISTENCY: When printing in jQuery mode, all sections are opened before printing (if the user had closed any), whereas in SW mode, closed sections are not opened before printing, if they were closed; * INCONSISTENCY: When printing in jQuery mode, all sections are opened before printing (if the user had closed any), whereas in SW mode, closed sections are not opened before printing, if they were closed;
* On the XP build with some recent ZIMs (not the packaged one), __there is a CSS error in rendering the landing page of this ZIM__, due to the age of the Chromium build included in the runtime package. However, you can access all articles by __pressing a space in the search box__; * On the XP build with some recent ZIMs (not the packaged one), __there is a CSS error in rendering the landing page of this ZIM__, due to the age of the Chromium build included in the runtime package. However, you can access all articles by __pressing a space in the search box__;
* If you download an archive from within the app (from Configuration), you will be able to pick a download directory, and the download will start, but then there will be no further indication that a download is in progress. You will need to check the chosen download directory to see if the download has completed; * If you download an archive from within the app (from Configuration), you will be able to pick a download directory, and the download will start, but then there will be no further indication that a download is in progress. You will need to check the chosen download directory to see if the download has completed;
* Image manipulation (e.g. saving image to disk) does not currently work with the NWJS app;
* Please see https://github.com/kiwix/kiwix-js-windows/issues for further known issues. If you find a new issue, please open a new issue on that page. * Please see https://github.com/kiwix/kiwix-js-windows/issues for further known issues. If you find a new issue, please open a new issue on that page.