diff --git a/articles/example.html b/articles/example.html index 6c16c44..b8a3a9a 100644 --- a/articles/example.html +++ b/articles/example.html @@ -28,7 +28,7 @@

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 licensed under the CC0 licensed to be accepted.

- CC0 License + CC0 License diff --git a/index.html b/index.html index dc159aa..b80e832 100644 --- a/index.html +++ b/index.html @@ -1,31 +1,33 @@ - - - - - - Spyware Watchdog - - -

Online Spyware Classification Project

-
-

NOTICE!:

-

Spyware Watchdog is now under the stewardship of the Shadow.
Spyware himself has retired from the role of managing the website.
Visit us at the git repo at Codeberg, or on XMPP in spyware@conference.nuegia.net.

-
-
-
- The Watchdog - Spyware beware! -
-

The goal of this website is to classify spyware programs, so that users can be aware that they are installing spyware. Most modern programs that people use today contain malicious spyware features, such as any form of telemetry or information collection of users. This website contains articles on popular programs and internet services explaining spyware features, so that potential users can be aware of the information they may be giving away by downloading or using spyware, using easy to understand ratings and detailed explanations and proofs of how the features of these programs can spy on the user.

-

Browse Articles

- Browse Spanish Articles
- Deep Web Mirror (Out of order)
- Browse Unfinished Articles
- Frequently Asked Questions
- Extra Content
- Contact
- Dig Deeper - A great privacy site made by one of the biggest contributors to this one!
-
- Original Image by (c) Ra Boe / Wikipedia - Own work, CC BY-SA 3.0, Link
-

Online Spyware Watchdog

- + + + + + Home - Spyware Watchdog + + + +
+ +
+ The Watchdog - Spyware beware! +

Online Spyware Watchdog

+

It is goal of this website is to classify spyware programs, so that users can be more aware that they are installing spyware.

+

Many "everyday" applications are actually spyware. We take an expansive and strict stance on what constitutes spyware. We define spyware as anything that includes "telemetry, information collection, phoning home, automatic updates, or is listening in".

+

This website contains articles on popular programs and internet services explaining spyware features, so that potential users can be aware of the information they may be giving away by downloading or using spyware, using easy to understand ratings, detailed explanations, and proof, of how features of these programs can spy on the user.

+
+
+ +
+ + diff --git a/style2.css b/style2.css index 8c61942..a0663da 100644 --- a/style2.css +++ b/style2.css @@ -9,7 +9,7 @@ p { max-width: 780px; margin: auto; } -h1, h2 { +h1, h2, h3, h4, h5 { text-align: center; margin-right: auto; margin-left: auto; @@ -87,6 +87,13 @@ code { margin-left: 0.6vw; margin-right: 0.6vw; } +.wide-nav { + text-align: center; +} +.wide-nav a { + margin-left: 5%; + margin-right: 5%; +} .nav a { text-decoration: none; }