YFdyh000 dea58d5abd trivial refine for messages 1 year ago
..
README.md 1b8620b1ad Process plugins administration page through Slim controllers 2 years ago
WallabagInstance.php 53054b2bf6 Apply PHP Code Beautifier on source code for linter automatic fixes 2 years ago
wallabag.html 12266213d0 Shaarli's translation 5 years ago
wallabag.meta 876533e868 Add a description to wallabag plugin parameters 6 years ago
wallabag.php dea58d5abd trivial refine for messages 1 year ago
wallabag.png 263d1f6495 PLUGIN wallabag 7 years ago

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 (/admin/plugins).
  • 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.