Add a new TUI system based upon Jexer (WIP)
[fanfix.git] / src / be / nikiroo / fanfix / bundles / config.properties
CommitLineData
08fe2e33
NR
1# Configuration options
2#
3
4
ce788468
NR
5# language (example: en-GB, fr-BE...) or nothing for default system language
6# (FORMAT: LOCALE) Force the language (can be overwritten again with the env variable $LANG)
08fe2e33 7LANG =
c1873e56 8# reader type (CLI = simple output to console, TUI = Text User Interface with menus and windows, GUI = a GUI with locally stored files)
ce788468 9# (FORMAT: FIXED_LIST) Select the default reader to use to read stories
c1873e56 10# ALLOWED VALUES: "CLI" "GUI" "TUI"
3727aae2 11READER_TYPE =
ce788468
NR
12# absolute path, $HOME variable supported, / is always accepted as dir separator
13# (FORMAT: DIRECTORY) The directory where to store temporary files, defaults to directory 'tmp' in the conig directory (usually $HOME/.fanfix)
08fe2e33 14CACHE_DIR =
ce788468
NR
15# delay in hours, or 0 for no cache, or -1 for infinite time (default)
16# (FORMAT: INT) The delay after which a cached resource that is thought to change ~often is considered too old and triggers a refresh
08fe2e33 17CACHE_MAX_TIME_CHANGING = 24
ce788468
NR
18# delay in hours, or 0 for no cache, or -1 for infinite time (default)
19# (FORMAT: INT) The delay after which a cached resource that is thought to change rarely is considered too old and triggers a refresh
08fe2e33 20CACHE_MAX_TIME_STABLE =
ce788468 21# string (FORMAT: STRING) 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)
ce788468
NR
23# absolute path, $HOME variable supported, / is always accepted as dir separator
24# (FORMAT: DIRECTORY) The directory where to get the default story covers
08fe2e33 25DEFAULT_COVERS_DIR = $HOME/bin/epub/
ce788468
NR
26# absolute path, $HOME variable supported, / is always accepted as dir separator
27# (FORMAT: DIRECTORY) The directory where to store the library
08fe2e33 28LIBRARY_DIR = $HOME/Books
ce788468 29# boolean (FORMAT: BOOLEAN) Show debug information on errors
d0114000 30DEBUG_ERR = false
ce788468
NR
31# image format (FORMAT: COMBO_LIST) Image format to use for cover images
32# ALLOWED VALUES: "PNG" "JPG" "BMP"
08fe2e33 33IMAGE_FORMAT_COVER = png
ce788468
NR
34# image format (FORMAT: COMBO_LIST) Image format to use for content images
35# ALLOWED VALUES: "PNG" "JPG" "BMP"
08fe2e33 36IMAGE_FORMAT_CONTENT = png
ce788468
NR
37# This item is used as a group, its content is not expected to be used.
38LATEX_LANG =
39# LaTeX output language: English
40# (FORMAT: STRING) LaTeX full name
08fe2e33 41LATEX_LANG_EN = english
ce788468
NR
42# LaTeX output language: French
43# (FORMAT: STRING) LaTeX full name
08fe2e33 44LATEX_LANG_FR = french
ce788468
NR
45# other 'by' prefixes before author name, used to identify the author
46# (FORMAT: STRING)
47# (This item accept a list of comma-separated values)
08fe2e33 48BYS = by,par,de,©,(c)
ce788468
NR
49# List of languages codes used for chapter identification (should not be changed)
50# (FORMAT: STRING) EN,FR
51# (This item accept a list of comma-separated values)
08fe2e33 52CHAPTER = EN,FR
ce788468
NR
53# Chapter identification String: English
54# (FORMAT: STRING) used to identify a starting chapter in text mode
08fe2e33 55CHAPTER_EN = Chapter
ce788468
NR
56# Chapter identification String: French
57# (FORMAT: STRING) used to identify a starting chapter in text mode
08fe2e33 58CHAPTER_FR = Chapitre
ce788468
NR
59# Login information (username) for YiffStar to have access to all the stories (should not be necessary anymore)
60# (FORMAT: STRING)
6e06d2cc 61LOGIN_YIFFSTAR_USER =
ce788468
NR
62# Login information (password) for YiffStar to have access to all the stories (should not be necessary anymore)
63# (FORMAT: PASSWORD)
6e06d2cc 64LOGIN_YIFFSTAR_PASS =
ce788468
NR
65# If the last update check was done at least that many days, check for updates at startup (-1 for 'no checks' -- default is 1 day)
66# (FORMAT: INT)
b42117f1 67UPDATE_INTERVAL =