mirror of
https://github.com/zxing/zxing.git
synced 2025-01-13 04:07:27 -08:00
Update note on jruby
This commit is contained in:
parent
0fc1a267c0
commit
aa341a9f39
13
README.md
13
README.md
|
@ -29,14 +29,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`
|
||||||
|
|
||||||
### Intermittently maintained
|
|
||||||
|
|
||||||
There are also additional modules which are contributed and/or intermittently maintained:
|
|
||||||
|
|
||||||
| Module | Description
|
|
||||||
| ------------ | -----------
|
|
||||||
| jruby | JRuby wrapper
|
|
||||||
|
|
||||||
### Available in previous releases
|
### Available in previous releases
|
||||||
|
|
||||||
| Module | Description
|
| Module | Description
|
||||||
|
@ -45,8 +37,9 @@ There are also additional modules which are contributed and/or intermittently ma
|
||||||
| [iphone](https://github.com/zxing/zxing/tree/00f634024ceeee591f54e6984ea7dd666fab22ae/iphone) | iPhone client
|
| [iphone](https://github.com/zxing/zxing/tree/00f634024ceeee591f54e6984ea7dd666fab22ae/iphone) | iPhone client
|
||||||
| [objc](https://github.com/zxing/zxing/tree/00f634024ceeee591f54e6984ea7dd666fab22ae/objc) | Objective C port
|
| [objc](https://github.com/zxing/zxing/tree/00f634024ceeee591f54e6984ea7dd666fab22ae/objc) | Objective C port
|
||||||
| [actionscript](https://github.com/zxing/zxing/tree/c1df162b95e07928afbd4830798cc1408af1ac67/actionscript) | Partial ActionScript port
|
| [actionscript](https://github.com/zxing/zxing/tree/c1df162b95e07928afbd4830798cc1408af1ac67/actionscript) | Partial ActionScript port
|
||||||
|
| [jruby](https://github.com/zxing/zxing/tree/a95a8fee842f67fb43799a8e0e70e4c68b509c43/jruby) | JRuby wrapper
|
||||||
|
|
||||||
### Related third-party open source projects
|
### ZXing-based third-party open source projects
|
||||||
|
|
||||||
| Module | Description
|
| Module | Description
|
||||||
| --------------------------------------------------------------- | -----------
|
| --------------------------------------------------------------- | -----------
|
||||||
|
@ -55,7 +48,7 @@ There are also additional modules which are contributed and/or intermittently ma
|
||||||
| [zxing_cpp.rb](https://github.com/glassechidna/zxing_cpp.rb) | bindings for Ruby (not just JRuby), powered by [zxing-cpp](https://github.com/glassechidna/zxing-cpp)
|
| [zxing_cpp.rb](https://github.com/glassechidna/zxing_cpp.rb) | bindings for Ruby (not just JRuby), powered by [zxing-cpp](https://github.com/glassechidna/zxing-cpp)
|
||||||
| [ZXing .NET](http://zxingnet.codeplex.com/) | port to .NET and C#, and related Windows platform
|
| [ZXing .NET](http://zxingnet.codeplex.com/) | port to .NET and C#, and related Windows platform
|
||||||
|
|
||||||
### Other third-party open source projects
|
### Other related third-party open source projects
|
||||||
|
|
||||||
| Module | Description
|
| Module | Description
|
||||||
| ---------------------------------------------- | -----------
|
| ---------------------------------------------- | -----------
|
||||||
|
|
Loading…
Reference in a new issue