From f8c2736a1058f7f1f2d75479e29df7d267794791 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Wed, 11 Feb 2015 09:39:42 +0100 Subject: remove docs --- docs/en/User_documentation/Hidden_options.html | 116 ------------------------- 1 file changed, 116 deletions(-) delete mode 100644 docs/en/User_documentation/Hidden_options.html (limited to 'docs/en/User_documentation/Hidden_options.html') diff --git a/docs/en/User_documentation/Hidden_options.html b/docs/en/User_documentation/Hidden_options.html deleted file mode 100644 index 83c9668b..00000000 --- a/docs/en/User_documentation/Hidden_options.html +++ /dev/null @@ -1,116 +0,0 @@ - - - - - - - Hidden options - - - - - - - - - - - - - - - -
- -
-
- -
- -
- -
-
-
-
- - -

Be careful

-

Attention, this part is for advanced users only. We'll edit an important file of wallabag, inc/poche/config.inc.php, please make a backup of this file before changes.
-If you make a mistake while editing a wallabag file, your application may be broken.

-

This file is created when wallabag is installed.
-Please first install wallabag, make a backup of this file and open it with Sublime Text your favorite editor.

-

In this file are defined some parameters that you can't change on the wallabag configuration page.

-

Advanced options

-

Each parameter is defined like this:

-
@define ('PARAMETER_NAME', 'Parameter value');
-

For each line, you can only change Parameter value part.

-

TODO explain all the following parameters

-

Here are all the parameters you can change:

-
    -
  • HTTP_PORT (default value is 80): Expected value: a digit.
  • -
  • SSL_PORT (default value is 443): Expected value: a digit.
  • -
  • DEBUG_POCHE (default value is FALSE): Expected values: TRUE or FALSE.
  • -
  • DOWNLOAD_PICTURES (default value is FALSE): Expected values: TRUE or FALSE.
  • -
  • SHARE_TWITTER (default value is TRUE): Expected values: TRUE or FALSE.
  • -
  • SHARE_MAIL (par défaut, TRUE): Expected values: TRUE or FALSE.
  • -
  • SHARE_SHAARLI (default value is FALSE): Expected values: TRUE or FALSE.
  • -
  • SHAARLI_URL (default value is 'http://myshaarliurl.com'): Expected value: your Shaarli URL.
  • -
  • FLATTR (default value is TRUE): Expected values: TRUE or FALSE.
  • -
  • SHOW_PRINTLINK (default value is '1'): Expected values: '0' to disable, '1' to enable.
  • -
  • SHOW_READPERCENT (default value is '1'): '0' to disable, '1' to enable.
  • -
  • PAGINATION (default value is '12'): Expected value: a digit.
  • -
-
-
-
-
-
- - - - - - - - - - - - - - - - - - - - -- cgit v1.2.3