Skip to content

Commit 49a48b2

Browse files
committed
Update README.md
- update badges - update status - update link to online documentation - update version information - add link to LICENSE
1 parent d8524bd commit 49a48b2

File tree

1 file changed

+17
-11
lines changed

1 file changed

+17
-11
lines changed

README.md

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
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)
23

34
# Iniparser 4 #
45

@@ -10,10 +11,12 @@ Go there for:
1011
- [Merge Requests](https://gitlab.com/iniparser/iniparser/-/merge_requests/new)
1112

1213
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.
1720

1821
Thanks a million times to Lars for his tremendous work and help in keeping this
1922
library alive!
@@ -24,9 +27,6 @@ maintaining this project for a decade. Manu, you rock!
2427
## I - Overview
2528

2629
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-
3030

3131
Key features:
3232

@@ -92,15 +92,21 @@ Documentation is build by default and can be found in build directory under
9292

9393
Open the file `html/index.html` with any HTML-capable browser.
9494

95+
Or see the [complete documentation](https://iniparser.gitlab.io/iniparser/)
96+
in online.
97+
9598
## VI - License
9699

97100
This software is released under MIT License.
98-
See LICENSE for more details
101+
See [LICENSE](LICENSE) for more details
99102

100103
## VII - Versions
101104

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.
104110

105111
## VIII - FAQ
106112

0 commit comments

Comments
 (0)