diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-05 09:43:33 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-05 09:43:33 +0200 |
commit | a62788c61ef80e6b0f1cf0b6304b2dfd2223aa38 (patch) | |
tree | 9fae636bd0d7006e8adcf16783e69130cd6b03d9 /inc/poche/config.inc.php | |
parent | 3208d538a750866221fa231d4230082eef90ca69 (diff) | |
download | wallabag-a62788c61ef80e6b0f1cf0b6304b2dfd2223aa38.tar.gz wallabag-a62788c61ef80e6b0f1cf0b6304b2dfd2223aa38.tar.zst wallabag-a62788c61ef80e6b0f1cf0b6304b2dfd2223aa38.zip |
#100: welcome to you, instapaper users
Diffstat (limited to 'inc/poche/config.inc.php')
-rw-r--r-- | inc/poche/config.inc.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/inc/poche/config.inc.php b/inc/poche/config.inc.php index 67d0c887..a16098d1 100644 --- a/inc/poche/config.inc.php +++ b/inc/poche/config.inc.php | |||
@@ -8,12 +8,13 @@ | |||
8 | * @license http://www.wtfpl.net/ see COPYING file | 8 | * @license http://www.wtfpl.net/ see COPYING file |
9 | */ | 9 | */ |
10 | 10 | ||
11 | define ('POCHE_VERSION', '0.4'); | 11 | define ('POCHE_VERSION', '1.0-alpha'); |
12 | define ('MODE_DEMO', FALSE); | 12 | define ('MODE_DEMO', TRUE); |
13 | define ('DEBUG_POCHE', FALSE); | 13 | define ('DEBUG_POCHE', FALSE); |
14 | define ('CONVERT_LINKS_FOOTNOTES', FALSE); | 14 | define ('CONVERT_LINKS_FOOTNOTES', FALSE); |
15 | define ('REVERT_FORCED_PARAGRAPH_ELEMENTS', FALSE); | 15 | define ('REVERT_FORCED_PARAGRAPH_ELEMENTS', FALSE); |
16 | define ('DOWNLOAD_PICTURES', FALSE); | 16 | define ('DOWNLOAD_PICTURES', FALSE); |
17 | define ('SHARE_TWITTER', TRUE); | ||
17 | define ('SALT', '464v54gLLw928uz4zUBqkRJeiPY68zCX'); | 18 | define ('SALT', '464v54gLLw928uz4zUBqkRJeiPY68zCX'); |
18 | define ('ABS_PATH', 'assets/'); | 19 | define ('ABS_PATH', 'assets/'); |
19 | define ('TPL', './tpl'); | 20 | define ('TPL', './tpl'); |