On the way to deploy new verison, add favicon
authorsrowen <srowen@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Tue, 29 Jun 2010 16:18:34 +0000 (16:18 +0000)
committersrowen <srowen@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Tue, 29 Jun 2010 16:18:34 +0000 (16:18 +0000)
git-svn-id: http://zxing.googlecode.com/svn/trunk@1463 59b500cc-1b3d-0410-9834-0bbf25fbcc57

zxing.appspot.com/app.yaml
zxing.appspot.com/static/favicon.ico [new file with mode: 0644]
zxingorg/web/favicon.ico [new file with mode: 0644]

index 311c87b..0463ea9 100644 (file)
@@ -1,5 +1,5 @@
 application: zxing
-version: 1
+version: 2
 runtime: python
 api_version: 1
 
@@ -11,6 +11,10 @@ handlers:
   static_files: site/scan.html
   upload: site/scan.html
 
+- url: /favicon.ico
+  static_files: static/favicon.ico
+  upload: static/favicon.ico
+
 - url: (.*)/
   static_files: site\1/index.html
   upload: site/index.html
diff --git a/zxing.appspot.com/static/favicon.ico b/zxing.appspot.com/static/favicon.ico
new file mode 100644 (file)
index 0000000..e74e557
Binary files /dev/null and b/zxing.appspot.com/static/favicon.ico differ
diff --git a/zxingorg/web/favicon.ico b/zxingorg/web/favicon.ico
new file mode 100644 (file)
index 0000000..e74e557
Binary files /dev/null and b/zxingorg/web/favicon.ico differ