Skip to content

Commit 33af763

Browse files
committed
improved readme
1 parent 6da66db commit 33af763

File tree

1 file changed

+4
-17
lines changed

1 file changed

+4
-17
lines changed

README.md

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
[![License Apache 2.0](https://img.shields.io/badge/License-Apache%20License%202.0-green.svg)](http://www.apache.org/licenses/LICENSE-2.0)
12
[![Maven central](https://maven-badges.herokuapp.com/maven-central/com.igormaznitsa/jbbp/badge.svg)](http://search.maven.org/#artifactdetails|com.igormaznitsa|jbbp|1.2.0|jar)
23
[![Codacy Badge](https://api.codacy.com/project/badge/grade/50b0281430a94eb6abe417409f99ed58)](https://www.codacy.com/app/rrg4400/java-binary-block-parser)
3-
![Java 5.0+](https://img.shields.io/badge/Java-5.0%2b-green.svg)
4-
![Android 2.0+](https://img.shields.io/badge/Android-2.0%2b-green.svg)
4+
[![Java 5.0+](https://img.shields.io/badge/Java-5.0%2b-green.svg)](http://www.oracle.com/technetwork/java/javase/downloads/index.html)
5+
[![Android 2.0+](https://img.shields.io/badge/Android-2.0%2b-green.svg)](http://developer.android.com/sdk/index.html)
6+
[![PayPal donation](https://img.shields.io/badge/Donation-PayPal-red.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=AHWJHJFBAWGL2)
57

68
![JBBP Logo](https://github.com/raydac/java-binary-block-parser/blob/master/logo.png)
79

@@ -12,10 +14,6 @@ p.s.<br>
1214
For instance I have been very actively using the framework in [the ZX-Poly emulator](https://github.com/raydac/zxpoly) to parse snapshot files and save results.
1315
![Use cases](https://github.com/raydac/java-binary-block-parser/blob/master/docs/jbbp_mm.png)
1416

15-
License
16-
========
17-
The Framework is under [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0).
18-
1917
Change log
2018
===========
2119
- **1.2.0**
@@ -40,13 +38,6 @@ Change log
4038
- **1.0**
4139
- The Initial version
4240

43-
Compatibility
44-
=============
45-
The Framework is compatible with:
46-
* Java 1.5+
47-
* Android 2.0+
48-
For mapping sometime it uses reflection.
49-
5041
Maven dependency
5142
======================
5243
The Framework is published in the Maven Central and can be easily added as a dependency into a maven project
@@ -287,7 +278,3 @@ final byte [] array =
287278
Long(0x123456789ABCDEF1L, 0x212356239091AB32L).
288279
End().toByteArray();
289280
```
290-
Donation
291-
=========
292-
If you like the software you can make some donation to the author
293-
[![https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=AHWJHJFBAWGL2)

0 commit comments

Comments
 (0)