aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche/define.inc.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-08-25 12:12:53 -0700
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-08-25 12:12:53 -0700
commitc51be6b697da573cdcf0788eb8617130ce5517a4 (patch)
tree642eaf70afb134dee5f274c84bf15b8aab00c117 /inc/poche/define.inc.php
parent7ba37bd91a43321196e6d867caf9e298e82c6d6c (diff)
parent063fc1a7baaf6f7e1fb08eced058962a6140a471 (diff)
downloadwallabag-c51be6b697da573cdcf0788eb8617130ce5517a4.tar.gz
wallabag-c51be6b697da573cdcf0788eb8617130ce5517a4.tar.zst
wallabag-c51be6b697da573cdcf0788eb8617130ce5517a4.zip
Merge pull request #181 from inthepoche/dev
beta4
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