From d5df85234be0ac658c368c145dfb97f8328f9362 Mon Sep 17 00:00:00 2001 From: Andreas Fuchs Date: Sun, 9 Sep 2012 17:36:24 -0700 Subject: [PATCH] Add paragraph about why it's interesting. --- index.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 9580a16..2b45e6b 100644 --- a/index.html +++ b/index.html @@ -31,7 +31,13 @@

Jo Frli, my personal URL shortener (in CL, using redis)
-

This used to be jofr.li, my private URL shortener. The one that I created just a few months before Twitter rolled out their own (far superior) service.

+

This used to be jofr.li, my + private URL shortener. The one that I created just a few + months before Twitter rolled out their own (far superior) + service.

+

It's still a pretty OK piece of code, showing off how to + do URL redirection and punycode in Hunchentoot. Check it out + on Github.