surf article & new themeing plus XHTML 6. Also, neocities paywalls files that end with .xhtml
This commit is contained in:
parent
25c186214b
commit
e14b56d1df
|
@ -1,34 +0,0 @@
|
|||
<!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>[Program/Service Name Here] - Spyware Watchdog</title>
|
||||
<link rel="stylesheet" href="../style2.css"/>
|
||||
</head>
|
||||
<body>
|
||||
<div class="case">
|
||||
<div class="nav"><a href="index.html">← Catalog</a></div>
|
||||
<img src="../images/example_logo.png" alt="Images are in the /images folder"/>
|
||||
<p>
|
||||
This part of the article should have the name of the program and what it does, and who develops it.
|
||||
</p>
|
||||
<h2>Spyware Level: <span class="green">Not Rated</span></h2>
|
||||
<p>
|
||||
<h2>Spyware Feature X</h2>
|
||||
Proof goes here<sup><a href="one">[1]</a></sup>.
|
||||
</p>
|
||||
<hr/>
|
||||
<h4>Sources:</h4>
|
||||
<ol>
|
||||
<li id="one"><a href="">Source</a> <a href="">[web.archive.org]</a> <a href="">[archive.is]</a></li>
|
||||
</ol>
|
||||
<hr/>
|
||||
<div class="footer">
|
||||
<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 licence to be accepted.</p>
|
||||
<a href="https://creativecommons.org/publicdomain/zero/1.0/legalcode"><img src="../images/cc0.png" alt="CC0 License"/></a>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
<h2>Web Browsers</h2>
|
||||
<a href="../articles/browsers.html">Comparison between web browsers</a><br><br>
|
||||
<a href="../articles/surf.xhtml">Surf</a><br>
|
||||
<a href="../articles/surf.html">Surf</a><br>
|
||||
<a href="../articles/iron.html">SRWare Iron</a><br>
|
||||
<a href="../articles/slimjet.html">Slimjet</a><br>
|
||||
<a href="../articles/chrome.html">Google Chrome</a>
|
||||
|
|
|
@ -1,34 +0,0 @@
|
|||
<!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>Surf - Spyware Watchdog</title>
|
||||
<link rel="stylesheet" href="../style2.css"/>
|
||||
</head>
|
||||
<body>
|
||||
<div class="case">
|
||||
<div class="nav"><a href="index.html">← Catalog</a></div>
|
||||
<img width="100" height="37" src="../images/surf_logo.png" alt="Surf Logo"/>
|
||||
<p>
|
||||
From their website: "surf is a simple web browser based on WebKit2/GTK+. It is able to display websites and follow links."<sup><a href="#one">[1]</a></sup> Program tested: v2.0 for Linux. Mitmproxy was used to check for connections.
|
||||
</p>
|
||||
<h2>Spyware Level: <span class="green">Not Spyware</span></h2>
|
||||
<p>
|
||||
Surf <b><span class="green">makes no unsolicited requests at all.</span></b>
|
||||
It is also fully libre software under the expat license. It was tested in conjuction with tabbed, another piece of software developed by the same people for use with surf, it adds support for tabs. From a privacy standpoint, this browser is an excellent choice.
|
||||
</p>
|
||||
<p>Surf requires proxychains to connect to Tor, as it only supports HTTP proxies, not SOCKS (which is what Tor uses).</p>
|
||||
<hr/>
|
||||
<h4>Sources:</h4>
|
||||
<ol>
|
||||
<li id="one"><a href="https://surf.suckless.org/">surf.suckless.org</a> <a href="https://web.archive.org/web/20200307222953/https://surf.suckless.org/">[web.archive.org]</a></li>
|
||||
</ol>
|
||||
<hr/>
|
||||
<div class="footer">
|
||||
<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 licence to be accepted.</p>
|
||||
<a href="https://creativecommons.org/publicdomain/zero/1.0/legalcode"><img src="../images/cc0.png" alt="CC0 License"/></a>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue