Version 1.4.0
[fanfix.git] / src / be / nikiroo / fanfix / bundles / config.properties
index 3f8345f4f569e2c3a6c3abc2fb6deeea79774698..2fa3d32a054ffe846e5eac1b44ad898ec757bf38 100644 (file)
@@ -2,63 +2,63 @@
 #
 
 
-# (WHAT: language, FORMAT: language (example: en-GB) or nothing for default system language)
+# (WHAT: language (example: en-GB, fr-BE...) or nothing for default system language, FORMAT: Locale|'')
 # Force the language (can be overwritten again with the env variable $LANG)
 LANG = 
-# (WHAT: reader type, FORMAT: CLI or LOCAL)
-# Select the default reader to use to read stories (CLI = simple output to console, LOCAL = use local system file handler)
+# (WHAT: reader type (CLI = simple output to console, LOCAL = use local system file handler), FORMAT: 'CLI'|'LOCAL')
+# Select the default reader to use to read stories
 READER_TYPE = 
-# (WHAT: directory, FORMAT: absolute path, $HOME variable supported, / is always accepted as dir separator)
+# (WHAT: absolute path, $HOME variable supported, / is always accepted as dir separator, FORMAT: Directory)
 # The directory where to store temporary files, defaults to directory 'tmp' in the conig directory (usually $HOME/.fanfix)
 CACHE_DIR = 
-# (WHAT: delay in hours, FORMAT: integer | 0: no cache | -1: infinite time cache which is default)
+# (WHAT: delay in hours, or 0 for no cache, or -1 for infinite time (default), FORMAT: int)
 # 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
-# (WHAT: delay in hours, FORMAT: integer | 0: no cache | -1: infinite time cache which is default)
+# (WHAT: delay in hours, or 0 for no cache, or -1 for infinite time (default), FORMAT: int)
 # The delay after which a cached resource that is thought to change rarely is considered too old and triggers a refresh
 CACHE_MAX_TIME_STABLE = 
-# (WHAT: string)
+# (WHAT: string, FORMAT: String)
 # The user-agent to use to download files
 USER_AGENT = Mozilla/5.0 (X11; Linux x86_64; rv:44.0) Gecko/20100101 Firefox/44.0 -- ELinks/0.9.3 (Linux 2.6.11 i686; 80x24)
-# (WHAT: directory, FORMAT: absolute path, $HOME variable supported, / is always accepted as dir separator)
+# (WHAT: absolute path, $HOME variable supported, / is always accepted as dir separator, FORMAT: Directory)
 # The directory where to get the default story covers
 DEFAULT_COVERS_DIR = $HOME/bin/epub/
-# (WHAT: directory, FORMAT: absolute path, $HOME variable supported, / is always accepted as dir separator)
+# (WHAT: absolute path, $HOME variable supported, / is always accepted as dir separator, FORMAT: Directory)
 # The directory where to store the library
 LIBRARY_DIR = $HOME/Books
-# (WHAT: boolean, FORMAT: 'true' or 'false')
+# (WHAT: boolean, FORMAT: 'true'|'false')
 # Show debug information on errors
 DEBUG_ERR = false
-# (WHAT: image format, FORMAT: PNG, JPG, BMP...)
+# (WHAT: image format, FORMAT: 'PNG'|JPG'|'BMP')
 # Image format to use for cover images
 IMAGE_FORMAT_COVER = png
-# (WHAT: image format, FORMAT: PNG, JPG, BMP...)
+# (WHAT: image format, FORMAT: 'PNG'|JPG'|'BMP')
 # Image format to use for content images
 IMAGE_FORMAT_CONTENT = png
-# (FORMAT: not used)
-# This key is only present to allow access to suffixes
-LATEX_LANG = 
-# (WHAT: LaTeX output language, WHERE: LaTeX)
+# (WHAT: LaTeX output language, WHERE: LaTeX, FORMAT: String)
 # LaTeX full name for English
 LATEX_LANG_EN = english
-# (WHAT: LaTeX output language, WHERE: LaTeX)
+# (WHAT: LaTeX output language, WHERE: LaTeX, FORMAT: String)
 # LaTeX full name for French
 LATEX_LANG_FR = french
-# (WHAT: other 'by' prefixes before author name, FORMAT: comma-separated list)
+# (WHAT: other 'by' prefixes before author name, FORMAT: comma-separated list|String)
 # used to identify the author
 BYS = by,par,de,©,(c)
-# (WHAT: Chapter identification languages, FORMAT: comma-separated list)
+# (WHAT: Chapter identification languages, FORMAT: comma-separated list|String)
 # used to identify a starting chapter in text mode
 CHAPTER = EN,FR
-# (WHAT: Chapter identification string)
+# (WHAT: Chapter identification string, WHERE: String)
 # used to identify a starting chapter in text mode
 CHAPTER_EN = Chapter
-# (WHAT: Chapter identification string)
+# (WHAT: Chapter identification string, WHERE: String)
 # used to identify a starting chapter in text mode
 CHAPTER_FR = Chapitre
-# (WHAT: Login information)
+# (WHAT: Login information, FORMAT: String)
 # used to login on YiffStar to have access to all the stories (should not be necessary anymore)
 LOGIN_YIFFSTAR_USER = 
-# (WHAT: Login information)
+# (WHAT: Login information, FORMAT: Password)
 # used to login on YiffStar to have access to all the stories (should not be necessary anymore)
 LOGIN_YIFFSTAR_PASS = 
+# (WHAT: Minimum time between version update checks in days, or -1 for 'no checks' -- default is 1 day, WHERE: VersionCheck, FORMAT: int)
+# If the last update check was done at least that many days, check for updates at startup
+UPDATE_INTERVAL =