retested lynx
This commit is contained in:
parent
44e6902e84
commit
f85c4ae276
|
@ -1,36 +1,47 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-type" content="application/xhtml+xml;charset=utf-8"/>
|
||||
<title>Lynx — Spyware Watchdog</title>
|
||||
<link rel="stylesheet" href="../style.css"/>
|
||||
</head>
|
||||
<body>
|
||||
<div class="case">
|
||||
<div class="nav"><a href="index.html">← Catalog</a></div>
|
||||
<div class="main">
|
||||
<h1>Lynx</h1>
|
||||
<p>
|
||||
From their website: "Lynx is a text browser for the World Wide Web."<sup><a href="#one">[1]</a></sup><br>Program tested: v2.8.9rel.1 for Linux.<br>Mitmproxy was used to check for connections.
|
||||
</p>
|
||||
<h2>Spyware Level: <span class="green">Not Spyware</span></h2>
|
||||
<p>
|
||||
Lynx <b><span class="green">makes no unsolicited requests at all.</span></b>
|
||||
It is also fully libre software under the GPLv2 license. </p>
|
||||
</div>
|
||||
<hr/>
|
||||
<div class="footer">
|
||||
<div class="sources">
|
||||
<h4>Sources:</h4>
|
||||
<ol>
|
||||
<li id="one"><a href="https://lynx.browser.org/">lynx.browser.org</a> <a href="https://archive.is/1cSGb">[archive.is]</a></li>
|
||||
</ol>
|
||||
</div>
|
||||
<hr/>
|
||||
<p>If you want to edit this article, or contribute your own article(s), contact us on XMPP over in spyware@conference.nuegia.net, or visit us at the git repo on <a href="https://codeberg.org/TheShadow/SpywareWatchdog">Codeberg</a>.</p>
|
||||
<p>All contributions must be licensed under the CC0 license to be accepted.</p>
|
||||
<a href="https://creativecommons.org/publicdomain/zero/1.0/legalcode"><img class="icon" src="../images/cc0.png" alt="CC0 License"/></a>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd" xml:lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-type" content="application/xhtml+xml;charset=utf-8"/>
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1"/>
|
||||
<link rel="icon" href = "images/favicon.ico"/>
|
||||
<title>Lynx - Spyware Watchdog</title>
|
||||
<link href="../style.css" rel="stylesheet" type="text/css" media="all"/>
|
||||
</head>
|
||||
<body>
|
||||
<div class="nav"><a href="index.html">← Catalog</a></div>
|
||||
|
||||
<div class="center">
|
||||
|
||||
<img src="../images/lynx_logo.png" alt="Lynx Logo"/>
|
||||
|
||||
<h1>Lynx</h1>
|
||||
|
||||
<p>Lynx is a text browser for the World Wide Web.</p>
|
||||
|
||||
<h2>Spyware Level: <span class="green">Not Spyware</span></h2>
|
||||
|
||||
<p>Lynx <span class="green">makes no unsolicited requests at all.</span></p>
|
||||
<p>It is also fully libre software under the GPLv2 license.</p>
|
||||
|
||||
<hr></hr>
|
||||
|
||||
<h4>Further Reading</h4>
|
||||
|
||||
<p><a href="https://lynx.browser.org/">lynx.browser.org</a></p>
|
||||
|
||||
<hr></hr>
|
||||
|
||||
<p>This article was created on 4/6/2020</p>
|
||||
<p>This article was lasted edited on 10/7/2020</p>
|
||||
|
||||
<hr></hr>
|
||||
|
||||
<p>If you want to contribute to this website, you can always <a href="https://codeberg.org/TheShadow/SpywareWatchdog">make a pull request</a>.</p>
|
||||
|
||||
<a href="https://creativecommons.org/publicdomain/zero/1.0/legalcode"><img class="icon" src="../images/cc0.png" alt="CC0 License"/></a>
|
||||
|
||||
<p><a href="../articles/index.html">Back to catalog</a></p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue