summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-04-29 12:12:05 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2018-04-29 12:12:05 +0200
commitee60cdab269e844dce5e060b92e2ccd3b11dc307 (patch)
tree1379c51420c89a7b52b4ff9d2978d0a157bfa4dd
parent9a3263dbb95f5ee11c66cfaf6673685888571d51 (diff)
downloadwww-andreasbaumann-cc-ee60cdab269e844dce5e060b92e2ccd3b11dc307.tar.gz
www-andreasbaumann-cc-ee60cdab269e844dce5e060b92e2ccd3b11dc307.tar.bz2
small typo fixes
-rw-r--r--content/blog/retro-computing-unisys.md1
-rw-r--r--content/dataprotection/_index.md7
-rw-r--r--content/toolbox/_index.md4
3 files changed, 6 insertions, 6 deletions
diff --git a/content/blog/retro-computing-unisys.md b/content/blog/retro-computing-unisys.md
index 16e4adc..a3f39fa 100644
--- a/content/blog/retro-computing-unisys.md
+++ b/content/blog/retro-computing-unisys.md
@@ -3,7 +3,6 @@ title = "Retro Computing - Unisys CWD-4002"
categories = [ "Retro Computing", "Unisys" ]
date = "2018-02-10T13:55:47+02:00"
thumbnail = "/images/blog/retro-computing-unisys/unisys-CDW-4002-1.jpg"
-
+++
## Intro
diff --git a/content/dataprotection/_index.md b/content/dataprotection/_index.md
index f407ccf..6dfb239 100644
--- a/content/dataprotection/_index.md
+++ b/content/dataprotection/_index.md
@@ -18,10 +18,9 @@ browse the pages instead of using the 'site: andreasbaumann.cc' search
Currently I'm using a Wordpress theme which uses Google fonts. I don't
think Google is using the IPs of the access for anything outside normal
-attack and spam prevention. If you know more, I'm glad to head about it.
+attack and spam prevention. If you know more, I'm glad to hear about it.
For more information about Google Fonts see https://developers.google.com/fonts/faq,
section "What does using the Google Fonts API mean for the privacy of my users?".
-
-I'm also willing to cache Google fonts locally or remove them alltogether
-if needed. Till then, if you are concerned, use lynx or w3m to browse my
+I'm also willing to cache Google fonts locally or remove them alltogether,
+if required. Till then, if you are concerned, use lynx or w3m to browse my
pages in text mode.
diff --git a/content/toolbox/_index.md b/content/toolbox/_index.md
index 4b69e0b..5b45780 100644
--- a/content/toolbox/_index.md
+++ b/content/toolbox/_index.md
@@ -30,12 +30,14 @@ Some things I found to be useful for daily programming.
* [XMLStarlet](http://xmlstar.sourceforge.net): XML processing on the
command line for fast and dirty XML processing
+* [JQ](https://stedolan.github.io/jq/): JSON processing on the command
+ line very much alike as with XMLStarlet
## Infrastructure
* [openSUSE Build Service](https://build.opensuse.org/): for building
release packages in the cloud.
-* [Travi CI](http://travis-ci.org/): for continuous integration on Mac OSX.
+* [Travis CI](http://travis-ci.org/): for continuous integration on Mac OSX.
* Using [libvirtd](http://libvirt.org) now instead of VirtualBox
(sorry, Oracle). Main reason: it's still a little bit un-ready round
the edges but hey, it's really open source. :-)