diff options
Diffstat (limited to 'inc/poche/define.inc.php')
-rw-r--r-- | inc/poche/define.inc.php | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/inc/poche/define.inc.php b/inc/poche/define.inc.php index c32ca098..3f667430 100644 --- a/inc/poche/define.inc.php +++ b/inc/poche/define.inc.php | |||
@@ -17,14 +17,18 @@ define ('STORAGE_PASSWORD', 'postgres'); # leave blank for sqlite | |||
17 | 17 | ||
18 | define ('MODE_DEMO', FALSE); | 18 | define ('MODE_DEMO', FALSE); |
19 | define ('DEBUG_POCHE', FALSE); | 19 | define ('DEBUG_POCHE', FALSE); |
20 | define ('CONVERT_LINKS_FOOTNOTES', FALSE); | ||
21 | define ('REVERT_FORCED_PARAGRAPH_ELEMENTS', FALSE); | ||
22 | define ('DOWNLOAD_PICTURES', FALSE); | 20 | define ('DOWNLOAD_PICTURES', FALSE); |
23 | define ('SHARE_TWITTER', TRUE); | 21 | define ('SHARE_TWITTER', TRUE); |
24 | define ('SHARE_MAIL', TRUE); | 22 | define ('SHARE_MAIL', TRUE); |
23 | define ('SHARE_SHAARLI', FALSE); | ||
24 | define ('SHAARLI_URL', 'http://myshaarliurl.com'); | ||
25 | define ('ABS_PATH', 'assets/'); | 25 | define ('ABS_PATH', 'assets/'); |
26 | define ('TPL', __DIR__ . '/../../tpl'); | 26 | define ('TPL', __DIR__ . '/../../tpl'); |
27 | define ('LOCALE', __DIR__ . '/../../locale'); | 27 | define ('LOCALE', __DIR__ . '/../../locale'); |
28 | define ('CACHE', __DIR__ . '/../../cache'); | 28 | define ('CACHE', __DIR__ . '/../../cache'); |
29 | define ('PAGINATION', '10'); | 29 | define ('PAGINATION', '10'); |
30 | define ('THEME', 'light'); \ No newline at end of file | 30 | define ('THEME', 'light'); |
31 | |||
32 | define ('IMPORT_POCKET_FILE', './ril_export.html'); | ||
33 | define ('IMPORT_READABILITY_FILE', './readability'); | ||
34 | define ('IMPORT_INSTAPAPER_FILE', './instapaper-export.html'); \ No newline at end of file | ||