Initial commit (working)
[fanfix.git] / src / be / nikiroo / fanfix / bundles / config.properties
CommitLineData
08fe2e33
NR
1# Configuration options
2#
3
4
5# (WHAT: language, FORMAT: language (example: en-GB) or nothing for default system language)
6# Force the language (can be overwritten again with the env variable $LANG)
7LANG =
8# (WHAT: directory, FORMAT: absolute path, $HOME variable supported, / is always accepted as dir separator)
9# The directory where to store temporary files, defaults to a directory 'fanfic-tmp' in the system default temporary directory
10CACHE_DIR =
11# (WHAT: delay in hours, FORMAT: integer | 0: no cache | -1: infinite time cache which is default)
12# The delay after which a cached resource that is thought to change ~often is considered too old and triggers a refresh
13CACHE_MAX_TIME_CHANGING = 24
14# (WHAT: delay in hours, FORMAT: integer | 0: no cache | -1: infinite time cache which is default)
15# The delay after which a cached resource that is thought to change rarely is considered too old and triggers a refresh
16CACHE_MAX_TIME_STABLE =
17# (WHAT: string)
18# The user-agent to use to download files
19USER_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; 79x24)
20# (WHAT: directory, FORMAT: absolute path, $HOME variable supported, / is always accepted as dir separator)
21# The directory where to get the default story covers
22DEFAULT_COVERS_DIR = $HOME/bin/epub/
23# (WHAT: directory, FORMAT: absolute path, $HOME variable supported, / is always accepted as dir separator)
24# The directory where to store the library
25LIBRARY_DIR = $HOME/Books
26# (WHAT: boolean, FORMAT: 'true' or 'false')
27# Show debug information on errors
28DEBUG_ERR = true
29# (WHAT: image format, FORMAT: PNG, JPG, BMP...)
30# Image format to use for cover images
31IMAGE_FORMAT_COVER = png
32# (WHAT: image format, FORMAT: PNG, JPG, BMP...)
33# Image format to use for content images
34IMAGE_FORMAT_CONTENT = png
35# (FORMAT: not used)
36# This key is only present to allow access to suffixes
37LATEX_LANG =
38# (WHAT: LaTeX output language, WHERE: LaTeX)
39# LaTeX full name for English
40LATEX_LANG_EN = english
41# (WHAT: LaTeX output language, WHERE: LaTeX)
42# LaTeX full name for French
43LATEX_LANG_FR = french
44# (WHAT: other 'by' prefixes before author name, FORMAT: coma-separated list)
45# used to identify the author
46BYS = by,par,de,©,(c)
47# (WHAT: Chapter identification languages, FORMAT: coma-separated list)
48# used to identify a starting chapter in text mode
49CHAPTER = EN,FR
50# (WHAT: Chapter identification string)
51# used to identify a starting chapter in text mode
52CHAPTER_EN = Chapter
53# (WHAT: Chapter identification string)
54# used to identify a starting chapter in text mode
55CHAPTER_FR = Chapitre