mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-09 23:40:26 -04:00
Refine list of authors
This commit is contained in:
parent
55a26fa187
commit
852a12d784
@ -1,5 +1,6 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||||
<script type="text/javascript" src="js/styleContent.js"></script>
|
<script type="text/javascript" src="js/styleContent.js"></script>
|
||||||
@ -7,39 +8,34 @@
|
|||||||
body {
|
body {
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
background-color: rgba(0, 0, 0, 0);
|
background-color: rgba(0, 0, 0, 0);
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="content">
|
<body class="content">
|
||||||
|
|
||||||
<h2>Contributors</h2>
|
<h2>Contributors</h2>
|
||||||
Emmanuel Engelhart kelson@kiwix.org<br>
|
<a href="mailto:abdulwd97@gmail.com">Abdul Wadood</a><nr>
|
||||||
Renaud Gaudin reg@kiwix.org<br>
|
<a href="mailto:adeelzafar619@gmail.com">Adeel Zafar</a><br>
|
||||||
Christian Pühringer cip@gmx.at<br>
|
<a href="mailto:sood.aditya.08@gmail.com">Aditya Sood</a><br>
|
||||||
Fabien Coullon fcoulon@linterweb.com<br>
|
<a href="mailto:ayoubuto@gmail.com">Ayoub Dardory</a><br>
|
||||||
Guillaume Duhamel gduhamel@linterweb.com<br>
|
<a href="mailto:cip@gmx.at">Christian Pühringer</a><br>
|
||||||
Wilfredo Rodriguez wilfredor@kiwix.org<br>
|
<a href="mailto:elad.keyshawn@gmail.com">Elad Keyshawn</a><br>
|
||||||
Jorge Gonzalez jag2kn@gmail.com<br>
|
<a href="mailto:kelson@kiwix.org">Emmanuel Engelhart</a><br>
|
||||||
Richzendy richzendy@fedoraproject.org<br>
|
<a href="mailto:mhutti1@gmail.com">Isaac Hutt</a><br>
|
||||||
Ayoub Dardory ayoubuto@gmail.com<br>
|
<a href="mailto:joseph.reeve@googlemail.com">Joseph E. Reeve</a><br>
|
||||||
Rashiq Ahmad rashiq.z@gmail.com<br>
|
<a href="mailto:julianharty@gmail.com">Julian Harty</a><br>
|
||||||
Isaac Hutt mhutti1@gmail.com<br>
|
<a href="mailto:rashiq.z@gmail.com">Rashiq Ahmad</a><br>
|
||||||
Elad Keyshawn elad.keyshawn@gmail.com<br>
|
<a href="mailto:reg@kiwix.org">Renaud Gaudin</a><br>
|
||||||
Julian Harty julianharty@gmail.com<br>
|
<a href="mailto:seantheappdev@gmail.com">Seán Mac Gillicuddy</a><br>
|
||||||
Joseph E. Reeve joseph.reeve@googlemail.com<br>
|
<a href="mailto:ssiddharth2010@gmail.com">Siddharth Sharma</a><br>
|
||||||
Translatewiki community<br>
|
<a href="mailto:sm2030@cam.ac.uk">Souradip Mookerjee</a><br>
|
||||||
|
<a href="https://translatewiki.net/wiki/Translating:Kiwix">Translatewiki community</a><br>
|
||||||
|
|
||||||
<h2>Licenses</h2>
|
<h2>Licenses</h2>
|
||||||
|
|
||||||
@ -122,8 +118,7 @@ Translatewiki community<br>
|
|||||||
along with this program. If not, see https://www.gnu.org/licenses.
|
along with this program. If not, see https://www.gnu.org/licenses.
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<h3>
|
<h3>The Unlicense
|
||||||
The Unlicense
|
|
||||||
</h3>
|
</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
@ -160,4 +155,5 @@ For more information, please refer to http://unlicense.org/
|
|||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
window.onload = documentStyle;
|
window.onload = documentStyle;
|
||||||
|
|
||||||
function documentStyle() {
|
function documentStyle() {
|
||||||
document.getElementsByClassName("content")[0].style["color"]="white";
|
document.getElementsByClassName("content")[0].style["color"] = "white";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user