WallaRead - SailfishOS client for Wallabag 2+
 
 
 
 
Go to file
kirbylife c10928fd42 Update screenshots 2024-03-28 01:17:08 -06:00
icons Initial commit 2016-12-16 14:21:20 +01:00
qml Delete all the db creation old code to start from scratch 2024-03-27 00:36:30 -06:00
rpm Release v0.5 2024-03-27 01:22:27 -06:00
screenshots Update screenshots 2024-03-28 01:17:08 -06:00
src Don't return an error when deleting a non-existing article 2016-12-21 10:36:32 +01:00
translations Update Spanish translation 2024-03-27 00:40:47 -06:00
.gitignore Add output compilation folder 2024-03-26 00:00:55 -06:00
CONTRIBUTORS.md Add spanish translation 2024-03-26 00:55:51 -06: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 Release v0.5 2024-03-27 01:22:27 -06:00
harbour-wallaread.desktop Update Spanish translation 2024-03-27 00:40:47 -06:00
harbour-wallaread.png Initial commit 2016-12-16 14:21:20 +01:00
harbour-wallaread.pro Add Spanish translation 2024-03-27 01:22:09 -06: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 is using Docker using the following command:

aarch64

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

armv7

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

i486

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

The .rpm package should be in the output/ directory.

Features

  • Login to multiple wallabag servers.
  • Synchronize aggregated items.
  • Read articles through a WebView.
  • Save articles locally so they can be read offline.

Translations

You can help contribute to the translations of this project by creating files within the translations/ directory for the new language or by correcting existing translations.

Credits and license

This project was originally created by goestreicher and he licensed it under GPL v3, so this license is preserved.