summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Hellkamp <marc@gsites.de>2009-07-09 19:50:32 +0200
committerMarcel Hellkamp <marc@gsites.de>2009-07-09 19:50:32 +0200
commitd4fc12369672a457ab6e9bac6cad173df693155a (patch)
tree4cfeb36c0874cd996acfd641f66de00ead7ebae3
parent2c66628f7f41c47a3f99a5d8fef354a0e32ce889 (diff)
downloadbottle-d4fc12369672a457ab6e9bac6cad173df693155a.tar.gz
Added homepage link to module docstring
-rw-r--r--bottle.py8
1 files changed, 7 insertions, 1 deletions
diff --git a/bottle.py b/bottle.py
index 0f68fd5..ba1d062 100644
--- a/bottle.py
+++ b/bottle.py
@@ -1,5 +1,11 @@
"""
-bottle.py is a one-file micro web framework.
+Bottle is a fast and simple mirco-framework for small web-applications. It
+offers request dispatching (Routes) with url parameter support, Templates,
+key/value Databases, a build-in HTTP Server? and adapters for many third party
+WSGI/HTTP-server and template engines. All in a single file and with no
+dependencies other than the Python Standard Library.
+
+Homepage and documentation: http://wiki.github.com/defnull/bottle
Special thanks to Stefan Matthias Aust [http://github.com/sma]
for his contribution to SimpelTemplate