X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fbe%2Fnikiroo%2Ffanfix%2Fbundles%2Fconfig.properties;h=c8a9e71a2c1c8df74681eaca24239c8e33b53566;hb=b4dc6ab518ded2dd92e4cbb02ac615b1d57e8e6d;hp=8a1d6c1ef66a61fec2eea0c058a6323a64615ac0;hpb=08fe2e33007063e30fe22dc1d290f8afaa18eb1d;p=nikiroo-utils.git diff --git a/src/be/nikiroo/fanfix/bundles/config.properties b/src/be/nikiroo/fanfix/bundles/config.properties index 8a1d6c1..c8a9e71 100644 --- a/src/be/nikiroo/fanfix/bundles/config.properties +++ b/src/be/nikiroo/fanfix/bundles/config.properties @@ -5,6 +5,9 @@ # (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 = @@ -25,7 +28,7 @@ DEFAULT_COVERS_DIR = $HOME/bin/epub/ LIBRARY_DIR = $HOME/Books # (WHAT: boolean, FORMAT: 'true' or 'false') # Show debug information on errors -DEBUG_ERR = true +DEBUG_ERR = false # (WHAT: image format, FORMAT: PNG, JPG, BMP...) # Image format to use for cover images IMAGE_FORMAT_COVER = png @@ -41,10 +44,10 @@ LATEX_LANG_EN = english # (WHAT: LaTeX output language, WHERE: LaTeX) # LaTeX full name for French LATEX_LANG_FR = french -# (WHAT: other 'by' prefixes before author name, FORMAT: coma-separated list) +# (WHAT: other 'by' prefixes before author name, FORMAT: comma-separated list) # used to identify the author BYS = by,par,de,©,(c) -# (WHAT: Chapter identification languages, FORMAT: coma-separated list) +# (WHAT: Chapter identification languages, FORMAT: comma-separated list) # used to identify a starting chapter in text mode CHAPTER = EN,FR # (WHAT: Chapter identification string)