2
0
mirror of https://github.com/koreader/koreader synced 2024-11-02 15:40:16 +00:00
koreader/plugins/wallabag.koplugin/_meta.lua
Yann Muller 846f8bfa18 Wallabag plugin (#4271)
A plugin to download articles from a Wallabag server, an
open source read-it-later service (https://wallabag.org).
2018-10-16 20:49:44 +02:00

7 lines
165 B
Lua

local _ = require("gettext")
return {
name = "wallabag",
fullname = _("Wallabag"),
description = _([[Synchronises articles with a Wallabag server.]]),
}