surf article & new themeing plus XHTML 1

This commit is contained in:
anonymous 2020-03-21 23:20:52 -04:00
parent 33d84ffec9
commit 728de4fd0b
6 changed files with 164 additions and 0 deletions

35
articles/example.xhtml Normal file
View File

@ -0,0 +1,35 @@
<!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">&larr; 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><b>This article was created on [DATE]</b></p>
<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 liscence 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>

34
articles/surf.xhtml Normal file
View File

@ -0,0 +1,34 @@
<!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">&larr; 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>
<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><b>This article was created on 7/10/2019</b></p>
<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 liscence 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>

30
articles/surf_old.html Normal file
View File

@ -0,0 +1,30 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="../style2.css">
<meta charset="UTF-8">
<title>Spyware Watchdog</title>
</head>
<body>
<h1>Surf</h1>
<p><a href="index.html">Back to catalog</a></p>
<img width="100px" height="37px" 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." Program tested: v2.0 for Linux. Mitmproxy was used to check for connections.
</p>
<h2>Spyware Level: <font color="lime">Not Spyware</font></h2>
<p>
Surf <b><font color="lime">makes no unsolicited requests at all.</font></b>
It is also fully libre software under the expat license. It was tested in conjuction tabbed, another piece of software developed by the same people for use in conjuction with surf, it adds support for tabs. From a privacy standpoint this browser is an excellent choice.
</p>
<hr>
<p><b>
This article was created on 7/10/2019
</b></p>
<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>. All contributions must be liscenced under the CC0 liscence to be accepted.
</p>
<a href="https://creativecommons.org/publicdomain/zero/1.0/legalcode"><img src="../images/cc0.png" alt="CC0 License"></a>
</body>
</html>

BIN
images/surf_logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

65
style2.css Normal file
View File

@ -0,0 +1,65 @@
body {
margin: 0;
padding: 0;
background: black;
color: #F5F5F5;
font-family: "sans";
}
p {
max-width: 780px;
margin: auto;
}
h1, h2 {
text-align: center;
margin-right: auto;
margin-left: auto;
margin-bottom: 2vh;
margin-top: 2vh;
}
h4 {
margin-top: 1vh;
margin-bottom: 0;
margin-right: auto;
margin-left: 1vw;
}
a {
color: #006B9F;
}
a:hover {
color: #094561;
}
.img-link a:hover {
border: none;
}
img {
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 2vh;
margin-top: 1vh;
}
hr {
border: 1px solid #1A1A1A;
}
.nav {
margin-top: 0.5vh;
margin-left: 0.6vw;
}
.nav a {
text-decoration: none;
}
.green {
color: #00981B;
}
.case {
border: 2px solid #1A1A1A;
border-radius: 15px;
margin-left: 3vw;
margin-right: 3vw;
margin-bottom: 3vh;
margin-top: 3vh;
}
.footer {
margin-top: 1vh;
text-align: center;
}