File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change 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++.
5
6
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)
8
13
14
+ PR are welcome.
You can’t perform that action at this time.
0 commit comments