mirror of
https://github.com/Metastem/wikiless
synced 2024-12-06 19:16:58 +01:00
34 lines
1.2 KiB
HTML
34 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>About - Wikiless</title>
|
|
<style>
|
|
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<aside>
|
|
<a href="/" rel="noreferrer" target="_blank">
|
|
<img src="/wikiless-logo.png" alt="Wikiless logo">
|
|
</a>
|
|
</aside>
|
|
<h1>About</h1>
|
|
<p>Wikiless is a free open source alternative Wikipedia front-end focused on privacy.</p>
|
|
<p>The source is available at Github <a href="https://github.com/Metastem/wikiless">https://github.com/Metastem/wikiless</a>.</p>
|
|
<br>
|
|
<p>The original developer, <a href="https://codeberg.org/orenom">"Orenom"</a> has gotten DMCAed' and "Metastem" has forked it.</p>
|
|
<ul>
|
|
<li>No Javascript or ads.</li>
|
|
<li>All requests go through the backend, client never talks to Wikipedia.</li>
|
|
<li>Prevents Wikipedia getting your IP address.</li>
|
|
<li>Self-hostable. Anyone can setup a private or public instance.</li>
|
|
</ul>
|
|
<hr>
|
|
<a href="/" rel="noreferrer" target="_blank">Go Back</a>
|
|
<h4>Wikiless version</h4>
|
|
<p>0.1.2</p>
|
|
</body>
|
|
</html>
|