public
Description: a rev="canonical" based URL shortener (as a gae app)
Homepage: http://revcanonical.appspot.com/
Clone URL: git://github.com/kellan/revcanonical.git
revcanonical / app.yaml
100644 9 lines (7 sloc) 0.107 kb
1
2
3
4
5
6
7
8
9
application: revcanonical
version: 1
runtime: python
api_version: 1
 
handlers:
- url: .*
  script: main.py