MyShaarli/plugins/wallabag
ArthurHoaro 12266213d0 Shaarli's translation
* translation system and unit tests
 * Translations everywhere

Dont use translation merge

It is not available with PHP builtin gettext, so it would have lead to inconsistency.
2017-10-22 12:55:03 +02:00
..
README.md Fix: add missing final newlines, untabify text 2016-08-13 14:22:22 +02:00
WallabagInstance.php Cleanup: explicit method visibility 2017-01-05 19:52:04 +01:00
wallabag.html Shaarli's translation 2017-10-22 12:55:03 +02:00
wallabag.meta Add a description to wallabag plugin parameters 2016-08-02 11:12:05 +02:00
wallabag.php Shaarli's translation 2017-10-22 12:55:03 +02:00
wallabag.png PLUGIN wallabag 2015-11-07 16:45:20 +01:00

README.md

Save to Wallabag plugin for Shaarli

For each link in your Shaarli, adds a button to save the target page in your wallabag.

Installation

Clone this repository inside your tpl/plugins/ directory, or download the archive and unpack it there. The directory structure should look like:

└── tpl
    └── plugins
        └── wallabag
            ├── README.md
            ├── wallabag.html
            ├── wallabag.meta
            ├── wallabag.php
            ├── wallabag.php
            └── WallabagInstance.php

To enable the plugin, you can either:

  • enable it in the plugins administration page (?do=pluginadmin).
  • add wallabag to your list of enabled plugins in data/config.json.php (general.enabled_plugins section).

Configuration

Go to the plugin administration page, and edit the following settings (with the plugin enabled).

WALLABAG_URL: Wallabag instance URL Example value: http://v2.wallabag.org

WALLABAG_VERSION: Wallabag version Value: either 1 (for 1.x) or 2 (for 2.x)

Note: these settings can also be set in data/config.json.php, in the plugins section.