8a1d6c1ef66a61fec2eea0c058a6323a64615ac0
[fanfix.git] / src / be / nikiroo / fanfix / bundles / config.properties
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)
7 LANG =
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
10 CACHE_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
13 CACHE_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
16 CACHE_MAX_TIME_STABLE =
17 # (WHAT: string)
18 # The user-agent to use to download files
19 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; 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
22 DEFAULT_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
25 LIBRARY_DIR = $HOME/Books
26 # (WHAT: boolean, FORMAT: 'true' or 'false')
27 # Show debug information on errors
28 DEBUG_ERR = true
29 # (WHAT: image format, FORMAT: PNG, JPG, BMP...)
30 # Image format to use for cover images
31 IMAGE_FORMAT_COVER = png
32 # (WHAT: image format, FORMAT: PNG, JPG, BMP...)
33 # Image format to use for content images
34 IMAGE_FORMAT_CONTENT = png
35 # (FORMAT: not used)
36 # This key is only present to allow access to suffixes
37 LATEX_LANG =
38 # (WHAT: LaTeX output language, WHERE: LaTeX)
39 # LaTeX full name for English
40 LATEX_LANG_EN = english
41 # (WHAT: LaTeX output language, WHERE: LaTeX)
42 # LaTeX full name for French
43 LATEX_LANG_FR = french
44 # (WHAT: other 'by' prefixes before author name, FORMAT: coma-separated list)
45 # used to identify the author
46 BYS = by,par,de,©,(c)
47 # (WHAT: Chapter identification languages, FORMAT: coma-separated list)
48 # used to identify a starting chapter in text mode
49 CHAPTER = EN,FR
50 # (WHAT: Chapter identification string)
51 # used to identify a starting chapter in text mode
52 CHAPTER_EN = Chapter
53 # (WHAT: Chapter identification string)
54 # used to identify a starting chapter in text mode
55 CHAPTER_FR = Chapitre