aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche/config.inc.default.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/poche/config.inc.default.php')
-rwxr-xr-xinc/poche/config.inc.default.php10
1 files changed, 9 insertions, 1 deletions
diff --git a/inc/poche/config.inc.default.php b/inc/poche/config.inc.default.php
index f666f468..a159e713 100755
--- a/inc/poche/config.inc.default.php
+++ b/inc/poche/config.inc.default.php
@@ -44,11 +44,20 @@
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');
50@define ('FLATTRABLE', '1'); 52@define ('FLATTRABLE', '1');
51@define ('FLATTRED', '2'); 53@define ('FLATTRED', '2');
54@define ('CARROT', FALSE);
55
56// ebook
57@define ('EPUB', TRUE);
58@define ('MOBI', FALSE);
59@define ('PDF', FALSE);
60
52// display or not print link in article view 61// display or not print link in article view
53@define ('SHOW_PRINTLINK', '1'); 62@define ('SHOW_PRINTLINK', '1');
54// display or not percent of read in article view. Affects only default theme. 63// display or not percent of read in article view. Affects only default theme.
@@ -67,4 +76,3 @@
67@define ('IMPORT_LIMIT', 5); 76@define ('IMPORT_LIMIT', 5);
68//delay between downloads (in sec) 77//delay between downloads (in sec)
69@define ('IMPORT_DELAY', 5); 78@define ('IMPORT_DELAY', 5);
70