Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonrandoem/yourls-wallabag
A plugin for YOURLS that adds a link in the quick share box to share an URL to Poche
https://github.com/jonrandoem/yourls-wallabag
Last synced: 2 months ago
JSON representation
A plugin for YOURLS that adds a link in the quick share box to share an URL to Poche
- Host: GitHub
- URL: https://github.com/jonrandoem/yourls-wallabag
- Owner: jonrandoem
- License: mit
- Created: 2014-01-10T15:12:18.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-23T15:15:52.000Z (over 10 years ago)
- Last Synced: 2024-08-02T06:17:39.430Z (5 months ago)
- Language: PHP
- Size: 145 KB
- Stars: 10
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - wallabag - Allows the sharing of the URL to a Wallabag installation (previously named Poche). (Plugins / W)
README
yourls-wallabag
============About
------------yourls-wallabag is a plugin for [YOURLS](http://yourls.org/). The plugin adds a new share link into the Quick Share box (available for each URL shown in the Yourls admin area).
The added link allows the sharing of the URL to a [Wallabag (previously named Poche)](https://www.wallabag.org/) installation.Obviously, you need a valid Yourls installation and a valid Wallabag installation.
This plugin has been tested on Yourls:
* [1.6](https://github.com/YOURLS/YOURLS/releases/tag/1.6)
* [1.7](https://github.com/YOURLS/YOURLS/releases/tag/1.7)Installation
------------1. Unzip the plugin. You get a "yourls-wallabag" folder
2. Upload this folder into the user/plugins folder of your Yourls installation
3. Edit your config.php file (located at user/config.php in your Yourls installation)
4. Define the URL of your Poche installation by inserting the following line at the end of your config.php file. Adapt the URL "https://my-wallabag.com" to your Wallabag installation's URL (No trailing slash !!!), and save changes to config.php```
define('WALLABAG_URL', 'https://my-wallabag.com');
```Finally, activate the plugin in the admin area
License
------------This theme is licensed under [MIT License](https://github.com/jonrandoem/yourls-poche/blob/master/LICENSE).