From bbc92432004f341457d8beb8f9cc7d6f45c57e36 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Mon, 24 Jan 2011 12:25:01 +0100 Subject: [PATCH] Added jitviewer --- flask_website/listings/projects.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/flask_website/listings/projects.py b/flask_website/listings/projects.py index 7dd250cc..fd8437e9 100644 --- a/flask_website/listings/projects.py +++ b/flask_website/listings/projects.py @@ -172,7 +172,11 @@ projects = { Project('Dominion', 'http://alexanderweb.de:8080/', u'''

Domination is a clone of a well-known card game. - ''', source='https://bitbucket.org/xoraxax/domination/') + ''', source='https://bitbucket.org/xoraxax/domination/'), + Project('jitviewer', 'https://bitbucket.org/pypy/jitviewer', ''' +

+ web-based tool to inspect the output of PyPy JIT log + ''') ] }