From c4420110abc6f5bd4a99fc5e2c630e755c54ce9d Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Wed, 21 Jul 2010 18:02:51 +0100 Subject: [PATCH] Enlisted uebersuggest --- 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 2a94a4f8..af32f1f9 100644 --- a/flask_website/listings/projects.py +++ b/flask_website/listings/projects.py @@ -79,7 +79,13 @@ projects = {

Ryshcate is a Flask powered pastebin with sourcecode available. - ''', source='http://bitbucket.org/leafstorm/ryshcate/') + ''', source='http://bitbucket.org/leafstorm/ryshcate/'), + Project(u'Übersuggest Keyword Suggestion Tool', + 'http://suggest.thinkpragmatic.net/', ''' +

Übersuggest is a free tool that exploit the Google + suggest JSON API to get keyword ideas for your search marketing + campaign (PPC or SEO). + ''', source='http://bitbucket.org/esaurito/ubersuggest') ] }