Skip to content

Commit 618b853

Browse files
committedDec 1, 2010
PontOut prototype
0 parents  commit 618b853

13 files changed

+2330
-0
lines changed
 

‎README

Whitespace-only changes.

‎app.yaml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
application: pointoutapp
2+
version: prototype
3+
runtime: python
4+
api_version: 1
5+
6+
handlers:
7+
- url: /css
8+
static_dir: css
9+
10+
- url: /js
11+
static_dir: js
12+
13+
- url: /images
14+
static_dir: images
15+
16+
- url: /.*
17+
script: pointout.py

0 commit comments

Comments
 (0)