tUpdated the whole blog and added a publication tool - monochromatic - monochromatic blog: http://blog.z3bra.org
HTML git clone git://z3bra.org/monochromatic
DIR Log
DIR Files
DIR Refs
---
DIR commit 9933e4c3099083c3fc3827faac8d3aea9a40b82a
DIR parent 717c2ad644aa559c20f96d79686f234b397492bb
HTML Author: Willy Goiffon <willy@mailoo.org>
Date: Wed, 30 Oct 2013 16:09:02 +0100
Updated the whole blog and added a publication tool
Diffstat:
M 2013/08/test-your-css.html | 3 ++-
M 2013/08/the-hard-way.html | 3 ++-
M 2013/09/java-without-eclipse.html | 3 ++-
M 2013/10/home-sweet-home.html | 3 ++-
M about.html | 3 ++-
M index.html | 3 ++-
M tools/foot.template | 3 ++-
A tools/publi.sh | 10 ++++++++++
8 files changed, 24 insertions(+), 7 deletions(-)
---
DIR diff --git a/2013/08/test-your-css.html b/2013/08/test-your-css.html
t@@ -117,7 +117,8 @@ main (<span class="Type">int</span> argc, <span class="Type">char</span> **argv)
<a href='http://www.acme.com/software/thttpd/'>thttpd ♥</a> //
<a href='http://www.wtfpl.net/about/'>wtfpl ©</a> //
<a href='mailto:willy@mailoo.org'>contact ✉</a> //
- <a href='http://git.z3bra.org'>tools ⚒</a>
+ <a href='http://git.z3bra.org'>tools ⚒</a> //
+ <a href='http://blog.z3bra.org/rss/feed.xml'>rss ★</a>
</footer>
<!-- }}} -->
</body>
DIR diff --git a/2013/08/the-hard-way.html b/2013/08/the-hard-way.html
t@@ -117,7 +117,8 @@
<a href='http://www.acme.com/software/thttpd/'>thttpd ♥</a> //
<a href='http://www.wtfpl.net/about/'>wtfpl ©</a> //
<a href='mailto:willy@mailoo.org'>contact ✉</a> //
- <a href='http://git.z3bra.org'>tools ⚒</a>
+ <a href='http://git.z3bra.org'>tools ⚒</a> //
+ <a href='http://blog.z3bra.org/rss/feed.xml'>rss ★</a>
</footer>
<!-- }}} -->
</body>
DIR diff --git a/2013/09/java-without-eclipse.html b/2013/09/java-without-eclipse.html
t@@ -236,7 +236,8 @@ java <span class="Special">-cp</span> <span class="PreProc">$classpath</span> <s
<a href='http://www.acme.com/software/thttpd/'>thttpd ♥</a> //
<a href='http://www.wtfpl.net/about/'>wtfpl ©</a> //
<a href='mailto:willy@mailoo.org'>contact ✉</a> //
- <a href='http://git.z3bra.org'>tools ⚒</a>
+ <a href='http://git.z3bra.org'>tools ⚒</a> //
+ <a href='http://blog.z3bra.org/rss/feed.xml'>rss ★</a>
</footer>
<!-- }}} -->
</body>
DIR diff --git a/2013/10/home-sweet-home.html b/2013/10/home-sweet-home.html
t@@ -528,7 +528,8 @@ wm <span class="PreProc">$1</span>
<a href='http://www.acme.com/software/thttpd/'>thttpd ♥</a> //
<a href='http://www.wtfpl.net/about/'>wtfpl ©</a> //
<a href='mailto:willy@mailoo.org'>contact ✉</a> //
- <a href='http://git.z3bra.org'>tools ⚒</a>
+ <a href='http://git.z3bra.org'>tools ⚒</a> //
+ <a href='http://blog.z3bra.org/rss/feed.xml'>rss ★</a>
</footer>
<!-- }}} -->
</body>
DIR diff --git a/about.html b/about.html
t@@ -65,7 +65,8 @@
<a href='http://www.acme.com/software/thttpd/'>thttpd ♥</a> //
<a href='http://www.wtfpl.net/about/'>wtfpl ©</a> //
<a href='mailto:willy@mailoo.org'>contact ✉</a> //
- <a href='http://git.z3bra.org'>tools ⚒</a>
+ <a href='http://git.z3bra.org'>tools ⚒</a> //
+ <a href='http://blog.z3bra.org/rss/feed.xml'>rss ★</a>
</footer>
<!-- }}} -->
</body>
DIR diff --git a/index.html b/index.html
t@@ -97,7 +97,8 @@
<a href='http://www.acme.com/software/thttpd/'>thttpd ♥</a> //
<a href='http://www.wtfpl.net/about/'>wtfpl ©</a> //
<a href='mailto:willy@mailoo.org'>contact ✉</a> //
- <a href='http://git.z3bra.org'>tools ⚒</a>
+ <a href='http://git.z3bra.org'>tools ⚒</a> //
+ <a href='http://blog.z3bra.org/rss/feed.xml'>rss ★</a>
</footer>
<!-- }}} -->
</body>
DIR diff --git a/tools/foot.template b/tools/foot.template
t@@ -3,7 +3,8 @@
<a href='http://www.acme.com/software/thttpd/'>thttpd ♥</a> //
<a href='http://www.wtfpl.net/about/'>wtfpl ©</a> //
<a href='mailto:willy@mailoo.org'>contact ✉</a> //
- <a href='http://git.z3bra.org'>tools ⚒</a>
+ <a href='http://git.z3bra.org'>tools ⚒</a> //
+ <a href='http://blog.z3bra.org/rss/feed.xml'>rss ★</a>
</footer>
<!-- }}} -->
</body>
DIR diff --git a/tools/publi.sh b/tools/publi.sh
t@@ -0,0 +1,10 @@
+#!/bin/bash
+
+# Re-generate the RSS feed
+tools/feeds.sh
+
+# Check HTML / CSS / RSS
+tools/check.sh
+
+# Check what have changed
+git status