• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

LICENSES/H03-May-2022-

autotests/H03-May-2022-338256

docs/H04-Dec-2021-86

src/H03-May-2022-14,5309,401

tests/projecttest/H03-May-2022-968843

.git-blame-ignore-revsH A D04-Dec-2021142 54

.gitignoreH A D04-Dec-2021305 2928

.gitlab-ci.ymlH A D04-Dec-2021373 86

.kde-ci.ymlH A D04-Dec-2021131 86

AUTHORSH A D04-Dec-2021148 54

CTestConfig.cmakeH A D04-Dec-2021529 1412

CTestCustom.cmakeH A D04-Dec-2021727 2319

ChangeLogH A D04-Dec-20212 KiB5747

KF5AtticaConfig.cmake.inH A D04-Dec-2021285 107

README.mdH A D04-Dec-2021596 1610

metainfo.yamlH A D04-Dec-2021408 2321

README.md

1# Attica
2
3Open Collaboration Service client library
4
5## Introduction
6
7Attica is a Qt library that implements the Open Collaboration Services API version 1.6.
8The REST API is defined here:
9https://www.freedesktop.org/wiki/Specifications/open-collaboration-services/
10
11It grants easy access to the services such as querying information about persons and contents.
12The library is used in KNewStuff3 as content provider.
13In order to integrate with KDE's Plasma Desktop, a platform plugin exists in kdebase.
14
15Your basic entrypoint for using Attica's functionality is the Attica::ProviderManager class.
16