Skip to content

Commit 3e7424e

Browse files
author
Alexis Lopez Zubieta
committed
Update readme
1 parent 2ee2e44 commit 3e7424e

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
# Xdg Utils C++
2-
Provides an implementation of the Free Desktop Standards to be used in C++ projects.
3-
4-
It's has a modular design in order to allow clients to use only the required functionalities.
1+
# Xdg Utils C++
2+
[![Build Status](https://travis-ci.org/azubieta/xdg-utils.svg?branch=master)](https://travis-ci.org/azubieta/xdg-utils)
3+
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/9e34fda85c3d46ab83b44071d145a917)](https://www.codacy.com/app/azubieta/xdg-utils?utm_source=github.com&utm_medium=referral&utm_content=azubieta/xdg-utils&utm_campaign=Badge_Grade)
4+
5+
Implementation of the Free Desktop Standards in C++.
56

6-
Currently implemented specifications:
7-
- [Desktop Entry 1.2](https://standards.freedesktop.org/desktop-entry-spec/1.2/)
7+
This is a project was started to fulfill the need of a reliable implementations of such standards in the AppImage
8+
project. It is totally standalone and only depends on the standard c++ libraries (stdlib).
9+
10+
It has been split in different modules according to the Free Desktop Standards, currently are implemented:
11+
- [Desktop Entry 1.2](https://standards.freedesktop.org/desktop-entry-spec/1.2/) (mostly complete)
12+
- [Base Dir 0.7](https://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html) (draft)
813

14+
PR are welcome.

0 commit comments

Comments
 (0)