Changes
= Goal =
* Create a minimal pastebin
= Result =
* A pastebin app which has the following component
** a [[http://fallabs.com/kyotocabinet/|kyoto cabinet]] database.
** a api that can be easily adapted for quite any databases.
** A webinterface using flask (python 2.7), and another using the http.server module
** A very raw socket interface with direct access trough telnet.