X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=inline;f=inc%2Fpoche%2Fconfig.inc.default.php;h=6750383e3998b47b3905d3d4a49c3cda67156171;hb=7780b8cb370625e27894636ecce555c8200b6108;hp=0d249c64a5b195f84ba0054fcdb49454a4f5d25a;hpb=44b95cb81deae35f58e0058910afde2f2ffb9a60;p=github%2Fwallabag%2Fwallabag.git diff --git a/inc/poche/config.inc.default.php b/inc/poche/config.inc.default.php index 0d249c64..6750383e 100755 --- a/inc/poche/config.inc.default.php +++ b/inc/poche/config.inc.default.php @@ -44,6 +44,7 @@ @define ('SHARE_MAIL', TRUE); @define ('SHARE_SHAARLI', FALSE); @define ('SHAARLI_URL', 'http://myshaarliurl.com'); +@define ('SHARE_EVERNOTE', FALSE); @define ('SHARE_DIASPORA', FALSE); @define ('DIASPORA_URL', 'http://diasporapod.com'); # Don't add a / at the end @define ('FLATTR', TRUE); @@ -52,6 +53,16 @@ @define ('FLATTRABLE', '1'); @define ('FLATTRED', '2'); @define ('CARROT', FALSE); + +// ebook +@define ('EPUB', TRUE); +@define ('MOBI', FALSE); +@define ('PDF', FALSE); + +// registration +@define ('SEND_CONFIRMATION_EMAIL', FALSE); +@define ('ALLOW_REGISTER', TRUE); + // display or not print link in article view @define ('SHOW_PRINTLINK', '1'); // display or not percent of read in article view. Affects only default theme.