From 528c5759cf5e651a055a4fccc7cc2919cfad155a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Thu, 6 Jul 2023 15:22:39 +0200 Subject: [PATCH] Updated Home (markdown) --- Home.md | 3 -- wallabag-ecosystem.md | 64 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 64 insertions(+), 3 deletions(-) delete mode 100644 Home.md create mode 100644 wallabag-ecosystem.md diff --git a/Home.md b/Home.md deleted file mode 100644 index 30f5e72..0000000 --- a/Home.md +++ /dev/null @@ -1,3 +0,0 @@ -wallabag is a read-it-later application, written in PHP. The last release is available from the [download page](https://www.wallabag.org/downloads/) on our website. - -Issue tracker is [available here](https://github.com/wallabag/wallabag/issues). \ No newline at end of file diff --git a/wallabag-ecosystem.md b/wallabag-ecosystem.md new file mode 100644 index 0000000..9d7e172 --- /dev/null +++ b/wallabag-ecosystem.md @@ -0,0 +1,64 @@ +We opened this wiki to list all the resources around the wallabag ecosystem. + +## Official 3rd applications + +### Smartphones applications + +- Android: https://play.google.com/store/apps/details?id=fr.gaulupeau.apps.InThePoche&pli=1 +- iOS: https://apps.apple.com/fr/app/wallabag-2-official/id1170800946?l=en&mt=8 + +### Browsers addons + +- Firefox: https://addons.mozilla.org/fr/firefox/addon/wallabagger/ +- Chrome: https://chrome.google.com/webstore/detail/wallabagger/gbmgphmejlcoihgedabhgjdkcahacjlj +- Opera: https://addons.opera.com/en/extensions/details/wallabagger/ + +## RSS / Atom readers + +Some softwares which are compatible with wallabag: +- Miniflux https://miniflux.app/ +- Vienna RSS https://www.vienna-rss.com/ +- FreshRSS https://www.freshrss.org/ +- Tiny Tiny RSS https://tt-rss.org/ +- Leed https://github.com/LeedRSS/Leed +- Communique (fork of FeedReader): https://github.com/Suzie97/Communique +- Fiery Feeds (for iOS): https://apps.apple.com/us/app/fiery-feeds/id1158763303 + +## Ereaders + +- wallabako: a wallabag client for Kobo readers. Downloads unread articles as individual EPUB files. https://gitlab.com/anarcat/wallabako/ +- Plugin for koreader: this plugin downloads the latest articles from a Wallabag server as individual EPUB files. https://github.com/koreader/koreader/wiki/Wallabag +- wallindle: wallabag native client for e-ink kindle. https://github.com/cekage/wallindle +- Plato: Plato is a document reader for Kobo's e-readers. https://github.com/baskerville/plato An article fetcher for wallabag is available https://github.com/baskerville/plato/blob/master/doc/ARTICLE_FETCHER.md +- Plop! Reader: an application for your Pocketbook Touch Lux ereader. http://plop-reader.pascal-martin.fr/ + +## Unofficial clients + +- wallabag.el: emacs wallabag client - A Read It Later/Web Archiving Solution in Emacs. https://github.com/chenyanming/wallabag.el +- wallabag-cli: a command line client for the self hosted read-it-later app [wallabag](https://www.wallabag.org/). Unlike to other services, wallabag is free and open source. https://github.com/Nepochal/wallabag-cli + +## Integrations with 3rd tools + +- wallabag v2 package for YunoHost https://github.com/YunoHost-Apps/wallabag2_ynh +- hubot-wallabag: The purpose of this project was to save links from a slack channel (or any hubot adapter) to wallabag using our hubot bot. https://github.com/BePark/hubot-wallabag +- Wallabot: This Python script is a Discord bot that extracts the title and saves a link to Wallabag from WSJ (Wall Street Journal) articles shared in a specified channel. https://github.com/FahadBinHussain/wallabot +- slack-to-wallabag: a bridge between Slack and wallabag. https://github.com/clem/slack-to-wallabag +- ttrss-to-wallabag-v2: a Tiny Tiny RSS plugin to post to a Wallabg v2 instance. https://github.com/joshp23/ttrss-to-wallabag-v2 + +## Misc + +- rss2wallabag: a small python script for importing RSS feeds to wallabag. https://github.com/Findus23/rss2wallabag +- wallabag-migration: a tool to put CSV data into the wallabag v2 API. https://github.com/benediktg/wallabag-migration +- wallabag QuickSave: Do you want to save all your links directly from Safari to Wallabag? Look no further! https://apps.apple.com/us/app/wallabag-quicksave/id1621482657 +- Plugin for wallabag: Download web.archive.org version if we have 404. https://github.com/nicosomb/wallabag-webarchive-bundle +- Plugin for wallabag: add an http proxy to route images through SSL. https://github.com/nicosomb/wallabag-camo-bundle +- Plugin for wallabag: Try to guess creation date by using carbon date. https://github.com/nicosomb/wallabag-carbondate-bundle + +## UI + +- Readable Dark wallabag: https://userstyles.world/style/8721/readable-dark-wallabag + +## Development + +- wallabag API wrapper: a simple Java library for accessing the wallabag API. https://github.com/di72nn/wallabag-api-wrapper +- wallabag-api: NPM package for wallabag api. https://github.com/Rurik19/wallabag-api \ No newline at end of file