tFixed RSS feed generator - monochromatic - monochromatic blog: http://blog.z3bra.org
 (HTM) git clone git://z3bra.org/monochromatic
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) commit a865545e51e7d869db1a02f29306e99739389f9f
 (DIR) parent c590bd90c3a22328c853cbc2f9062647250946bf
 (HTM) Author: z3bra <willy@mailoo.org>
       Date:   Tue,  1 Apr 2014 12:41:46 +0200
       
       Fixed RSS feed generator
       
       Diffstat:
         M .gitignore                          |       5 +----
         M feeds.sh                            |       3 +--
         M index.txt                           |      16 ++++++++--------
       
       3 files changed, 10 insertions(+), 14 deletions(-)
       ---
 (DIR) diff --git a/.gitignore b/.gitignore
       t@@ -1,9 +1,6 @@
        .gitignore
       -
        *.html
       -
        img/*
       -
        rss/*.xml
       -
        css/fonts/*
       +*.tar.gz
 (DIR) diff --git a/feeds.sh b/feeds.sh
       t@@ -13,10 +13,9 @@ EOF
        
        sed -e 's/^## .*$/<description>/' \
            -e 's/^$/<\/description>\n<\/item>/' \
       -    -e 's/^# \[\(.*\)\](\(.*\))/<item>\n<title>\1<\/title>\n<link>\2<\/link>/' $1
       +    -e 's/^# \[\(.*\)\](\(.*\))/<item>\n<title>\1<\/title>\n<guid>\2<\/guid>/' $1
        
        cat << EOF
       -</item>
        </channel>
        </rss>
        EOF
 (DIR) diff --git a/index.txt b/index.txt
       t@@ -1,10 +1,10 @@
       -# [Toolbox](/2014/03/toolbox.html) 
       +# [Toolbox](http://blog/z3bra.org//2014/03/toolbox.html) 
        ## &mdash; 12 March, 2014 
        Yeah, yet another list of unix tools. Feel free to avoid it, but you'll
        probably miss some nice tools you've probably never heard of!  
        I'll keep this list updated, so don't forget to check it from time to time.
        
       -# [Images in terminal](/2014/01/images-in-terminal.html) 
       +# [Images in terminal](http://blog/z3bra.org//2014/01/images-in-terminal.html) 
        ## &mdash; 28 January, 2014 
        The terminal is the heart of your linux system. You do everything
        through it. Everything ? No, images are still pissing you
       t@@ -12,37 +12,37 @@ off...
        For my next trick, I'll preview a picture of an ant, without leaving my
        terminal prompt!
        
       -# [Love me some LaTex](/2013/12/love-me-some-latex.html) 
       +# [Love me some LaTex](http://blog/z3bra.org//2013/12/love-me-some-latex.html) 
        ## &mdash; 06 December, 2013 
        Since I'm running linux, I'm getting more and more allergic to WYSIWYG
        softwares. So i searched an alternative to write documents, and I've something
        way better than just an alternative. Here is LaTeX.
        
       -# [Plain old mails](/2013/11/plain-old-mails.html) 
       +# [Plain old mails](http://blog/z3bra.org//2013/11/plain-old-mails.html) 
        ## &mdash; 04 November, 2013 
        The other day, I ran into the "mail" tool. I decided to configure and try it
        out this morning, and I was really, really surprised!  
        
       -# [Home, sweet home](/2013/10/home-sweet-home.html) 
       +# [Home, sweet home](http://blog/z3bra.org//2013/10/home-sweet-home.html) 
        ## &mdash; 28 October, 2013 
        There is no place like home. And this is why setting up your environment is
        important!  
        If you want advices on how to build a cosy and nice graphical environment, take
        a look here.
        
       -# [Java without Eclipse](/2013/09/java-without-eclipse.html) 
       +# [Java without Eclipse](http://blog/z3bra.org//2013/09/java-without-eclipse.html) 
        ## &mdash; 8 September, 2013 
        Are you disapointed to leave your perfect UNIX environnment (vim, bash, git,
        ...) when it comes to java ..?  Have you ever tried managing a Java project by
        hand ..?  Trust me, it is possible !
        
       -# [The Hard way](/2013/08/the-hard-way.html) 
       +# [The Hard way](http://blog/z3bra.org//2013/08/the-hard-way.html) 
        ## &mdash; 9 August, 2013 
        Do you encounter difficulties to master a tool ? Or maybe you find that you
        don't have enough free time to put yourself into learning how to do this or
        that ?  Here is a well-known technic, to learn stuffs quickly, and efficiently.
        
       -# [Test your CSS !](/2013/08/test-your-css.html) 
       +# [Test your CSS !](http://blog/z3bra.org//2013/08/test-your-css.html) 
        ## &mdash; 8 August, 2013 
        Here a simple page with a few HTML tags.  It's pretty useful to test your CSS,
        even if there are no 'difficult' layouts.  Feel free to download and share!