From dde12a7d6868374816a606c23b7ab75060f299f0 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Wed, 20 Apr 2011 19:19:09 +0200 Subject: [PATCH] Two more projects --- flask_website/listings/projects.py | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/flask_website/listings/projects.py b/flask_website/listings/projects.py index cef229d7..ce54589c 100644 --- a/flask_website/listings/projects.py +++ b/flask_website/listings/projects.py @@ -226,7 +226,16 @@ projects = { Project('jitviewer', 'https://bitbucket.org/pypy/jitviewer', '''

web-based tool to inspect the output of PyPy JIT log - ''') + '''), + Project('blohg', 'http://hg.rafaelmartins.eng.br/blohg/', ''' +

+ A mercurial based blog engine. Can be seen in action on + rafaelmartins.eng.br. + ''', source='http://hg.rafaelmartins.eng.br/blohg/'), + Project('pidsim-web', 'http://pidsim.rafaelmartins.eng.br/?source=en_US', ''' +

+ PID Controller simulator. + ''', source='http://hg.rafaelmartins.eng.br/pidsim-web/') ] }