diff options
author | Thomas Citharel <tcit@tcit.fr> | 2014-12-06 18:42:29 +0100 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2014-12-06 18:42:29 +0100 |
commit | 7c2c49d9b10104e0850f536d33588b8216416a45 (patch) | |
tree | 8419e3a3e0eb3c78c78a98161a6fb19b20508fd8 /inc/poche | |
parent | 41bd2be68a7b20f276f660ef69aea0fc685a126d (diff) | |
download | wallabag-7c2c49d9b10104e0850f536d33588b8216416a45.tar.gz wallabag-7c2c49d9b10104e0850f536d33588b8216416a45.tar.zst wallabag-7c2c49d9b10104e0850f536d33588b8216416a45.zip |
added diaspora sharing
Diffstat (limited to 'inc/poche')
-rwxr-xr-x | inc/poche/config.inc.default.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/poche/config.inc.default.php b/inc/poche/config.inc.default.php index 0f88f335..3eaee3a3 100755 --- a/inc/poche/config.inc.default.php +++ b/inc/poche/config.inc.default.php | |||
@@ -44,6 +44,8 @@ | |||
44 | @define ('SHARE_MAIL', TRUE); | 44 | @define ('SHARE_MAIL', TRUE); |
45 | @define ('SHARE_SHAARLI', FALSE); | 45 | @define ('SHARE_SHAARLI', FALSE); |
46 | @define ('SHAARLI_URL', 'http://myshaarliurl.com'); | 46 | @define ('SHAARLI_URL', 'http://myshaarliurl.com'); |
47 | @define ('SHARE_DIASPORA', FALSE); | ||
48 | @define ('DIASPORA_URL', 'http://diasporapod.com'); # Don't add a / at the end | ||
47 | @define ('FLATTR', TRUE); | 49 | @define ('FLATTR', TRUE); |
48 | @define ('FLATTR_API', 'https://api.flattr.com/rest/v2/things/lookup/?url='); | 50 | @define ('FLATTR_API', 'https://api.flattr.com/rest/v2/things/lookup/?url='); |
49 | @define ('NOT_FLATTRABLE', '0'); | 51 | @define ('NOT_FLATTRABLE', '0'); |