From 3b86ca13c078a1b4a15d6bf5fa0b2645dc598278 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 31 Dec 2013 22:48:01 -0800 Subject: Stop linking some repos to GitHub. --- ...21-tatsumaki-or-how-to-write-a-nice-webapp-in-less-than-two-hours.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_posts/2009-12-21-tatsumaki-or-how-to-write-a-nice-webapp-in-less-than-two-hours.md') diff --git a/_posts/2009-12-21-tatsumaki-or-how-to-write-a-nice-webapp-in-less-than-two-hours.md b/_posts/2009-12-21-tatsumaki-or-how-to-write-a-nice-webapp-in-less-than-two-hours.md index ade7e55..ae08a9b 100644 --- a/_posts/2009-12-21-tatsumaki-or-how-to-write-a-nice-webapp-in-less-than-two-hours.md +++ b/_posts/2009-12-21-tatsumaki-or-how-to-write-a-nice-webapp-in-less-than-two-hours.md @@ -6,7 +6,7 @@ title: Tatsumaki, or how to write a nice webapp in less than two hours Until today, I had a script named "lifestream.pl". This script was triggered via cron once every hour, to fetch various feeds from services I use (like github, identi.ca, ...) and to process the result through a template and dump the result in a HTML file. -Today I was reading Tatsumaki's code and some examples (Social and Subfeedr). Tatsumaki is a "port" tornado (a non blocking server in Python), based on Plack and AnyEvent. I though that using this to replace my old lifestream script would be a good way to test it. Two hours later I have a complete webapp that works (and the code is available here). +Today I was reading Tatsumaki's code and some examples (Social and Subfeedr). Tatsumaki is a "port" tornado (a non blocking server in Python), based on Plack and AnyEvent. I though that using this to replace my old lifestream script would be a good way to test it. Two hours later I have a complete webapp that works (and the code is available here). The code is really simple: first, I define an handler for my HTTP request. As I have only one things to do (display entries), the handler is really simple: -- cgit v1.2.3