Updates for appspot
[zxing.git] / zxingorg / web / index.jspx
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright 2008 ZXing authors
4
5  Licensed under the Apache License, Version 2.0 (the "License");
6  you may not use this file except in compliance with the License.
7  You may obtain a copy of the License at
8
9       http://www.apache.org/licenses/LICENSE-2.0
10
11  Unless required by applicable law or agreed to in writing, software
12  distributed under the License is distributed on an "AS IS" BASIS,
13  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  See the License for the specific language governing permissions and
15  limitations under the License.
16  -->
17 <!-- Author: Sean Owen -->
18 <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" xmlns="http://www.w3.org/1999/xhtml" version="2.0">
19   <jsp:output
20           omit-xml-declaration="false" doctype-root-element="html"
21           doctype-public="-//WAPFORUM//DTD XHTML Mobile 1.1//EN"
22           doctype-system="http://www.openmobilealliance.org/tech/DTD/xhtml-mobile11.dtd"/>
23   <jsp:directive.page contentType="application/xhtml+xml" session="false"/>
24   <jsp:scriptlet>response.setHeader("Cache-Control", "public");</jsp:scriptlet>
25   <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
26     <head>
27       <title>Download ZXing Reader</title>
28     </head>
29     <body>
30       <h1><img src="zxing-icon.png" height="32" width="32" alt=""/> Download ZXing Reader</h1>
31       <p>
32         <a href="BarcodeReader.jad">Download</a> the ZXing Barcode Reader for J2ME.
33       </p>
34       <p>
35         (<a href="basic/BarcodeReader.jad">Download</a> the alternate "basic" version for J2ME.)
36       </p>
37       <p>
38         <a href="BarcodeScanner.apk">Download</a> the Android client.
39       </p>
40       <p>Copyright 2008 ZXing authors</p>
41       <jsp:include page="analytics.jspx"/>      
42     </body>
43   </html>
44 </jsp:root>