mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-09-08 11:48:26 -04:00
Update documentation
Former-commit-id: e11bd8ed0b52da6a8747247dd0032ea4559f90b9 [formerly 6169dc7cab57d6d8259ee88ba98dcac64df34b74 [formerly 25e5a5e751cd8d97f1fca5d8ab82e076e9298206]] Former-commit-id: 541a5c524b9ef6ba66c9374ae3c4dde784f83d22 Former-commit-id: 5dfef63f4689b9750166066e86a01d8d326d6fe2
This commit is contained in:
parent
fb68ec027c
commit
1910ce86e2
25
README.md
25
README.md
@ -51,23 +51,30 @@ Windows for Windows 10 (including Mobile) is by Geoffrey Kantaris. I can be cont
|
|||||||
|
|
||||||
Kiwix JS Windows works offline, and does not collect or record any of your personal data. It
|
Kiwix JS Windows works offline, and does not collect or record any of your personal data. It
|
||||||
only remembers your browsing history for the duration of a session (for the purpose of returning to previously
|
only remembers your browsing history for the duration of a session (for the purpose of returning to previously
|
||||||
viewed pages). This history is lost on exiting the app and is not recorded in any way.
|
viewed pages). This history is lost on exiting the app and is not recorded in any way.
|
||||||
|
|
||||||
By default, this application will remember your last-visited page between sessions using a local cookie
|
By default, this application will remember your last-visited page between sessions using local stoarage or a cookie
|
||||||
that is accessible only by this app on this device. If you are accessing sensitive information that you do
|
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](file:///C:/Users/geoff/Source/Repos/kiwix-js-windows-wikimed/www/index.html#privacy) in the Configuration options.
|
not wish to be displayed next time you open this app, we recommend that you [turn this option off](file:///C:/Users/geoff/Source/Repos/kiwix-js-windows-wikimed/www/index.html#privacy) in the Configuration options.
|
||||||
|
|
||||||
This application only reads the archive files that you explicitly select on your device and files included in
|
This application only reads the archive files that you explicitly select on your device and files included in
|
||||||
its own package: it is not capable of reading any other files. It will only access the Kiwix download server if
|
its own package: it is not capable of reading any other files. It will only access the Kiwix download server if
|
||||||
you specifically request it to find and display download links for ZIM archives on the Configuration page.
|
you specifically request it to find and display download links for ZIM archives on the Configuration page.
|
||||||
However, some ZIM archives contain active content (scripts) which may, in rare circumstances, attempt to
|
However, some ZIM archives contain active content (scripts) which may, in rare circumstances, attempt to
|
||||||
contact external servers for incidental files such as fonts. These scripts will only run if you enable Service
|
contact external servers for incidental files such as fonts. These scripts will only run if you enable Service
|
||||||
Worker mode in Configuration. Nevertheless, if you believe your Internet access is insecure, or is being
|
Worker mode in Configuration.
|
||||||
observed or censored, we recommend that you completely shut down your Internet (Data or WiFi) access before
|
|
||||||
using the application.
|
**If you believe your Internet access is insecure, or is being observed or censored, we recommend that you completely
|
||||||
|
shut down your Internet (Data or WiFi) access before using the application.**
|
||||||
|
|
||||||
Additionally, if you obtained this app from a Vendor Store (including extensions), then the Store operator may
|
Additionally, if you obtained this app from a Vendor Store (including extensions), then the Store operator may
|
||||||
track your usage of the app (e.g. download, install, uninstall, date and number of sessions) for the purpose of
|
track your usage of the app (e.g. download, install, uninstall, date and number of sessions) for the purpose of
|
||||||
providing anonymous, aggregate usage statistics to developers. If this concerns you, you should check the
|
providing anonymous, aggregate usage statistics to developers. If this concerns you, you should check the relevant
|
||||||
relevant Store Privacy Policy for further information. **Builds of this app are available that do not use a
|
Store Privacy Policy for further information. If you are using the PWA version, then note that **by design** any PWA
|
||||||
Store. Please see [Releases](https://github.com/kiwix/kiwix-js-windows/releases)**.
|
will periodically check the PWA server (in this case, kiwix.github.io) to see if the Service Worker has been updated.
|
||||||
|
|
||||||
|
**Builds of this app are available that do not use a Store or an online Service Worker.** Please see:
|
||||||
|
|
||||||
|
* [Releases](https://github.com/kiwix/kiwix-js-windows/releases)
|
||||||
|
* [NWJS version](https://kiwix.github.io/kiwix-js-windows/kiwix-js-nwjs.html) - this version is completely standalone
|
||||||
|
and will never self-update
|
||||||
|
@ -349,7 +349,7 @@
|
|||||||
viewed pages). This history is lost on exiting the app and is not recorded in any way.
|
viewed pages). This history is lost on exiting the app and is not recorded in any way.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
By default, this application will remember your last-visited page between sessions using a local cookie that is accessible
|
By default, this application will remember your last-visited page between sessions using local sorage or a 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
|
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 <a href="#privacy" onclick="$('#btnConfigure').click();">turn this option off</a>
|
you open this app, we recommend that you <a href="#privacy" onclick="$('#btnConfigure').click();">turn this option off</a>
|
||||||
in the Configuration options.
|
in the Configuration options.
|
||||||
@ -360,49 +360,38 @@
|
|||||||
you specifically request it to find and display download links for ZIM archives on the Configuration page.
|
you specifically request it to find and display download links for ZIM archives on the Configuration page.
|
||||||
However, some ZIM archives contain active content (scripts) which may, in rare circumstances, attempt to
|
However, some ZIM archives contain active content (scripts) which may, in rare circumstances, attempt to
|
||||||
contact external servers for incidental files such as fonts. These scripts will only run if you enable Service
|
contact external servers for incidental files such as fonts. These scripts will only run if you enable Service
|
||||||
Worker mode in Configuration. Nevertheless, if you believe your Internet access is insecure, or is being
|
Worker mode in Configuration.
|
||||||
observed or censored, we recommend that you completely shut down your Internet (Data or WiFi) access before
|
</p>
|
||||||
using the application.
|
<p>
|
||||||
|
<b>If you believe your Internet access is insecure, or is being observed or censored, we recommend that you completely
|
||||||
|
shut down your Internet (Data or WiFi) access before using the application.</b>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Additionally, if you obtained this app from a Vendor Store (including extensions), then the Store operator may
|
Additionally, if you obtained this app from a Vendor Store (including extensions), then the Store operator may
|
||||||
track your usage of the app (e.g. download, install, uninstall, date and number of sessions) for the purpose of
|
track your usage of the app (e.g. download, install, uninstall, date and number of sessions) for the purpose of
|
||||||
providing anonymous, aggregate usage statistics to developers. If this concerns you, you should check the
|
providing anonymous, aggregate usage statistics to developers. If this concerns you, you should check the relevant
|
||||||
relevant Store Privacy Policy for further information. <b>Builds of this app are available that do not use a
|
Store Privacy Policy for further information. If you are using the PWA version, then note that <b>by design</b> any PWA
|
||||||
Store. Please see <a href="https://github.com/kiwix/kiwix-js-windows/releases" target="_blank">Releases</a></b>.
|
will periodically check the PWA server (in this case, kiwix.github.io) to see if the Service Worker has been updated.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
<b>Builds of this app are available that do not use a Store or an online Service Worker.</b> Please see:
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://github.com/kiwix/kiwix-js-windows/releases">Releases</a></li>
|
||||||
|
<li><a href="https://kiwix.github.io/kiwix-js-windows/kiwix-js-nwjs.html">NWJS version</a> - this version is completely
|
||||||
|
standalone and will never self-update.</li>
|
||||||
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
<h3 id="feedback">Feedback / helping / contributing</h3>
|
<h3 id="feedback">Feedback / helping / contributing</h3>
|
||||||
<p>
|
<p>
|
||||||
This application is still a work in progress. There are bugs that still need fixing and improvements that
|
This application is still a work in progress. There are bugs that still need fixing and improvements that
|
||||||
need to be implemented. In particular:
|
need to be implemented. Suggestions and patches/pull requests are welcome: the source code is on
|
||||||
</p>
|
|
||||||
<ul>
|
|
||||||
<li>
|
|
||||||
<a href="https://github.com/kiwix/kiwix-js/issues/13" target="_blank">Issue #13</a>: All the user
|
|
||||||
interface is in English : we plan to translate it at least into French and Spanish. If you feel able to
|
|
||||||
translate it in your language, please contact us
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="https://github.com/kiwix/kiwix-js/issues/172" target="_blank">Issue #172</a> and
|
|
||||||
<a href="https://github.com/kiwix/kiwix-js/issues/152" target="_blank">#152</a>: Handle video and
|
|
||||||
javascript content
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="https://github.com/kiwix/kiwix-js/issues/117" target="_blank">Issue #117</a> : Better handle
|
|
||||||
upper/lowercase and accents/diacritics in title search
|
|
||||||
</li>
|
|
||||||
<li>Performance improvements etc.</li>
|
|
||||||
</ul>
|
|
||||||
<p>
|
|
||||||
Suggestions and patches/pull requests are welcome: the source code is on
|
|
||||||
<a href="https://github.com/kiwix/kiwix-js-windows" target="_blank">github</a>.
|
<a href="https://github.com/kiwix/kiwix-js-windows" target="_blank">github</a>.
|
||||||
The <a href="https://github.com/kiwix/kiwix-js-windows/issues" target="_blank">
|
The <a href="https://github.com/kiwix/kiwix-js-windows/issues" target="_blank">Kiwix JS Windows issue tracker</a>
|
||||||
Kiwix JS Windows issue tracker
|
is on GitHub too, though also check the <a href="https://github.com/kiwix/kiwix-js/issues"
|
||||||
</a> is on GitHub too, though also check the <a href="https://github.com/kiwix/kiwix-js/issues"
|
|
||||||
target="_blank">tracker for Kiwix JS</a> as a lot of the development is done for both apps.
|
target="_blank">tracker for Kiwix JS</a> as a lot of the development is done for both apps.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Alternatively, you can send your feedback <a href="mailto:egk10@cam.ac.uk?subject=%5BKiwix%5D%20Feedback%20about%20WikiMed">
|
Alternatively, you can send your feedback <a href="mailto:egk10@cam.ac.uk?subject=%5BKiwix%5D%20Feedback%20about%20Kiwix-JS-Windows">
|
||||||
by email
|
by email
|
||||||
</a>.
|
</a>.
|
||||||
</p>
|
</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user