From: dswitkin Date: Thu, 12 Mar 2009 19:11:28 +0000 (+0000) Subject: Created a page at http://zxing.appspot.com/scan which is the fall-through if Barcode... X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=c543764ba8dbf541ea70e8be085cc1b75ccd353d;hp=65d29eebd521f91be7b86a49cc476ceb5dda773d;p=zxing.git Created a page at zxing.appspot.com/scan which is the fall-through if Barcode Scanner is not installed and a web app tried to launch it. It contains a simple explanation and a link to Market, as well as a link for other platforms to the GetTheReader Wiki page. git-svn-id: http://zxing.googlecode.com/svn/trunk@890 59b500cc-1b3d-0410-9834-0bbf25fbcc57 --- diff --git a/zxing.appspot.com/app.yaml b/zxing.appspot.com/app.yaml index bfbaf3ee..311c87b4 100644 --- a/zxing.appspot.com/app.yaml +++ b/zxing.appspot.com/app.yaml @@ -7,6 +7,10 @@ handlers: - url: /generator script: redirect.py +- url: /scan + static_files: site/scan.html + upload: site/scan.html + - url: (.*)/ static_files: site\1/index.html upload: site/index.html diff --git a/zxing.appspot.com/static/scan.html b/zxing.appspot.com/static/scan.html new file mode 100644 index 00000000..332069e9 --- /dev/null +++ b/zxing.appspot.com/static/scan.html @@ -0,0 +1,39 @@ + + + + + + Zebra Crossing + + + + + + + + + + + +
+ + + A web page you are viewing would like to scan a barcode with your camera phone. To do + this, you need to install a new application. +

+ If you are using an Android device, + click here to + install Barcode Scanner. Once installed, it will launch automatically the next time you + click on the hyperlink which brought you here. +

+ For all other mobile devices, please see + these installation instructions. +

+ + + + diff --git a/zxing.appspot.com/static/zxingiconsmall.png b/zxing.appspot.com/static/zxingiconsmall.png new file mode 100644 index 00000000..45c603df Binary files /dev/null and b/zxing.appspot.com/static/zxingiconsmall.png differ