Partial HTML implementation, partial GUI support
[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: reader type, FORMAT: CLI or LOCAL)
9 # Select the reader to use to read stories (CLI = simple output to console, LOCAL = use local system file handler)
10 READER_TYPE =
11 # (WHAT: directory, FORMAT: absolute path, $HOME variable supported, / is always accepted as dir separator)
12 # The directory where to store temporary files, defaults to a directory 'fanfic-tmp' in the system default temporary directory
13 CACHE_DIR =
14 # (WHAT: directory, FORMAT: absolute path, $HOME variable supported, / is always accepted as dir separator)
15 # The directory where to store temporary files, defaults to a directory 'fanfic-reader' in the system default temporary directory
16 CACHE_DIR_LOCAL_READER =
17 # (WHAT: delay in hours, FORMAT: integer | 0: no cache | -1: infinite time cache which is default)
18 # The delay after which a cached resource that is thought to change ~often is considered too old and triggers a refresh
19 CACHE_MAX_TIME_CHANGING = 24
20 # (WHAT: delay in hours, FORMAT: integer | 0: no cache | -1: infinite time cache which is default)
21 # The delay after which a cached resource that is thought to change rarely is considered too old and triggers a refresh
22 CACHE_MAX_TIME_STABLE =
23 # (WHAT: string)
24 # The user-agent to use to download files
25 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)
26 # (WHAT: directory, FORMAT: absolute path, $HOME variable supported, / is always accepted as dir separator)
27 # The directory where to get the default story covers
28 DEFAULT_COVERS_DIR = $HOME/bin/epub/
29 # (WHAT: directory, FORMAT: absolute path, $HOME variable supported, / is always accepted as dir separator)
30 # The directory where to store the library
31 LIBRARY_DIR = $HOME/Books
32 # (WHAT: boolean, FORMAT: 'true' or 'false')
33 # Show debug information on errors
34 DEBUG_ERR = false
35 # (WHAT: image format, FORMAT: PNG, JPG, BMP...)
36 # Image format to use for cover images
37 IMAGE_FORMAT_COVER = png
38 # (WHAT: image format, FORMAT: PNG, JPG, BMP...)
39 # Image format to use for content images
40 IMAGE_FORMAT_CONTENT = png
41 # (FORMAT: not used)
42 # This key is only present to allow access to suffixes
43 LATEX_LANG =
44 # (WHAT: LaTeX output language, WHERE: LaTeX)
45 # LaTeX full name for English
46 LATEX_LANG_EN = english
47 # (WHAT: LaTeX output language, WHERE: LaTeX)
48 # LaTeX full name for French
49 LATEX_LANG_FR = french
50 # (WHAT: other 'by' prefixes before author name, FORMAT: comma-separated list)
51 # used to identify the author
52 BYS = by,par,de,©,(c)
53 # (WHAT: Chapter identification languages, FORMAT: comma-separated list)
54 # used to identify a starting chapter in text mode
55 CHAPTER = EN,FR
56 # (WHAT: Chapter identification string)
57 # used to identify a starting chapter in text mode
58 CHAPTER_EN = Chapter
59 # (WHAT: Chapter identification string)
60 # used to identify a starting chapter in text mode
61 CHAPTER_FR = Chapitre
62 # (WHAT: Output type, WHERE: Local Reader, FORMAT: One of the known output type)
63 # The type of output for the Local Reader for non-images documents
64 LOCAL_READER_NON_IMAGES_DOCUMENT_TYPE = HTML
65 # (WHAT: Output type, WHERE: Local Reader, FORMAT: One of the known output type)
66 # The type of output for the Local Reader for images documents
67 LOCAL_READER_IMAGES_DOCUMENT_TYPE = CBZ