What
share11 is an attempt of a pastebin written in an afternoon on Sunday, the 13th of Apr 2008. It is heavily inspired by dpaste (thank you Paul Bissex).
You can download with a Subversion client from here.
Who
The author is Lawrence Oluyede.
How
The recipe to make share11 (about 200 LOC of logic) is:
- Python to make it easy.
- Google AppEngine to make it real. I use webapp to serve the clients, the Datastore API for the snippets, the Users API to allow the user to identify herself.
- Django templates to avoid mixing it all up.
- Blueprint to make it fancy.
- Pygments to make snippets shine.