Version 1.2.2: fixes, export in UI
[fanfix.git] / src / be / nikiroo / fanfix / bundles / ui.properties
CommitLineData
b4dc6ab5
NR
1# UI configuration options
2#
3
4
5# (WHAT: directory, FORMAT: absolute path, $HOME variable supported, / is always accepted as dir separator)
68e370a4 6# The directory where to store temporary files, defaults to directory 'tmp.reader' in the conig directory (usually $HOME/.fanfix)
b4dc6ab5
NR
7CACHE_DIR_LOCAL_READER =
8# (WHAT: Output type, WHERE: Local Reader, FORMAT: One of the known output type)
9# The type of output for the Local Reader for non-images documents
edd46289 10NON_IMAGES_DOCUMENT_TYPE = HTML
b4dc6ab5
NR
11# (WHAT: Output type, WHERE: Local Reader, FORMAT: One of the known output type)
12# The type of output for the Local Reader for images documents
edd46289
NR
13IMAGES_DOCUMENT_TYPE = CBZ
14# (WHAT: Program, WHERE: Local Reader, FORMAT: A command to start)
15# The command launched for images documents -- default to the system default for the current file type
16IMAGES_DOCUMENT_READER =
17# (WHAT: Program, WHERE: Local Reader, FORMAT: A command to start)
18# The command launched for non images documents -- default to the system default for the current file type
19NON_IMAGES_DOCUMENT_READER =
b4dc6ab5
NR
20# (WHAT: A background colour, WHERE: Local Reader Frame, FORMAT: #rrggbb)
21# The background colour if you don't want the default system one
22BACKGROUND_COLOR = #FFFFFF