diff --git a/articles/example.xhtml b/articles/example.xhtml new file mode 100644 index 0000000..5b86592 --- /dev/null +++ b/articles/example.xhtml @@ -0,0 +1,35 @@ + + + + + [Program/Service Name Here] - Spyware Watchdog + + + +
+ + Images are in the /images folder +

+ This part of the article should have the name of the program and what it does, and who develops it. +

+

Spyware Level: Not Rated

+

+

Spyware Feature X

+ Proof goes here[1]. +

+
+

Sources:

+
    +
  1. Source [web.archive.org] [archive.is]
  2. +
+
+ +
+ + + diff --git a/articles/example.html b/articles/example_old.html similarity index 100% rename from articles/example.html rename to articles/example_old.html diff --git a/articles/surf.xhtml b/articles/surf.xhtml new file mode 100644 index 0000000..d766838 --- /dev/null +++ b/articles/surf.xhtml @@ -0,0 +1,34 @@ + + + + + Surf - Spyware Watchdog + + + +
+ + Surf Logo +

+ From their website: "surf is a simple web browser based on WebKit2/GTK+. It is able to display websites and follow links."[1] Program tested: v2.0 for Linux. Mitmproxy was used to check for connections. +

+

Spyware Level: Not Spyware

+

+ Surf makes no unsolicited requests at all. + 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. +

+
+

Sources:

+
    +
  1. surf.suckless.org [web.archive.org]
  2. +
+
+ +
+ + diff --git a/articles/surf_old.html b/articles/surf_old.html new file mode 100644 index 0000000..03ce07b --- /dev/null +++ b/articles/surf_old.html @@ -0,0 +1,30 @@ + + + + + + + Spyware Watchdog + + +

Surf

+

Back to catalog

+ Surf Logo +

+ 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. +

+

Spyware Level: Not Spyware

+

+ Surf makes no unsolicited requests at all. + 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. +

+
+

+ This article was created on 7/10/2019 +

+

+ 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 Codeberg. All contributions must be liscenced under the CC0 liscence to be accepted. +

+ CC0 License + + diff --git a/images/surf_logo.png b/images/surf_logo.png new file mode 100644 index 0000000..1923acb Binary files /dev/null and b/images/surf_logo.png differ diff --git a/style2.css b/style2.css new file mode 100644 index 0000000..42d3223 --- /dev/null +++ b/style2.css @@ -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; +}