surf article & new themeing plus XHTML 8.

This commit is contained in:
anonymous 2020-03-22 04:00:45 -04:00
parent 6c9930120b
commit 8f1c001465
3 changed files with 41 additions and 29 deletions

View File

@ -8,22 +8,24 @@
<body> <body>
<div class="case"> <div class="case">
<div class="nav"><a href="index.html">&larr; Catalog</a></div> <div class="nav"><a href="index.html">&larr; Catalog</a></div>
<img src="../images/example_logo.png" alt="Images are in the /images folder"/> <div class="main">
<img src="../images/example_logo.png" alt="Images are in the ../images folder"/>
<p> <p>
This part of the article should have the name of the program and what it does, and who develops it. This part of the article should have the name of the program and what it does, and who develops it.
</p> </p>
<h2>Spyware Level: <span class="green">Not Rated</span></h2> <h2>Spyware Level: <span class="green">Not Rated</span></h2>
<p>
<h2>Spyware Feature X</h2> <h2>Spyware Feature X</h2>
Proof goes here<sup><a href="one">[1]</a></sup>. <p>Proof goes here<sup><a href="one">[1]</a></sup>.</p>
</p> </div>
<hr/> <hr/>
<div class="footer">
<div class="sources">
<h4>Sources:</h4> <h4>Sources:</h4>
<ol> <ol>
<li id="one"><a href="">Source</a> <a href="">[web.archive.org]</a> <a href="">[archive.is]</a></li> <li id="one"><a href="">Source</a> <a href="">[web.archive.org]</a> <a href="">[archive.is]</a></li>
</ol> </ol>
</div>
<hr/> <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>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 licensed to be accepted.</p> <p>All contributions must be licensed under the CC0 licensed to be accepted.</p>
<a href="https://creativecommons.org/publicdomain/zero/1.0/legalcode"><img src="../images/cc0.png" alt="CC0 License"/></a> <a href="https://creativecommons.org/publicdomain/zero/1.0/legalcode"><img src="../images/cc0.png" alt="CC0 License"/></a>

View File

@ -8,6 +8,7 @@
<body> <body>
<div class="case"> <div class="case">
<div class="nav"><a href="index.html">&larr; Catalog</a></div> <div class="nav"><a href="index.html">&larr; Catalog</a></div>
<div class="main">
<img width="100" height="37" src="../images/surf_logo.png" alt="Surf Logo"/> <img width="100" height="37" src="../images/surf_logo.png" alt="Surf Logo"/>
<p> <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. 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.
@ -18,13 +19,16 @@
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. 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>
<p>Surf requires proxychains to connect to Tor, as it only supports HTTP proxies, not SOCKS (which is what Tor uses).</p> <p>Surf requires proxychains to connect to Tor, as it only supports HTTP proxies, not SOCKS (which is what Tor uses).</p>
</div>
<hr/> <hr/>
<div class="footer">
<div class="sources">
<h4>Sources:</h4> <h4>Sources:</h4>
<ol> <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> <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> </ol>
</div>
<hr/> <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>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 licensed to be accepted.</p> <p>All contributions must be licensed under the CC0 licensed to be accepted.</p>
<a href="https://creativecommons.org/publicdomain/zero/1.0/legalcode"><img src="../images/cc0.png" alt="CC0 License"/></a> <a href="https://creativecommons.org/publicdomain/zero/1.0/legalcode"><img src="../images/cc0.png" alt="CC0 License"/></a>

View File

@ -59,6 +59,12 @@ hr {
margin-bottom: 3vh; margin-bottom: 3vh;
margin-top: 3vh; margin-top: 3vh;
} }
.main {
min-height: 60vh;
}
.sources {
text-align: left;
}
.footer { .footer {
margin-top: 1vh; margin-top: 1vh;
text-align: center; text-align: center;