sites

parazyd.cf website
git clone git://parazyd.org/sites.git
Log | Files | Refs

commit 6c606d609d28558dcfa00ec1f7ce9d886a2e610c
parent d12ad28878fefb9c88d759a6ea236012ec393198
Author: parazyd <parazyd@dyne.org>
Date:   Fri, 17 Jun 2016 14:56:02 +0200

update titles

Diffstat:
Mblog/201603/bestfirefoxnofirefox.php | 9++-------
Mblog/201603/classiccloud.php | 9++-------
Mblog/201603/index.php | 9++-------
Mblog/201603/systemdsucks.php | 9++-------
Mblog/header.php | 4+---
Mblog/index.php | 9++-------
Mblog/musings/cloudflare.php | 11+++--------
Mblog/musings/firefoxspyware.php | 9++-------
Mblog/musings/fixthenet.php | 9++-------
Mblog/musings/index.php | 9++-------
Mblog/musings/tails2.php | 9++-------
Mcontact.php | 9++-------
Mheader.php | 4+---
Mindex.php | 9++-------
Mmoo/header.php | 4+---
Mmoo/index.php | 11+++--------
Mprojects/header.php | 4+---
Mprojects/index.php | 11+++--------
18 files changed, 35 insertions(+), 113 deletions(-)

