From 205201bcd438ba96b777ad606c2c81cc2327060f Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Mon, 24 Jan 2011 12:24:04 +0100 Subject: [PATCH] Added dominion --- 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 1c850a08..7dd250cc 100644 --- a/flask_website/listings/projects.py +++ b/flask_website/listings/projects.py @@ -168,7 +168,11 @@ projects = { Sometimes you use someone else's computer and find something neat and interesting. Store it on Remar.kZ without having to enter your credentials. - ''', source='http://bitbucket.org/little_arhat/remarkz') + ''', source='http://bitbucket.org/little_arhat/remarkz'), + Project('Dominion', 'http://alexanderweb.de:8080/', u''' +

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