X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=inc%2Fpoche%2Fconfig.inc.php.new;h=8d52497b34badb44e798f62eda10f921ac8ab6b9;hb=61e79d934495ee24bb824e4c26b534ef9cd7fec3;hp=48cc5783b4c1f3dda4722c3ac3aa8a4dcd41824d;hpb=5801355cbcfc00be56d3745ae0a82ee7797bd0dc;p=github%2Fwallabag%2Fwallabag.git diff --git a/inc/poche/config.inc.php.new b/inc/poche/config.inc.php.new index 48cc5783..8d52497b 100755 --- a/inc/poche/config.inc.php.new +++ b/inc/poche/config.inc.php.new @@ -1,9 +1,9 @@ + * @category wallabag + * @author Nicolas Lœuillet * @copyright 2013 * @license http://www.wtfpl.net/ see COPYING file */ @@ -25,8 +25,11 @@ define ('STORAGE_PASSWORD', 'poche'); # Do not trespass unless you know what you are doing ################################################################################# +// Change this if not using the standart port for SSL - i.e you server is behind sslh +define ('SSL_PORT', 443); + define ('MODE_DEMO', FALSE); -define ('DEBUG_POCHE', true); +define ('DEBUG_POCHE', FALSE); define ('DOWNLOAD_PICTURES', FALSE); define ('CONVERT_LINKS_FOOTNOTES', FALSE); define ('REVERT_FORCED_PARAGRAPH_ELEMENTS', FALSE); @@ -41,7 +44,7 @@ define ('FLATTRABLE', '1'); define ('FLATTRED', '2'); define ('ABS_PATH', 'assets/'); -define ('DEFAULT_THEME', 'default'); +define ('DEFAULT_THEME', 'baggy'); define ('THEME', ROOT . '/themes'); define ('LOCALE', ROOT . '/locale'); @@ -49,8 +52,12 @@ define ('CACHE', ROOT . '/cache'); define ('PAGINATION', '10'); -define ('POCHE_VERSION', '1.0-beta5'); +define ('POCKET_FILE', '/ril_export.html'); +define ('READABILITY_FILE', '/readability'); +define ('INSTAPAPER_FILE', '/instapaper-export.html'); +define ('POCHE_FILE', '/poche-export'); -define ('IMPORT_POCKET_FILE', ROOT . '/ril_export.html'); -define ('IMPORT_READABILITY_FILE', ROOT . '/readability'); -define ('IMPORT_INSTAPAPER_FILE', ROOT . '/instapaper-export.html'); \ No newline at end of file +define ('IMPORT_POCKET_FILE', ROOT . POCKET_FILE); +define ('IMPORT_READABILITY_FILE', ROOT . READABILITY_FILE); +define ('IMPORT_INSTAPAPER_FILE', ROOT . INSTAPAPER_FILE); +define ('IMPORT_POCHE_FILE', ROOT . POCHE_FILE); \ No newline at end of file