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/') ] }