Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
README updates
  • Loading branch information
tnm committed Mar 18, 2010
1 parent aca36b3 commit 9225ede
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
@@ -1,13 +1,15 @@
telstar
========

Simple-as-possible, personal link shortener with Bottle and Redis. Uses Redis' INCR function for a interesting change from the usual BASE and random stuff.
Simple-as-possible, personal link shortener with Bottle and Redis. Uses Redis' INCR function for an interesting change from the usual BASE and random stuff.

Requires:

* Redis
* Bottle
* redis-py
* [Redis](http://github.com/antirez/redis "Redis")

* [Bottle](http://github.com/defnull/bottle "Bottle")

* [redis-py](http://github.com/andymccurdy/redis-py "redis-py")

telstar is directly inspired by Dave Jeffery's tinchy, Leah Culver's tinytinyurl, and also by Cake's song Daria (which was playing in the couple of minute when telstar was written).

Expand Down

0 comments on commit 9225ede

Please sign in to comment.