From d6f05382ca9cc377d05499544424e670acdfc7b9 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Thu, 22 Jan 2009 03:36:40 +0100 Subject: [PATCH] Update Thursday, 22nd of January, Anno Domini IX, at the hour of the Tiger Signed-off-by: Johannes Schindelin --- index.html | 46 ++++++++++++++++++++++++++++++++++++++++++++++ source-1232589695.txt | 31 +++++++++++++++++++++++++++++++ 2 files changed, 77 insertions(+) create mode 100644 index.html create mode 100644 source-1232589695.txt diff --git a/index.html b/index.html new file mode 100644 index 0000000000..7f84913cc7 --- /dev/null +++ b/index.html @@ -0,0 +1,46 @@ + + + Dscho's blog + + + +

Dscho's blog

+
Thursday, 22nd of January, Anno Domini IX, at the hour of the Tiger
+

My new blog system... bloGit +

+ +

+

+ Nowadays, you got to have your blog. Or better: your blogs. Even Junio + blogs about Git. +

+ So I felt a little left behind, having no blog to show off. But then + I read about this fantastic new website on the mailing list, called + git planet which was supposed to be a place where you could have your + Git located blog. +

+ Except that you could not have your blog there. Instead, it is just an + aggregator site. +

+ I was disappointed. +

+ But then, I had this (in my humble opinion very cute) idea that I already used to "publish" + my slides from the talk "Contributing with Git (AKA All your rebase are + belong to us)": back then, I just created a new branch, committed the + file, and uploaded the result to repo.or.cz, to be downloaded via Gitweb. +

+ So I asked Pasky via IRC, if he would have any objections if I abused + repo.or.cz as a blog server. He understood at once, and found it "sounds + like a pretty cool idea". +

+ Of course, just writing plain HTML and committing that is too easy, + therefore I decided to write a shell script that would turn some sort + of simple text file into proper HTML, commit it, and upload the result. +

+ Well, about two hours later, I finished the first version of the script + turning plain text with minimal markup into an HTML page, and it obviously + worked -- otherwise nobody would be able to read this ☺ +

+ + diff --git a/source-1232589695.txt b/source-1232589695.txt new file mode 100644 index 0000000000..119e7bdb84 --- /dev/null +++ b/source-1232589695.txt @@ -0,0 +1,31 @@ +My new blog system... bloGit + +Nowadays, you got to have your blog. Or better: your blogs. Even Junio +blogs about Git. + +So I felt a little left behind, having no blog to show off. But then +I read about this fantastic new website on the mailing list, called +''git planet'' which was supposed to be a place where you could have your +Git located blog. + +Except that you could not have your blog _there_. Instead, it is just an +aggregator site. + +I was disappointed. + +But then, I had this (IMHO very cute) idea that I already used to "publish" +my slides from the talk "Contributing with Git (AKA All your rebase are +belong to us)": back then, I just created a new branch, committed the +file, and uploaded the result to repo.or.cz, to be downloaded via Gitweb. + +So I asked Pasky via IRC, if he would have any objections if I abused +repo.or.cz as a blog server. He understood at once, and found it "sounds +like a pretty cool idea". + +Of course, just writing plain HTML and committing that is ''too easy'', +therefore I decided to write a shell script that would turn some sort +of simple text file into proper HTML, commit it, and upload the result. + +Well, about two hours later, I finished the first version of the script +turning plain text with minimal markup into an HTML page, and it obviously +worked -- otherwise nobody would be able to read this :-) -- 2.11.4.GIT