diff --git a/blog/201603/bestfirefoxnofirefox.php b/blog/201603/bestfirefoxnofirefox.php @@ -1,7 +1,4 @@ -<?php -$title = "blog"; -include "header.php"; -?> +<?php $title = "Safest way to use Firefox? Don't use it!"; include "header.php"; ?> <h1>Safest way to use Firefox? Don't use it!</h1> <p>And no, I'm not telling you to use Chromium/Google Chrome...</p> @@ -275,6 +272,4 @@ Other notes: <p align="right">2016-03-27<br> ~ parazyd</p> -<?php -include "footer.php"; -?> +<?php include "footer.php"; ?> diff --git a/blog/201603/classiccloud.php b/blog/201603/classiccloud.php @@ -1,7 +1,4 @@ -<?php -$title = "blog"; -include "header.php"; -?> +<?php $title = "On Bitcoin Classic and all the bickering"; include "header.php"; ?> <h1>On Bitcoin Classic and all the bickering</h1> <img alt="meme" src="classiccloud1.jpg"> @@ -57,6 +54,4 @@ spread it around and help Bitcoin.</p> <p align="right">2016-03-27<br> ~ parazyd</p> -<?php -include "footer.php"; -?> +<?php include "footer.php"; ?> diff --git a/blog/201603/index.php b/blog/201603/index.php @@ -1,7 +1,4 @@ -<?php -$title = "blog"; -include "header.php"; -?> +<?php $title = "blog archive - March 2016"; include "header.php"; ?> <h1>parazyd's blog</h1> <p>All writings here are my own personal opinion. If you don't agree @@ -15,6 +12,4 @@ reading and leave.</p> <li><a href="systemdsucks.html">systemd sucks</a></li> </ul> -<?php -include "footer.php"; -?> +<?php include "footer.php"; ?> diff --git a/blog/201603/systemdsucks.php b/blog/201603/systemdsucks.php @@ -1,7 +1,4 @@ -<?php -$title = "blog"; -include "header.php"; -?> +<?php $title = "systemd sucks"; include "header.php"; ?> <h1>systemd sucks</h1> <p>The wonderful shills have ensured that Linux Mint's been talked about @@ -169,6 +166,4 @@ tasty anti-systemd fortune cookie: <a href="https://pub.parazyd.cf/tmp/systemdfo <p align="right">2016-03-25<br> ~ parazyd</p> -<?php -include "footer.php"; -?> +<?php include "footer.php"; ?> diff --git a/blog/header.php b/blog/header.php @@ -13,6 +13,4 @@ <a id="headerLink" href="/">parazyd.cf</a> <span id="headerSubtitle">something something</span> </div> -<?php - include "navigation.php"; -?> +<?php include "navigation.php"; ?> diff --git a/blog/index.php b/blog/index.php @@ -1,7 +1,4 @@ -<?php -$title = "blog"; -include "header.php"; -?> +<?php $title = "blog"; include "header.php"; ?> <h1>parazyd's blog</h1> <p>All writings here are my own personal opinion. If you don't agree @@ -15,6 +12,4 @@ reading and leave.</p> <li><a href="201603/systemdsucks.html">systemd sucks</a></li> </ul> -<?php -include "footer.php"; -?> +<?php include "footer.php"; ?> diff --git a/blog/musings/cloudflare.php b/blog/musings/cloudflare.php @@ -1,13 +1,10 @@ -<?php -$title = "random musings"; -include "header.php"; -?> +<?php $title = "Tor users are being treated as lower-class Internet citizens"; include "header.php"; ?> <h1>Tor users are being treated as lower-class Internet citizens</h1> <p>Ever noticed what Cloudflare is doing to us, Tor users? Each website that uses Cloudflare gives you a nice Google Recaptcha, where you are unwillingly helping google create pattern-recognition algorithms just so -you can get through to the website you want to visit. If one wants to +you can get through to the website you want to visit. If one wants to avoid the captcha, he would need to bypass his Tor proxy and deanonymize, killing the point of using Tor in the first place. What you can do to help Tor user abuse is to send DMCA and abuse @@ -16,6 +13,4 @@ it. The point of this is that Cloudflare is basically restricting content access to anyone using Tor.</p> <img alt="fuck cloudflare captcha" src="cloudflare.png"> -<?php -include "footer.php"; -?> +<?php include "footer.php"; ?> diff --git a/blog/musings/firefoxspyware.php b/blog/musings/firefoxspyware.php @@ -1,7 +1,4 @@ -<?php -$title = "random musings"; -include "header.php"; -?> +<?php $title = "Spyware in Firefox"; include "header.php"; ?> <h1>Spyware in Firefox</h1> <video src="firefoxspyware.webm" controls width=640></video> @@ -15,6 +12,4 @@ new tab, and also pings every website you <b>just hover</b> on that newtab page. This behavior can be overriden in about:config, but do you really think people do it? I think not.</p> -<?php -include "footer.php"; -?> +<?php include "footer.php"; ?> diff --git a/blog/musings/fixthenet.php b/blog/musings/fixthenet.php @@ -1,7 +1,4 @@ -<?php -$title = "random musings"; -include "header.php" -?> +<?php $title = "Fixing the Internet for everyone"; include "header.php" ?> <h1>Fixing the Internet for everyone</h1> <p>The Internet is broken. You've seen all about WikiLeaks, all about Ed @@ -25,6 +22,4 @@ but here are a few guidelines:</p> to give you a minimum traffic speed every time</li> </ul> -<?php -include "footer.php"; -?> +<?php include "footer.php"; ?> diff --git a/blog/musings/index.php b/blog/musings/index.php @@ -1,7 +1,4 @@ -<?php -$title = "random musings"; -include "header.php" -?> +<?php $title = "random musings"; include "header.php" ?> <h1>random musings</h1> <p>Too long to tweet, too short to blog</p> @@ -13,6 +10,4 @@ include "header.php" <li><a href="cloudflare.html">Tor users are being treated as lower-class Internet citizens</a></li> </ul> -<?php -include "footer.php" -?> +<?php include "footer.php" ?> diff --git a/blog/musings/tails2.php b/blog/musings/tails2.php @@ -1,7 +1,4 @@ -<?php -$title = "random musings"; -include "header.php"; -?> +<?php $title = "random musings"; include "header.php"; ?> <h1>On Tails 2.0 and systemd</h1> <p>I grinned when I read the news post that Tails, the mainstream @@ -14,6 +11,4 @@ stay shit. Luckily there are alternatives for now, and they are good. A distro like <a href="http://www.freepto.mx">Freepto</a> is a great example.<br> Mainstream = Bad</p> -<?php -include "footer.php"; -?> +<?php include "footer.php"; ?> diff --git a/contact.php b/contact.php @@ -1,7 +1,4 @@ -<?php -$title = "contact"; -include "header.php"; -?> +<?php $title = "contact"; include "header.php"; ?> <h1 id="contact">Contact</h1> <p> You can contact me via any of the following:</p> @@ -17,6 +14,4 @@ include "header.php"; <!-- <p>Bitcoin donations for various life expenses are always welcomed. <b>Thank you!</b><br> <b><a href="bitcoin:18k3BTFevkuUr66ioSMb4dDwvMrD4YvZZQ">18k3BTFevkuUr66ioSMb4dDwvMrD4YvZZQ</a></b></p> --> -<?php -include "footer.php"; -?> +<?php include "footer.php"; ?> diff --git a/header.php b/header.php @@ -13,6 +13,4 @@ <a id="headerLink" href="/">parazyd.cf</a> <span id="headerSubtitle">something something</span> </div> -<?php - include "navigation.php"; -?> +<?php include "navigation.php"; ?> diff --git a/index.php b/index.php @@ -1,7 +1,4 @@ -<?php -$title = "home"; -include "header.php"; -?> +<?php $title = "home"; include "header.php"; ?> <h1>Welcome</h1> <p>This is another one of those hidden websites on the Internet. And @@ -23,6 +20,4 @@ and of course, <a href="https://devuan.org">Devuan</a>.</p> <p>Happy hacking!</p> <img alt="burd" src="/static/bird.png"> -<?php -include "footer.php"; -?> +<?php include "footer.php"; ?> diff --git a/moo/header.php b/moo/header.php @@ -13,6 +13,4 @@ <a id="headerLink" href="/">parazyd.cf</a> <span id="headerSubtitle">something something</span> </div> -<?php - include "navigation.php"; -?> +<?php include "navigation.php"; ?> diff --git a/moo/index.php b/moo/index.php @@ -1,8 +1,5 @@ -<?php -$title = "moo"; -include "header.php"; -?> - +<?php $title = "moo"; include "header.php"; ?> + <h1>Moo</h1> <p>Yet another pomf clone!</p> <p>Sorry, this still isn't up, not until I buy a new server... You can @@ -10,6 +7,4 @@ help by <a href="https://parazyd.cf/contact.html">donating</a>.</p> <img alt="burd" src="/static/bird.png"> -<?php -include "footer.php"; -?> +<?php include "footer.php"; ?> diff --git a/projects/header.php b/projects/header.php @@ -13,6 +13,4 @@ <a id="headerLink" href="/">parazyd.cf</a> <span id="headerSubtitle">something something</span> </div> -<?php - include "navigation.php"; -?> +<?php include "navigation.php"; ?> diff --git a/projects/index.php b/projects/index.php @@ -1,8 +1,5 @@ -<?php -$title = "projects"; -include "header.php"; -?> - +<?php $title = "projects"; include "header.php"; ?> + <h1>Projects</h1> <p>Some projects I work on or/and are worth mentioning</p> @@ -28,6 +25,4 @@ encrypted containers are created and easily unlocked using one of your USB stick <p><a href="https://moo.parazyd.cf">https://moo.parazyd.cf</a><br> Yet another pomf clone!</p> -<?php -include "footer.php"; -?> +<?php include "footer.php"; ?>