Added another project

This commit is contained in:
Armin Ronacher 2010-10-05 23:03:31 +02:00
parent 0651a7cbc4
commit 79f1b898ac

View file

@ -154,7 +154,13 @@ projects = {
Project('Have they emailed me?', 'http://emailed-me.appspot.com/', ''' Project('Have they emailed me?', 'http://emailed-me.appspot.com/', '''
<p> <p>
A mini-site for checking Google's GMail feed with Oauth. 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/', '''
<p>
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')
] ]
} }