WallaRead - SailfishOS client for Wallabag 2+
 
 
 
 
Go to file
kirbylife bec51bed4c Add output compilation folder 2024-03-26 00:00:55 -06:00
icons Initial commit 2016-12-16 14:21:20 +01:00
qml Add sorting options in the articles list 2017-02-27 16:37:42 +01:00
rpm Release v0.4 2017-02-27 17:23:20 +01:00
screenshots Release v0.4 2017-02-27 17:23:20 +01:00
src Don't return an error when deleting a non-existing article 2016-12-21 10:36:32 +01:00
translations Add sorting options in the articles list 2017-02-27 16:37:42 +01:00
.gitignore Add output compilation folder 2024-03-26 00:00:55 -06:00
CONTRIBUTORS.md Add contributors file 2016-12-20 13:22:46 +01:00
COPYING Initial commit 2016-12-16 14:21:20 +01:00
LICENSE.gpl Initial commit 2016-12-16 14:21:20 +01:00
README.md Add output compilation folder 2024-03-26 00:00:55 -06:00
harbour-wallaread.desktop Update FR translation 2016-12-20 20:38:15 +01:00
harbour-wallaread.png Initial commit 2016-12-16 14:21:20 +01:00
harbour-wallaread.pro Add sorting options in the articles list 2017-02-27 16:37:42 +01:00

README.md

Wallaread - SailfishOS client for Wallabag 2+

This project is a fork of the original goestreicher repository. In this repository is the continuation of that project .

Wallaread is a client to SailfishOS for Wallabag, a self-hosted service that allows you to save a copy of your favorite articles to read later.

Installation

The pre-compiled package is available through OpenRepos.
You can install it by directly downloading the .rpm file for your architecture or through Storeman.

Compilation

The recomended option to compile this project

docker run --rm --privileged -v $PWD:/share coderus/sailfishos-platform-sdk:$OS_VERSION /bin/bash -c " mkdir -p build ; cd build ; cp -r /share/* . ; mb2 -t SailfishOS-4.5.0.16-aarch64 build ; sudo cp -r RPMS/*.rpm /share/output"