X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=plugins%2Fwallabag%2FREADME.md;h=c53a04d9c721abdfb98647ecdc611ff78e61068c;hb=9db1ccdf2ce8381e1f3acb581d3c6a6def095d8c;hp=3f9305643aa7b55bcf4ec34c6f771a65a119f382;hpb=0c4c7ae818336d5b0f94562e551ca1a3f34d3435;p=github%2Fshaarli%2FShaarli.git diff --git a/plugins/wallabag/README.md b/plugins/wallabag/README.md index 3f930564..c53a04d9 100644 --- a/plugins/wallabag/README.md +++ b/plugins/wallabag/README.md @@ -4,34 +4,34 @@ For each link in your Shaarli, adds a button to save the target page in your [wa ### Installation -Clone this repository inside your `tpl/plugins/` directory, or download the archive and unpack it there. +Clone this repository inside your `tpl/plugins/` directory, or download the archive and unpack it there. The directory structure should look like: -``` +```bash └── tpl └── plugins -    └── wallabag -    ├── README.md -    ├── wallabag.html -    ├── wallabag.meta -    ├── wallabag.php -    ├── wallabag.php -    └── WallabagInstance.php + └── 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`). + * 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* +**WALLABAG_URL**: *Wallabag instance URL* Example value: `http://v2.wallabag.org` -**WALLABAG_VERSION**: *Wallabag version* +**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. \ No newline at end of file +> Note: these settings can also be set in `data/config.json.php`, in the plugins section.