-
-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README, CHANGELOG, and reword warnings on ServiceWorker mode.
Fixes #421
- Loading branch information
Showing
4 changed files
with
18 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,10 +11,11 @@ | |
Home page : http://www.kiwix.org | ||
Main authors of this application : | ||
Mossroy - [email protected] | ||
Mossroy - https://github.com/mossroy - [email protected] | ||
Peter-x - https://github.com/peter-x | ||
Jaifroid - https://github.com/Jaifroid | ||
Copyright 2013-2017 Mossroy, Peter-x and contributors | ||
Copyright 2013-2018 Mossroy, Peter-x, Jaifroid, sharun-s and contributors | ||
License GPL v3: | ||
This file is part of Kiwix. | ||
|
@@ -145,7 +146,7 @@ <h3>Feedback / helping / contributing</h3> | |
<h3>Credits</h3> | ||
We have to distribute some thanks to : | ||
<ul> | ||
<li>Kelson and all the Kiwix community for welcoming peter-x and me in this project</li> | ||
<li>Kelson and all the Kiwix community for welcoming us in this project</li> | ||
<li>Wikipedia teams and contributors to help spreading knowledge to everybody</li> | ||
<li>All the developers of libraries and tools I used for releasing them as Free software (see License paragraph)</li> | ||
</ul> | ||
|
@@ -217,17 +218,16 @@ <h3>Expert settings</h3> | |
<div class="panel panel-danger" id="contentInjectionModeDiv"> | ||
<div class="panel-heading">Content injection mode</div> | ||
<div class="panel-body"> | ||
Don't touch unless you know what you're doing! | ||
<div class="radio"> | ||
<label> | ||
<input type="radio" name="contentInjectionMode" value="jquery" id="jQueryModeRadio" checked> | ||
<strong>JQuery</strong> (slow and memory hungry, but safer) | ||
<strong>JQuery</strong> (stable and safer) | ||
</label> | ||
</div> | ||
<div class="radio"> | ||
<label> | ||
<input type="radio" name="contentInjectionMode" value="serviceworker" id="serviceworkerModeRadio"> | ||
<strong>ServiceWorker</strong> (faster but unstable, and not supported by all platforms) | ||
<strong>ServiceWorker</strong> (still a bit experimental, and not supported by all platforms) | ||
</label> | ||
</div> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters