From 79f1b898acc6919b1a94c2c31d7d7ec87035ec96 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Tue, 5 Oct 2010 23:03:31 +0200 Subject: [PATCH] Added another project --- flask_website/listings/projects.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/flask_website/listings/projects.py b/flask_website/listings/projects.py index f9851f11..e34704f4 100644 --- a/flask_website/listings/projects.py +++ b/flask_website/listings/projects.py @@ -154,7 +154,13 @@ projects = { Project('Have they emailed me?', 'http://emailed-me.appspot.com/', '''

A mini-site for checking Google's GMail feed with Oauth. - ''', source='http://github.com/lincolnloop/emailed-me') + ''', source='http://github.com/lincolnloop/emailed-me'), + Project('Remar.kZ', 'http://remar.kz/', ''' +

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