9d670fd276f3361af95b1201d18f5c7ee1d26639
[zxing.git] / zxingorg / web / index.jspx
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright (C) 2008 Google Inc.
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 <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" xmlns="http://www.w3.org/1999/xhtml" version="2.1">
18   <jsp:output
19           omit-xml-declaration="false" doctype-root-element="html"
20           doctype-public="-//WAPFORUM//DTD XHTML Mobile 1.1//EN"
21           doctype-system="http://www.openmobilealliance.org/tech/DTD/xhtml-mobile11.dtd"/>
22   <jsp:directive.page contentType="application/xhtml+xml" session="false"/>
23   <jsp:scriptlet>response.setHeader("Cache-Control", "public");</jsp:scriptlet>
24   <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
25     <head>
26       <title>Download ZXing Reader</title>
27     </head>
28     <body>
29       <p>
30         <strong>Welcome to zxing!</strong>
31       </p>
32       <p>
33         <a href="BarcodeReader.jad">Download</a>
34         the ZXing Barcode Reader.
35       </p>
36       <p>
37         <strong>Having problems with the regular version?</strong>
38       </p>
39       <p>
40         <a href="BarcodeReaderBasic.jad">Download</a>
41         the ZXing Barcode Reader Basic version.
42       </p>
43       <p>
44         <strong>An Android client is available for the curious:</strong>
45       </p>
46       <p>
47         <a href="BarcodeReader.apk">Download</a>
48         the Android client.
49       </p>
50       <script type="text/javascript">
51         var gaJsHost = (("https:" == document.location.protocol) ?
52         "https://ssl." : "http://www.");
53         document.write(unescape("%3Cscript src='" + gaJsHost +
54         "google-analytics.com/ga.js'
55         type='text/javascript'%3E%3C/script%3E"));
56       </script>
57       <script type="text/javascript">
58         var pageTracker = _gat._getTracker("UA-788492-5");
59         pageTracker._initData();
60         pageTracker._trackPageview();
61       </script>
62     </body>
63   </html>
64 </jsp:root>