Skip to content
This repository was archived by the owner on Nov 11, 2019. It is now read-only.

Commit 4b96332

Browse files
committed
Update README.md
1 parent 3c34ffb commit 4b96332

File tree

1 file changed

+101
-1
lines changed

1 file changed

+101
-1
lines changed

README.md

Lines changed: 101 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,101 @@
1-
# INI-Files-in-Java
1+
<div align="center">
2+
<h1> INI Files in Java </h1>
3+
</div>
4+
5+
<div align="center">
6+
<a href="#changelog">
7+
<img src="https://img.shields.io/badge/stability-stable-green.svg" alt="Status">
8+
</a>
9+
<a href="#changelog">
10+
<img src="https://img.shields.io/badge/release-v1.0.0-blue.svg" alt="Version">
11+
</a>
12+
<a href="#changelog">
13+
<img src="https://img.shields.io/badge/update-december-yellowgreen.svg" alt="Update">
14+
</a>
15+
<a href="#license">
16+
<img src="https://img.shields.io/badge/license-GPL%20v3%20License-green.svg" alt="License">
17+
</a>
18+
</div>
19+
20+
The Configuration Project is a example of use the INI files with Java.
21+
22+
<a name="started"></a>
23+
## :traffic_light: Getting Started
24+
25+
This page will help you get started with Configuration Project.
26+
27+
<a name="requirements"></a>
28+
### Requirements
29+
30+
* Java JDK 1.8.x
31+
* NetBeans IDE
32+
33+
<a name="installation"></a>
34+
### Installation
35+
36+
1. Clone or Download this repository
37+
2. Unzip the archive if needed
38+
3. Start NetBeans IDE
39+
4. Goto "File" > "Open project" > Search "INI-Files-in-Java" folder
40+
41+
<a name="built"></a>
42+
## :wrench: Built With
43+
44+
* NetBeans IDE 8.2 ([JDK 8u111 with NetBeans 8.2 - Oracle](http://www.oracle.com/technetwork/es/java/javase/downloads/jdk-netbeans-jsp-3413139-esa.html))
45+
46+
<a name="changelog"></a>
47+
## :information_source: Changelog
48+
49+
**1.0.0.0001** (12/09/2017)
50+
51+
* <table border="0" cellpadding="4">
52+
<tr>
53+
<td>
54+
<strong>Language:</strong>
55+
</td>
56+
<td>
57+
Java
58+
</td>
59+
</tr>
60+
<tr>
61+
<td><strong>
62+
Requirements:
63+
</strong></td>
64+
<td>
65+
Java JDK
66+
</td>
67+
</tr>
68+
<tr>
69+
<td>
70+
<strong>Changes:</strong>
71+
</td>
72+
<td>
73+
<ul>
74+
<li>
75+
Start of the project
76+
</li>
77+
</ul>
78+
</td>
79+
</tr>
80+
</table>
81+
82+
<a name="Donate"></a>
83+
## :gift: Donate!
84+
85+
If you want to help me to continue this project, you might donate via PayPal.
86+
87+
<a href="https://paypal.me/ManuelFGil"><img src="https://www.paypalobjects.com/webstatic/en_US/i/btn/png/btn_donate_92x26.png" alt="Donate via PayPal"></a>
88+
89+
<a name="authors"></a>
90+
## :eyeglasses: Authors
91+
92+
* **Manuel Gil** - *Initial work* - [ManuelGil](https://github.com/ManuelGil)
93+
94+
See also the list of [contributors](https://github.com/ManuelGil/INI-Files-in-Java/contributors)
95+
who participated in this project.
96+
97+
<a name="license"></a>
98+
## :memo: License
99+
100+
Configuration Project is licensed under the GPL v3 License - see the
101+
[GNU GPL v3 License](https://www.gnu.org/licenses/gpl-3.0) for details.

0 commit comments

Comments
 (0)