Version 1.4.0
[nikiroo-utils.git] / src / be / nikiroo / fanfix / bundles / config.properties
CommitLineData
08fe2e33
NR
1# Configuration options
2#
3
4
b42117f1 5# (WHAT: language (example: en-GB, fr-BE...) or nothing for default system language, FORMAT: Locale|'')
08fe2e33
NR
6# Force the language (can be overwritten again with the env variable $LANG)
7LANG =
b42117f1
NR
8# (WHAT: reader type (CLI = simple output to console, LOCAL = use local system file handler), FORMAT: 'CLI'|'LOCAL')
9# Select the default reader to use to read stories
3727aae2 10READER_TYPE =
b42117f1 11# (WHAT: absolute path, $HOME variable supported, / is always accepted as dir separator, FORMAT: Directory)
68e370a4 12# The directory where to store temporary files, defaults to directory 'tmp' in the conig directory (usually $HOME/.fanfix)
08fe2e33 13CACHE_DIR =
b42117f1 14# (WHAT: delay in hours, or 0 for no cache, or -1 for infinite time (default), FORMAT: int)
08fe2e33
NR
15# The delay after which a cached resource that is thought to change ~often is considered too old and triggers a refresh
16CACHE_MAX_TIME_CHANGING = 24
b42117f1 17# (WHAT: delay in hours, or 0 for no cache, or -1 for infinite time (default), FORMAT: int)
08fe2e33
NR
18# The delay after which a cached resource that is thought to change rarely is considered too old and triggers a refresh
19CACHE_MAX_TIME_STABLE =
b42117f1 20# (WHAT: string, FORMAT: String)
08fe2e33 21# The user-agent to use to download files
edd46289 22USER_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)
b42117f1 23# (WHAT: absolute path, $HOME variable supported, / is always accepted as dir separator, FORMAT: Directory)
08fe2e33
NR
24# The directory where to get the default story covers
25DEFAULT_COVERS_DIR = $HOME/bin/epub/
b42117f1 26# (WHAT: absolute path, $HOME variable supported, / is always accepted as dir separator, FORMAT: Directory)
08fe2e33
NR
27# The directory where to store the library
28LIBRARY_DIR = $HOME/Books
b42117f1 29# (WHAT: boolean, FORMAT: 'true'|'false')
08fe2e33 30# Show debug information on errors
d0114000 31DEBUG_ERR = false
b42117f1 32# (WHAT: image format, FORMAT: 'PNG'|JPG'|'BMP')
08fe2e33
NR
33# Image format to use for cover images
34IMAGE_FORMAT_COVER = png
b42117f1 35# (WHAT: image format, FORMAT: 'PNG'|JPG'|'BMP')
08fe2e33
NR
36# Image format to use for content images
37IMAGE_FORMAT_CONTENT = png
b42117f1 38# (WHAT: LaTeX output language, WHERE: LaTeX, FORMAT: String)
08fe2e33
NR
39# LaTeX full name for English
40LATEX_LANG_EN = english
b42117f1 41# (WHAT: LaTeX output language, WHERE: LaTeX, FORMAT: String)
08fe2e33
NR
42# LaTeX full name for French
43LATEX_LANG_FR = french
b42117f1 44# (WHAT: other 'by' prefixes before author name, FORMAT: comma-separated list|String)
08fe2e33
NR
45# used to identify the author
46BYS = by,par,de,©,(c)
b42117f1 47# (WHAT: Chapter identification languages, FORMAT: comma-separated list|String)
08fe2e33
NR
48# used to identify a starting chapter in text mode
49CHAPTER = EN,FR
b42117f1 50# (WHAT: Chapter identification string, WHERE: String)
08fe2e33
NR
51# used to identify a starting chapter in text mode
52CHAPTER_EN = Chapter
b42117f1 53# (WHAT: Chapter identification string, WHERE: String)
08fe2e33
NR
54# used to identify a starting chapter in text mode
55CHAPTER_FR = Chapitre
b42117f1 56# (WHAT: Login information, FORMAT: String)
13285ff8 57# used to login on YiffStar to have access to all the stories (should not be necessary anymore)
6e06d2cc 58LOGIN_YIFFSTAR_USER =
b42117f1 59# (WHAT: Login information, FORMAT: Password)
13285ff8 60# used to login on YiffStar to have access to all the stories (should not be necessary anymore)
6e06d2cc 61LOGIN_YIFFSTAR_PASS =
b42117f1
NR
62# (WHAT: Minimum time between version update checks in days, or -1 for 'no checks' -- default is 1 day, WHERE: VersionCheck, FORMAT: int)
63# If the last update check was done at least that many days, check for updates at startup
64UPDATE_INTERVAL =