summaryrefslogtreecommitdiff
path: root/server/app.yaml
diff options
context:
space:
mode:
authorMartin Vilcans <martin@librador.com>2011-09-05 23:09:05 +0200
committerMartin Vilcans <martin@librador.com>2011-09-10 20:45:56 +0200
commit7d3877f94a8de98a11bcea631b79b6db9b7f47fe (patch)
tree637d0b0c2c32494d9426fca9bda20270ff164f6b /server/app.yaml
parent56551b10935c9027d8e1178430f7d8e82e078150 (diff)
Removed server code from Screenplain library project.
Diffstat (limited to 'server/app.yaml')
-rw-r--r--server/app.yaml23
1 files changed, 0 insertions, 23 deletions
diff --git a/server/app.yaml b/server/app.yaml
deleted file mode 100644
index 0b46191..0000000
--- a/server/app.yaml
+++ /dev/null
@@ -1,23 +0,0 @@
-application: screenplain
-version: 1
-runtime: python
-api_version: 1
-
-handlers:
-- url: /styles
- static_dir: styles
-
-- url: /convert
- script: main.py
-
-- url: /
- static_files: index.html
- upload: index.html
-
-- url: /style.css
- static_files: style.css
- upload: style.css
-
-- url: /favicon.ico
- static_files: favicon.ico
- upload: favicon.ico