libfuoten  0.8.2
Qt based library to access the Nextcloud News App API.
libfuoten Documentation

libfuoten

A Qt based library to provide access to the ownCloud / Nextcloud News App API.

libfuoten implements the complete https://github.com/nextcloud/news/blob/master/docs/externalapi/Legacy.md "New App REST API v1.2" and provides interfaces to create Qt applications talking to an ownCloud/Nextcloud server with News App enabled. Beside the API implementation classes there are classes to support local storage and models to represent the stored data. Helper classes make it easier to synchronize local storage with the remote server.

Have a look at the roadmap for further information about the development plans. Find out more in the API documentation of libfuoten.

Features

Contributing

The source code is available on Github, feel free to clone or branch according to the LGPLv3. Translation is done on Transifex and translations are licensed under the terms of the CC-BY-4.0 license.

Getting libfuoten

Building libfuoten

Either clone the git repository or download one of the release tarballs. cmake, zlib, pkg-config and Qt 5.6 or newer are required to build libfuoten as well as the following Qt modules: Qt5Core, Qt5Network and Qt5Sql.

Install dependencies

Install gcc, g++, cmake, make, zlib, Qt5Core, Qt5Network and Qt5Sql.

openSUSE

sudo zypper in cmake gcc-++ make pkg-config zlib-devel libqt5-qtbase-common-devel libqt5-qtbase-devel libQt5Core-devel libQt5Network-devel libQt5Sql-devel

For creating documentation:

sudo zypper in doxygen libqt5-qtdoc-devel libqt5-qttools

Available cmake variables

Additional make targets

When BUILD_DOCS is enabled, additional build targets are available.

webdocs

Will create HTML documentation files linked to Qt online documentation if correct tag files are avaiable.

htmldocs

Will create HTML documentation files linked to local Qt offline HTML documentation if correct tag files are available.

qtdocs

Will create compiled Qt documentation usable inside Qt creator if qhelpgenerator is available.

### Get libfuoten and build it

git clone https://github.com/Huessenbergnetz/libfuoten.git
cd libfuoten
mkdir build && cd build
cmake ..
make
sudo make install

License

libfuoten - Qt based library to access the ownCloud/Nextcloud News App API
Copyright (C) 2016-2022 Hüssenbergnetz/Matthias Fehring
https://github.com/Huessenbergnetz/libfuoten
This library is free software: you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library. If not, see <http://www.gnu.org/licenses/>.