Regenerate docs.

This commit is contained in:
Florian Bruhin 2015-08-06 18:58:09 +02:00
parent a34fa93f62
commit 55d282dadb
3 changed files with 16 additions and 0 deletions

View File

@ -34,6 +34,8 @@ Added
them. There's also a new `show-switching` option to configure the timeout. them. There's also a new `show-switching` option to configure the timeout.
- New setting `storage -> remember-download-directory` to remember the last - New setting `storage -> remember-download-directory` to remember the last
used download directory. used download directory.
- New setting `storage -> prompt-download-directory` to download all downloads
without asking.
Changed Changed
~~~~~~~ ~~~~~~~

View File

@ -153,6 +153,7 @@ Contributors, sorted by the number of commits in descending order:
* Martin Zimmermann * Martin Zimmermann
* Error 800 * Error 800
* Brian Jackson * Brian Jackson
* Alexander Cogneau
* sbinix * sbinix
* Tobias Patzl * Tobias Patzl
* Johannes Altmanninger * Johannes Altmanninger

View File

@ -123,6 +123,7 @@
|============== |==============
|Setting|Description |Setting|Description
|<<storage-download-directory,download-directory>>|The directory to save downloads to. An empty value selects a sensible os-specific default. Will expand environment variables. |<<storage-download-directory,download-directory>>|The directory to save downloads to. An empty value selects a sensible os-specific default. Will expand environment variables.
|<<storage-prompt-download-directory,prompt-download-directory>>|Whether to prompt the user for the download location.
|<<storage-remember-download-directory,remember-download-directory>>|Whether to remember the last used download directory. |<<storage-remember-download-directory,remember-download-directory>>|Whether to remember the last used download directory.
|<<storage-maximum-pages-in-cache,maximum-pages-in-cache>>|The maximum number of pages to hold in the global memory page cache. |<<storage-maximum-pages-in-cache,maximum-pages-in-cache>>|The maximum number of pages to hold in the global memory page cache.
|<<storage-object-cache-capacities,object-cache-capacities>>|The capacities for the global memory cache for dead objects such as stylesheets or scripts. Syntax: cacheMinDeadCapacity, cacheMaxDead, totalCapacity. |<<storage-object-cache-capacities,object-cache-capacities>>|The capacities for the global memory cache for dead objects such as stylesheets or scripts. Syntax: cacheMinDeadCapacity, cacheMaxDead, totalCapacity.
@ -1106,6 +1107,18 @@ The directory to save downloads to. An empty value selects a sensible os-specifi
Default: empty Default: empty
[[storage-prompt-download-directory]]
=== prompt-download-directory
Whether to prompt the user for the download location.
If set to false, 'download-directory' will be used.
Valid values:
* +true+
* +false+
Default: +pass:[true]+
[[storage-remember-download-directory]] [[storage-remember-download-directory]]
=== remember-download-directory === remember-download-directory
Whether to remember the last used download directory. Whether to remember the last used download directory.