Enlisted uebersuggest

This commit is contained in:
Armin Ronacher 2010-07-21 18:02:51 +01:00
parent 5378f67924
commit c4420110ab

View file

@ -79,7 +79,13 @@ projects = {
<p> <p>
Ryshcate is a Flask powered pastebin with sourcecode Ryshcate is a Flask powered pastebin with sourcecode
available. available.
''', source='http://bitbucket.org/leafstorm/ryshcate/') ''', source='http://bitbucket.org/leafstorm/ryshcate/'),
Project(u'Übersuggest Keyword Suggestion Tool',
'http://suggest.thinkpragmatic.net/', '''
<p>Ü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')
] ]
} }