aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche/define.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/poche/define.inc.php')
-rw-r--r--inc/poche/define.inc.php10
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
18define ('MODE_DEMO', FALSE); 18define ('MODE_DEMO', FALSE);
19define ('DEBUG_POCHE', FALSE); 19define ('DEBUG_POCHE', FALSE);
20define ('CONVERT_LINKS_FOOTNOTES', FALSE);
21define ('REVERT_FORCED_PARAGRAPH_ELEMENTS', FALSE);
22define ('DOWNLOAD_PICTURES', FALSE); 20define ('DOWNLOAD_PICTURES', FALSE);
23define ('SHARE_TWITTER', TRUE); 21define ('SHARE_TWITTER', TRUE);
24define ('SHARE_MAIL', TRUE); 22define ('SHARE_MAIL', TRUE);
23define ('SHARE_SHAARLI', FALSE);
24define ('SHAARLI_URL', 'http://myshaarliurl.com');
25define ('ABS_PATH', 'assets/'); 25define ('ABS_PATH', 'assets/');
26define ('TPL', __DIR__ . '/../../tpl'); 26define ('TPL', __DIR__ . '/../../tpl');
27define ('LOCALE', __DIR__ . '/../../locale'); 27define ('LOCALE', __DIR__ . '/../../locale');
28define ('CACHE', __DIR__ . '/../../cache'); 28define ('CACHE', __DIR__ . '/../../cache');
29define ('PAGINATION', '10'); 29define ('PAGINATION', '10');
30define ('THEME', 'light'); \ No newline at end of file 30define ('THEME', 'light');
31
32define ('IMPORT_POCKET_FILE', './ril_export.html');
33define ('IMPORT_READABILITY_FILE', './readability');
34define ('IMPORT_INSTAPAPER_FILE', './instapaper-export.html'); \ No newline at end of file