mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
Port links to resources from code.google.com/p/zxing
This commit is contained in:
parent
6b0507af30
commit
4d4a9a11f6
11
README.md
11
README.md
|
@ -27,9 +27,6 @@ library implemented in Java, with ports to other languages.
|
||||||
| zxingorg | The source behind `zxing.org`
|
| zxingorg | The source behind `zxing.org`
|
||||||
| zxing.appspot.com | The source behind web-based barcode generator at `zxing.appspot.com`
|
| zxing.appspot.com | The source behind web-based barcode generator at `zxing.appspot.com`
|
||||||
|
|
||||||
Try the [web-based QR Code generator](http://zxing.appspot.com/generator) and
|
|
||||||
[web-based barcode decoder](http://zxing.org/w/).
|
|
||||||
|
|
||||||
### Intermittently maintained
|
### Intermittently maintained
|
||||||
|
|
||||||
There are also additional modules which are contributed and/or intermittently maintained:
|
There are also additional modules which are contributed and/or intermittently maintained:
|
||||||
|
@ -63,6 +60,13 @@ There are also additional modules which are contributed and/or intermittently ma
|
||||||
| [ZBar](http://zbar.sourceforge.net/) | Decoder in C++, especially for iPhone
|
| [ZBar](http://zbar.sourceforge.net/) | Decoder in C++, especially for iPhone
|
||||||
| [Zint](http://sourceforge.net/projects/zint/) | Barcode generator
|
| [Zint](http://sourceforge.net/projects/zint/) | Barcode generator
|
||||||
|
|
||||||
|
## Links
|
||||||
|
|
||||||
|
* [Online Decoder](http://zxing.org/w/decode.jspx)
|
||||||
|
* [QR Code Generator](http://zxing.appspot.com/generator)
|
||||||
|
* [Javadoc](http://zxing.org/w/docs/javadoc/index.html)
|
||||||
|
* [Google+](https://plus.google.com/u/0/b/105889184633382354358/105889184633382354358/posts)
|
||||||
|
|
||||||
## Contacting
|
## Contacting
|
||||||
|
|
||||||
Post to the [discussion forum](https://groups.google.com/group/zxing) or tag a question with [`zxing`
|
Post to the [discussion forum](https://groups.google.com/group/zxing) or tag a question with [`zxing`
|
||||||
|
@ -71,6 +75,5 @@ on StackOverflow](http://stackoverflow.com/questions/tagged/zxing).
|
||||||
## Etcetera
|
## Etcetera
|
||||||
|
|
||||||
[](https://travis-ci.org/zxing/zxing)
|
[](https://travis-ci.org/zxing/zxing)
|
||||||
|
|
||||||
QR code is trademarked by Denso Wave, inc. Thanks to Haase & Martin OHG for contributing the logo.
|
QR code is trademarked by Denso Wave, inc. Thanks to Haase & Martin OHG for contributing the logo.
|
||||||
Optimized with [](http://www.ej-technologies.com/products/jprofiler/overview.html)
|
Optimized with [](http://www.ej-technologies.com/products/jprofiler/overview.html)
|
||||||
|
|
Loading…
Reference in a new issue