1
- [ ![ Build Status] ( https://travis-ci.org/ndevilla/iniparser.svg?branch=master )] ( https://travis-ci.org/ndevilla/iniparser )
1
+ [ ![ pipeline status] ( https://gitlab.com/iniparser/iniparser/badges/main/pipeline.svg )] ( https://gitlab.com/iniparser/iniparser/-/commits/main )
2
+ [ ![ latest release] ( https://gitlab.com/iniparser/iniparser/-/badges/release.svg )] ( https://gitlab.com/iniparser/iniparser/-/releases )
2
3
3
4
# Iniparser 4 #
4
5
@@ -10,10 +11,12 @@ Go there for:
10
11
- [ Merge Requests] ( https://gitlab.com/iniparser/iniparser/-/merge_requests/new )
11
12
12
13
Changes in March 2024:
13
- @lmoellendorf is taking over maintenance for this project. The objective is to
14
- get all known issues fixed and released as v4.2. After that, this project will
15
- be frozen here as v4.2 and development should continue as v5, probably on
16
- gitlab. Pointers will be updated then.
14
+ @lmoellendorf took over maintenance for this project.
15
+
16
+ - [X] The objective was to get all known issues fixed and released as v4.2.
17
+ - [X] After that, this project has been frozen on Github as v4.2.1 and
18
+ - [ ] development should continue as v5, ~ probably~ on gitlab.
19
+ - [X] Pointers have been updated.
17
20
18
21
Thanks a million times to Lars for his tremendous work and help in keeping this
19
22
library alive!
@@ -24,9 +27,6 @@ maintaining this project for a decade. Manu, you rock!
24
27
## I - Overview
25
28
26
29
This modules offers parsing of ini files from C.
27
- See the [ complete documentation] ( https://iniparser.gitlab.io/iniparser-meta/ )
28
- in HTML format.
29
-
30
30
31
31
Key features:
32
32
@@ -92,15 +92,21 @@ Documentation is build by default and can be found in build directory under
92
92
93
93
Open the file ` html/index.html ` with any HTML-capable browser.
94
94
95
+ Or see the [ complete documentation] ( https://iniparser.gitlab.io/iniparser/ )
96
+ in online.
97
+
95
98
## VI - License
96
99
97
100
This software is released under MIT License.
98
- See LICENSE for more details
101
+ See [ LICENSE] ( LICENSE ) for more details
99
102
100
103
## VII - Versions
101
104
102
- Current version is 4.2.x. Version 4.0 introduces breaking changes in the api.
103
- Older versions 3.1 and 3.2 with the legacy api are available as tags.
105
+ [ ![ latest release] ( https://gitlab.com/iniparser/iniparser/-/badges/release.svg )] ( https://gitlab.com/iniparser/iniparser/-/releases )
106
+
107
+ - Since v4.2.x [ Semantic Versioning] ( https://semver.org/ ) is applied.
108
+ - Version 4.0 introduced breaking changes in the api.
109
+ - Older versions 3.1 and 3.2 with the legacy api are available as tags.
104
110
105
111
## VIII - FAQ
106
112
0 commit comments