Initial commit
This commit is contained in:
15
resources/assets/html-en/about1d.html
Normal file
15
resources/assets/html-en/about1d.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<title>About 1D barcodes</title>
|
||||
<link rel="stylesheet" href="../style.css" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<p>Traditional barcodes, such as those printed on product packaging, are also known as one dimensional barcodes. There are several types commonly used, including UPC and EAN. Most look similar to this:</p>
|
||||
<p class="imgcenter"><img src="../images/big-1d.png"/></p>
|
||||
<p>These 1D barcodes contain a unique code which typically describes a product, like a CD or a book. You can look this code up on the internet to find prices, reviews, and more.</p>
|
||||
<p>If you scan a book, you can also search the contents of the book for a word or phrase, and find all the pages where it appears:</p>
|
||||
<p class="imgcenter"><img src="../images/search-book-contents.jpg"/></p>
|
||||
</body>
|
||||
</html>
|
28
resources/assets/html-en/about2d.html
Normal file
28
resources/assets/html-en/about2d.html
Normal file
@@ -0,0 +1,28 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<title>About 2D barcodes</title>
|
||||
<link rel="stylesheet" href="../style.css" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<p><strong>Barcode Scanner</strong> also understands how to read two dimensional barcodes, like QR Codes and Data Matrix codes. For example, the codes below contain a hyperlink to the ZXing Project home page:</p>
|
||||
<p class="imgcenter">
|
||||
<img src="../images/big-qr.png"/>
|
||||
<img src="../images/big-datamatrix.png"/>
|
||||
<img src="../images/big-pdf417.png"/>
|
||||
<img src="../images/big-aztec.png"/>
|
||||
</p>
|
||||
<p>You can also represent contact information in a QR Code, and put it on a business card or web site. When you scan it, the results screen provides a choice of actions:</p>
|
||||
<p class="imgcenter"><img src="../images/contact-results-screen.jpg"/></p>
|
||||
<p>Besides URLs and contact info, QR Codes can also contain:</p>
|
||||
<ul>
|
||||
<li>Calendar events, which you can add to your Calendar</li>
|
||||
<li>Phone numbers, which you can dial</li>
|
||||
<li>SMS numbers, which you can text message</li>
|
||||
<li>Email addresses, which you can email</li>
|
||||
<li>Geographic coordinates, which you can open in Maps</li>
|
||||
<li>Plain text, which you can read, then share with a friend</li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
23
resources/assets/html-en/index.html
Normal file
23
resources/assets/html-en/index.html
Normal file
@@ -0,0 +1,23 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<title>Barcode Scanner Help</title>
|
||||
<link rel="stylesheet" href="../style.css" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<p>The official Android app of the open source ZXing project:<br/>
|
||||
<a href="https://github.com/zxing/zxing">https://github.com/zxing/zxing</a></p>
|
||||
<p>Barcode Scanner uses the camera on your phone to read barcodes and look up product information such as prices and reviews.</p>
|
||||
<p class="imgcenter"><img src="../images/scan-example.png"/></p>
|
||||
<p>It also reads 2D barcodes such as QR Codes and Data Matrix. These can contain links to web sites, contact information such as phone numbers and email addresses, and more.</p>
|
||||
<ul class="touchable">
|
||||
<li><a href="whatsnew.html">What's new in this version</a></li>
|
||||
<li><a href="scanning.html">How to scan</a></li>
|
||||
<li><a href="about1d.html">About 1D barcodes</a></li>
|
||||
<li><a href="about2d.html">About 2D barcodes</a></li>
|
||||
<li><a href="sharing.html">How to create QR Codes</a></li>
|
||||
<li><a href="license.html">Privacy Policy, Legal and License Information</a></li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
42
resources/assets/html-en/license.html
Normal file
42
resources/assets/html-en/license.html
Normal file
@@ -0,0 +1,42 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<title>Privacy Policy, Legal and License Information</title>
|
||||
<link rel="stylesheet" href="../style.css" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h3>Privacy Policy</h3>
|
||||
|
||||
<p><strong class="notranslate">Barcode Scanner</strong> does not collect, store or transmit information about its
|
||||
users, nor usage of the application. The application accesses personal information such as contacts
|
||||
and bookmarks only in order to implement application functionality, such as sharing contacts and bookmarks
|
||||
by QR Codes on screen.</p>
|
||||
|
||||
<p>Note that this application accesses third-party services, including Google Books, Google Product Search and Amazon,
|
||||
in order to retrieve additional information following a scan. These third parties receive and may log these requests.
|
||||
Also, it may be necessary to send the request to a server operated by this application, in order to transform the
|
||||
request for use with the third-party service, such as signing the request.
|
||||
No additional information is added to the requests besides the query terms.</p>
|
||||
|
||||
<p>Also note that this application links to third-party web sites and applications. Again,
|
||||
no information other than query terms are passed on as part of these links. These sites and applications are
|
||||
separate from and not affiliated with this application, and are not covered by this Privacy Policy.</p>
|
||||
|
||||
<h3>Trademarks</h3>
|
||||
|
||||
<p><span class="notranslate">Google, Google Books, Google Product Search,
|
||||
Barcode Scanner, ZXing, QR Code, Data Matrix, Aztec</span>
|
||||
are all trademarks of their respective owners.</p>
|
||||
|
||||
<h3>License and Copyright</h3>
|
||||
|
||||
<p>This project is based on the <a href="https://github.com/zxing/zxing" class="notranslate">ZXing</a> open source barcode
|
||||
scanning library, and is licensed to you under the terms of the
|
||||
<a href="http://www.apache.org/licenses/LICENSE-2.0.html" class="notranslate">Apache License 2.0</a>:</p>
|
||||
|
||||
<p style="font-size:200%"><a href="../html/apache-license.txt" class="notranslate">Apache License 2.0</a></p>
|
||||
|
||||
</body>
|
||||
</html>
|
19
resources/assets/html-en/scanning.html
Normal file
19
resources/assets/html-en/scanning.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<title>How to scan</title>
|
||||
<link rel="stylesheet" href="../style.css" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<p>Barcode Scanner continuously scans a square region shown on your screen -- just line up the phone so the barcode is completely inside the viewfinder rectangle:</p>
|
||||
<p class="imgcenter"><img src="../images/demo-yes.png" style="padding:5px"/><img src="../images/demo-no.png" style="padding:5px"/></p>
|
||||
<p>1D barcodes like those found on products require a phone with autofocus. Without it, only 2D formats like QR Codes and Data Matrix codes will be scannable.</p>
|
||||
<p>When a barcode is read, a beep sound will play and you'll see the results of the scan, a description of what the barcode contains, and options to take action on the contents.</p>
|
||||
<p>If you're having trouble scanning, make sure to hold the phone steady. If the camera is unable to focus, try moving the phone further or closer from the barcode.</p>
|
||||
<ul class="touchable">
|
||||
<li><a href="about1d.html">About 1D barcodes</a></li>
|
||||
<li><a href="about2d.html">About 2D barcodes</a></li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
14
resources/assets/html-en/sharing.html
Normal file
14
resources/assets/html-en/sharing.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<title>How to create QR Codes</title>
|
||||
<link rel="stylesheet" href="../style.css" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<p>In addition to scanning 2D barcodes, Barcode Scanner can also generate a QR Code and display it on your screen. Then you can show it to a friend, and let them scan the barcode with their phone:</p>
|
||||
<p class="imgcenter"><img src="../images/scan-from-phone.png"/></p>
|
||||
<p>To use this feature, press the Menu button from the main scanning screen, and tap Share. Then choose whether you want to share a contact, a bookmark, an application, or the contents of the clipboard. A QR Code will be generated automatically. When you're done, press Back or Home.</p>
|
||||
<p>To generate QR Codes from your computer, try the ZXing QR Code Generator: <a href="https://zxing.appspot.com/generator/">https://zxing.appspot.com/generator/</a></p>
|
||||
</body>
|
||||
</html>
|
13
resources/assets/html-en/whatsnew.html
Normal file
13
resources/assets/html-en/whatsnew.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<title>What's new in Barcode Scanner</title>
|
||||
<link rel="stylesheet" href="../style.css" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<ul>
|
||||
<li>Bug fixes</li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user