From a90f6ad8407d5bfda66b7299124cf82f54153736 Mon Sep 17 00:00:00 2001 From: Jaussoin Timothée Date: Thu, 5 Nov 2015 19:49:08 +0100 Subject: Update the Movim share URL I've changed the Movim urls recently, just fixing FreshRSS to make it work again with Movim --- data/shares.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/shares.php') diff --git a/data/shares.php b/data/shares.php index ed060074e..55ef08ec4 100644 --- a/data/shares.php +++ b/data/shares.php @@ -45,7 +45,7 @@ return array( 'form' => 'advanced', ), 'movim' => array( - 'url' => '~URL~/index.php/share/~LINK~', + 'url' => '~URL~/?share/~LINK~', 'transform' => array('rawurlencode', 'urlencode'), 'help' => 'https://github.com/edhelas/movim', 'form' => 'advanced', -- cgit v1.2.3 From 9b842f9909807fb615e5fb52149903272d9ae101 Mon Sep 17 00:00:00 2001 From: danc Date: Tue, 19 Jan 2016 19:46:40 +0100 Subject: Update shares.php --- data/shares.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'data/shares.php') diff --git a/data/shares.php b/data/shares.php index 55ef08ec4..264c8fed7 100644 --- a/data/shares.php +++ b/data/shares.php @@ -75,4 +75,9 @@ return array( 'transform' => array(), 'form' => 'simple', ), + 'jdh' => array( + 'url' => 'https://www.journalduhacker.net/stories/new?url=~LINK~&title=~TITLE~', + 'transform' => array('rawurlencode'), + 'form' => 'simple', + ), ); -- cgit v1.2.3