GithubHelp home page GithubHelp logo

tt-rss-shaarli's Introduction

Adds support for sharing links from tt-rss (http://tt-rss.org/) to Shaarli (http://sebsauvage.net/wiki/doku.php?id=php:shaarli).

Just copy the shaarli folder in you tt-rss plugin directory.

Enable it and configure in tt-rss preferences panel.

There is one branch for tt-rss supported version.

I don't follow ALL tt-rss upgrades, so I can't see always if anything breaks. If you find something broken, please open an issue or a pull request!

Enjoy.

tt-rss-shaarli's People

Contributors

jcsaaddupuy avatar gregthib avatar

Stargazers

Yvan GODARD avatar  avatar Quentin THEURET avatar  avatar Josh Panter avatar ʞ-uɐʇsıɹʇ avatar Corey Pein avatar Ohax avatar  avatar

Watchers

 avatar James Cloos avatar Felix Bartels avatar Sandor Takacs avatar Sam avatar  avatar Marcel Dümmel avatar Kace at Telematique avatar

tt-rss-shaarli's Issues

"ReferenceError: param_escape is not defined" error

The very great plugin unfortunately throws an error in the current ttrss version.:

ReferenceError: param_escape is not defined

Replacing line 3 in shaarli.js

	var query = "?op=pluginhandler&plugin=shaarli&method=getShaarli&id=" + param_escape(id);

with following

	var query = "?op=pluginhandler&plugin=shaarli&method=getShaarli&id=" + encodeURIComponent(id);

fixes the problem and the plugin is working again as expected.

Plugin doesn't work with TTRSS v19.8

This plugin doesn't work with TTRSS v19.8
is it still maintained?

any idea ?

E_USER_NOTICE (1024) | classes/db.php:22 | Legacy connect requested to mysql1. classes/db.php(22): user_error(Legacy connect requested to mysql, 1024) 2. classes/db.php(100): legacy_connect() 3. classes/pluginhost.php(99): get() 4. plugins/shaarli/init.php(16): get_dbh() 5. classes/pluginhost.php(235): init([PluginHost]) 6. include/functions.php(658): load(af_zz_noautoplay,bookmarklets,mailto,shaarli,share, 3, 1) 7. backend.php(69): load_user_plugins(1)

Tiny Tiny RSS v1.11

I'm using the latest tt-rss version and installed your plugin. There are no errors when activating the plugin, but there is also no icon in the menubar. Maybe you can look into compatbility:

ishot-44
ishot-45
ishot-46

plugin fails with tt-rss version 1.7.5

POST on backend.php leads to 500 Internal Server Error :
op=feeds&method=view&feed=-3&view_mode=adaptive&order_by=date&update=&cat=false&csrf_token=8bc33604c3e73650f328c6070bbebbd632dbb0ae

Console logs :
SyntaxError: JSON.parse: unexpected end of data
https://rss.zfgzeg.org/index.php
Line 370

Result :
As long as the plugin is enabled, feeds are not displaying anymore.

Thanks

plugin fails with tt-rss version 1.8

Hi,

I have this message : «Plugin shaarli is not compatible with current API version (need: 2, got: 1)» with TT-RSS 1.8

Best regards,

Patrice

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.