commit 09b7b3635fdc6d60e5f53d16ccb59eb9a1aafdc6
parent 4c29f47eb4d68518a28dc0a8686e483031b202df
Author: oscarbenedito <oscar@obenedito.org>
Date:   Tue, 24 Sep 2019 19:58:05 +0200

Added resources and about pages

Diffstat:
Acontent/about.md | 25+++++++++++++++++++++++++
Mcontent/blog/2019-09-23-upgrading-providers.md | 4++--
Acontent/resources.md | 32++++++++++++++++++++++++++++++++
Mlayouts/partials/footer.html | 5+++--
Mlayouts/partials/navbar.html | 2++
5 files changed, 64 insertions(+), 4 deletions(-)

diff --git a/content/about.md b/content/about.md @@ -0,0 +1,25 @@ +--- +title: About +type: page +--- +## Contact + +You can contact me sending me an email at [oscar@obenedito.org](mailto:oscar@obenedito.org). + +## Privacy + +The site contains no ads, analytics or cross-site references. However, I do not have control over what my host (GitLab) does with your data. + +## Licenses + +This site is powered by free software. The software is published under the [GNU General Public License version 3](https://www.gnu.org/licenses/gpl-3.0.html). + +The content of the site is published under a [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/) unless otherwise stated. + +I am hosting local copies in of the licenses: [GPLv3](/licenses/gpl-v3/), [CC-BY-4.0](/licenses/cc-by-4.0/). + +## Source code + +You can find the site's source code on [this repository](https://gitlab.com/oscarbenedito/obenedito.org/). + +You can find all the JavaScript run on the site along with the licenses and source code in the [JavaScript Web Labels page](/jsweblabels/). diff --git a/content/blog/2019-09-23-upgrading-providers.md b/content/blog/2019-09-23-upgrading-providers.md @@ -1,5 +1,5 @@ --- -title: "Upgrading to privacy-respecting providers" +title: "Upgrading to privacy-conscious providers" categories: technology tags: ["Decentralization", "Encryption", "Privacy"] lastmod: 2019-09-24 @@ -26,7 +26,7 @@ Selecting all the different services I wanted to export from one page instead of In order to encrypt my content, I needed to find an alternative to a lot of services that Google was offering me (or use tools such as [Cryptomator](https://cryptomator.org/), which was discarded because of problem number 3). And so the search began[^note]. -[^note]: I will eventually publish a list of resources that helped me a lot with this, but right now, my final choices will have to do. +[^note]: You can find some of the resources that I found useful [here](/resources/). #### Email diff --git a/content/resources.md b/content/resources.md @@ -0,0 +1,32 @@ +--- +title: Other resources +type: page +--- +The following is a list of sites related to privacy and security on the internet. They were very useful when learning about privacy online as well as finding software and providers that were more focused on security. + + - **[PrivacyTools](https://www.privacytools.io/)**: For any kind of service or program, this website offers a couple of alternatives, with a short summary. It also offers some good advice on being more secure on the internet. They also have a [forum](https://forum.privacytools.io). + - **[Switching Social](https://switching.social/)**: A website with privacy-conscious providers. It is aimed at non-tech people. A couple of days ago the site and all its social accounts banished, you can see the last snapshot at the [Wayback Machine](https://web.archive.org/web/20190915101437/https://switching.social/). + - **[Restore Privacy](https://restoreprivacy.com/)**: Reviews providers and software. They have an [interesting page](https://restoreprivacy.com/google-alternatives/) dedicated to alternatives to Google services. + - **[Paula Kreuzer's blog](https://write.privacytools.io/paulakreuzer/)**: Offers alternatives to common service providers and software. Giving a summary of the alternatives she proposes. + - **[PRISM Break](https://prism-break.org/)**: Offers secure replacements to some common apps and providers, organized by operating system. + +I have also found [AlternativeTo](https://alternativeto.net/) to be really useful when looking for alternatives for one particular piece of software. + + +# Blogroll + +Blogs I have found interesting, alphabetically sorted. + + - [Brendan Abolivier](https://brendan.abolivier.bzh/) — [RSS feed](https://brendan.abolivier.bzh/index.xml) + - [Codesections](https://www.codesections.com/blog/) — [RSS feed](https://www.codesections.com/rss.xml) + - [Ctrl blog](https://www.ctrl.blog/) — [RSS feed](https://feed.ctrl.blog/latest.atom) + - [davd.io](https://www.davd.io/) — [RSS feed](https://www.davd.io/index.xml) + - [Dave Lane](https://davelane.nz/blog) — [RSS feed](https://davelane.nz/rss.xml) + - [Emanuel Pina](https://emanuelpina.pt/) — [RSS feed](https://emanuelpina.pt/index.xml) + - [InfoSec Handbook](https://infosec-handbook.eu/blog/) — [RSS feed](https://infosec-handbook.eu/blog/index.xml) + - [Matthias Ott](https://matthiasott.com/articles/) — [RSS feed](https://matthiasott.com/articles/rss) + - [Mike Babb](https://mikebabb.com/blog/) — [RSS feed](https://mikebabb.com/feed.xml) + - NCSC Guidance Feed — [RSS feed](https://www.ncsc.gov.uk/feeds/guidance.xml) + - [Planet F-Droid](https://fdroid.gitlab.io/planet/) — [RSS feed](https://fdroid.gitlab.io/planet/atom.xml) + - [privacytools.io](https://blog.privacytools.io/) — [RSS feed](https://blog.privacytools.io/feed.xml) + - [Uncertain Jatan](https://jatan.blog/) — [RSS feed](https://jatan.blog/feed/) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html @@ -3,9 +3,10 @@ <div class="column left"> <h3>Links</h3> <p><a href="/">Home</a></p> - <p><a href="/blog/">Blog</a></p> + <p><a href="/blog/">Blog</a> (<a href="/blog/index.xml">RSS feed</a>)</p> + <p><a href="/resources/">Other resources</a></p> + <p><a href="/about/">About</a></p> <p><a href="/jsweblabels/" data-jslicense="1">JavaScript Web Labels</a></p> - <p><a href="/blog/index.xml">RSS feed</a></p> </div> <div class="column right"> <h3>Privacy</h3> diff --git a/layouts/partials/navbar.html b/layouts/partials/navbar.html @@ -6,6 +6,8 @@ </div> <div class="menu"> <a href="/blog/">Blog</a> + <a href="/resources/">Resources</a> + <a href="/about/">About</a> <a onclick="toggleTheme()"><svg class="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" ><path d="M 24,48 C 37.254821,48 48,37.254821 48,24 48,10.745179 37.254821,0 24,0 10.745179,0 0,10.745179 0,24 0,37.254821 10.745179,48 24,48 Z M 5.0526316,24 C 5.0526316,13.535621 13.535621,5.0526316 24,5.0526316 V 42.947368 C 13.535621,42.947368 5.0526316,34.464379 5.0526316,24 Z"/></svg></a> </div> </div>