From 728de4fd0b1241c00af6dd49ff544125919efe47 Mon Sep 17 00:00:00 2001 From: anonymous Date: Sat, 21 Mar 2020 23:20:52 -0400 Subject: [PATCH] surf article & new themeing plus XHTML 1 --- articles/example.xhtml | 35 +++++++++++ articles/{example.html => example_old.html} | 0 articles/surf.xhtml | 34 ++++++++++ articles/surf_old.html | 30 +++++++++ images/surf_logo.png | Bin 0 -> 6896 bytes style2.css | 65 ++++++++++++++++++++ 6 files changed, 164 insertions(+) create mode 100644 articles/example.xhtml rename articles/{example.html => example_old.html} (100%) create mode 100644 articles/surf.xhtml create mode 100644 articles/surf_old.html create mode 100644 images/surf_logo.png create mode 100644 style2.css 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 0000000000000000000000000000000000000000..1923acbc8feb0999be915b58dc345702daf11f8f GIT binary patch literal 6896 zcmeAS@N?(olHy`uVBq!ia0y~yU;#2&7&zE~RK2WrGl*C0OYSGohY#F{qM(y$Ih=VKXAG%!WQTbhKipc zA24tTfJg-g5ZS=M2%?xqC4iwY8YH8M0hkO%^9QI%7zQQ7gS4+8pA`MOx9#oASAwQY zAl~(F&wtj`rGM>^QU`Gb6hNdy1Bhf`1gl`-0I^3UK%p=iB%_G|m6<v4S1Eyyz_uI(u?O%T{(CGP}ird?^hrMTzn9)(;feqkY)XJ}fX9 zjP_wcnPC|8VI4;O0Sp1$bP0l+XkKfVTYY literal 0 HcmV?d00001 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; +}