Two more projects

This commit is contained in:
Armin Ronacher 2011-04-20 19:19:09 +02:00
parent ca1ee24b38
commit dde12a7d68

View file

@ -226,7 +226,16 @@ projects = {
Project('jitviewer', 'https://bitbucket.org/pypy/jitviewer', '''
<p>
web-based tool to inspect the output of PyPy JIT log
''')
'''),
Project('blohg', 'http://hg.rafaelmartins.eng.br/blohg/', '''
<p>
A mercurial based blog engine. Can be seen in action on
<a href="http://rafaelmartins.eng.br/">rafaelmartins.eng.br</a>.
''', source='http://hg.rafaelmartins.eng.br/blohg/'),
Project('pidsim-web', 'http://pidsim.rafaelmartins.eng.br/?source=en_US', '''
<p>
PID Controller simulator.
''', source='http://hg.rafaelmartins.eng.br/pidsim-web/')
]
}