X-Git-Url: http://git.nikiroo.be/?p=fanfix.git;a=blobdiff_plain;f=src%2Fbe%2Fnikiroo%2Ffanfix%2Fbundles%2Fconfig.properties;h=79f2ac9c67701a5dc5c28b795eb9ac3d68d80903;hp=8a1d6c1ef66a61fec2eea0c058a6323a64615ac0;hb=3727aae2b0516c5ed5366cde29544565f1d6c6b0;hpb=89cb07a69f3ee217f9ea6a4284bec0df94ef77fa diff --git a/src/be/nikiroo/fanfix/bundles/config.properties b/src/be/nikiroo/fanfix/bundles/config.properties index 8a1d6c1..79f2ac9 100644 --- a/src/be/nikiroo/fanfix/bundles/config.properties +++ b/src/be/nikiroo/fanfix/bundles/config.properties @@ -5,9 +5,15 @@ # (WHAT: language, FORMAT: language (example: en-GB) or nothing for default system language) # Force the language (can be overwritten again with the env variable $LANG) LANG = +# (WHAT: reader type, FORMAT: CLI or LOCAL) +# Select the reader to use to read stories (CLI = simple output to console, LOCAL = use local system file handler) +READER_TYPE = # (WHAT: directory, FORMAT: absolute path, $HOME variable supported, / is always accepted as dir separator) # The directory where to store temporary files, defaults to a directory 'fanfic-tmp' in the system default temporary directory CACHE_DIR = +# (WHAT: directory, FORMAT: absolute path, $HOME variable supported, / is always accepted as dir separator) +# The directory where to store temporary files, defaults to a directory 'fanfic-reader' in the system default temporary directory +CACHE_DIR_LOCAL_READER = # (WHAT: delay in hours, FORMAT: integer | 0: no cache | -1: infinite time cache which is default) # The delay after which a cached resource that is thought to change ~often is considered too old and triggers a refresh CACHE_MAX_TIME_CHANGING = 24