bazarr/libs/xdg
panni 8f584143f8 update deps 2018-10-31 17:08:29 +01:00
..
AUTHORS update deps 2018-10-31 17:08:29 +01:00
BaseDirectory.py update deps 2018-10-31 17:08:29 +01:00
COPYING update deps 2018-10-31 17:08:29 +01:00
ChangeLog update deps 2018-10-31 17:08:29 +01:00
Config.py update deps 2018-10-31 17:08:29 +01:00
DesktopEntry.py update deps 2018-10-31 17:08:29 +01:00
Exceptions.py update deps 2018-10-31 17:08:29 +01:00
INSTALL update deps 2018-10-31 17:08:29 +01:00
IconTheme.py update deps 2018-10-31 17:08:29 +01:00
IniFile.py update deps 2018-10-31 17:08:29 +01:00
Locale.py update deps 2018-10-31 17:08:29 +01:00
Menu.py update deps 2018-10-31 17:08:29 +01:00
MenuEditor.py update deps 2018-10-31 17:08:29 +01:00
Mime.py update deps 2018-10-31 17:08:29 +01:00
README update deps 2018-10-31 17:08:29 +01:00
RecentFiles.py update deps 2018-10-31 17:08:29 +01:00
__init__.py update deps 2018-10-31 17:08:29 +01:00
util.py update deps 2018-10-31 17:08:29 +01:00

README

The XDG Package contains:

    - Implementation of the XDG-Base-Directory Standard
      http://standards.freedesktop.org/basedir-spec/

    - Implementation of the XDG-Desktop Standard
      http://standards.freedesktop.org/desktop-entry-spec/

    - Implementation of the XDG-Menu Standard
      http://standards.freedesktop.org/menu-spec/

    - Implementation of the XDG-Icon-Theme Standard
      http://standards.freedesktop.org/icon-theme-spec/

    - Implementation of the XDG-Shared MIME-info Database
      http://standards.freedesktop.org/shared-mime-info-spec/

    - Implementation of the XDG-Recent File Storage Specification
      http://standards.freedesktop.org/recent-file-spec/

To run the tests, run nosetests in the top level directory.