X-Git-Url: http://git.nikiroo.be/?p=fanfix.git;a=blobdiff_plain;f=src%2Fbe%2Fnikiroo%2Ffanfix%2Fbundles%2Fui.properties;fp=src%2Fbe%2Fnikiroo%2Ffanfix%2Fbundles%2Fui.properties;h=dbb1bb8b8a3fcd243b23474c2a2683b47294ab74;hp=238e574ce070f18e896e22678b980b1e92fe7c72;hb=7cd006eb6525c3225cca01d1b064b355f3d59bdc;hpb=b7cd9db81ba27c67fdd8dd5a42b5f9e4137622db diff --git a/src/be/nikiroo/fanfix/bundles/ui.properties b/src/be/nikiroo/fanfix/bundles/ui.properties index 238e574..dbb1bb8 100644 --- a/src/be/nikiroo/fanfix/bundles/ui.properties +++ b/src/be/nikiroo/fanfix/bundles/ui.properties @@ -2,29 +2,29 @@ # -# The directory where to store temporary files, defaults to directory 'tmp.reader' in the config directory (usually $HOME/.fanfix) -# (FORMAT: DIRECTORY) absolute path, $HOME variable supported, / is always accepted as dir separator -CACHE_DIR_LOCAL_READER = -# The type of output for the GUI Reader for non-images documents -# (FORMAT: COMBO_LIST) One of the known output type -# ALLOWED VALUES: "INFO_TEXT" "EPUB" "HTML" "TEXT" -GUI_NON_IMAGES_DOCUMENT_TYPE = HTML -# The type of output for the GUI Reader for images documents +# The directory where to store temporary files for the GUI reader; any relative path uses the applciation config directory as base, $HOME notation is supported, / is always accepted as directory separator +# (FORMAT: DIRECTORY) +#CACHE_DIR_LOCAL_READER = tmp-reader/ +# How to save the cached stories for the GUI Reader (non-images documents) -- those files will be sent to the reader # (FORMAT: COMBO_LIST) -# ALLOWED VALUES: "CBZ" "HTML" -GUI_IMAGES_DOCUMENT_TYPE = CBZ -# Use the internal reader for images documents -- this is TRUE by default +# ALLOWED VALUES: "INFO_TEXT", "EPUB", "HTML", "TEXT" +#GUI_NON_IMAGES_DOCUMENT_TYPE = EPUB +# How to save the cached stories for the GUI Reader (images documents) -- those files will be sent to the reader +# (FORMAT: COMBO_LIST) +# ALLOWED VALUES: "CBZ", "HTML" +#GUI_IMAGES_DOCUMENT_TYPE = CBZ +# Use the internal reader for images documents # (FORMAT: BOOLEAN) -IMAGES_DOCUMENT_USE_INTERNAL_READER = -# The command launched for images documents -- default to the system default for the current file type -# (FORMAT: STRING) A command to start -IMAGES_DOCUMENT_READER = -# Use the internal reader for non images documents -- this is TRUE by default +#IMAGES_DOCUMENT_USE_INTERNAL_READER = true +# The external viewer for images documents (or empty to use the system default program for the given file type) +# (FORMAT: STRING) +#IMAGES_DOCUMENT_READER = +# Use the internal reader for non-images documents # (FORMAT: BOOLEAN) -NON_IMAGES_DOCUMENT_USE_INTERNAL_READER = -# The command launched for non images documents -- default to the system default for the current file type -# (FORMAT: STRING) A command to start -NON_IMAGES_DOCUMENT_READER = -# The background colour if you don't want the default system one +#NON_IMAGES_DOCUMENT_USE_INTERNAL_READER = true +# The external viewer for non-images documents (or empty to use the system default program for the given file type) +# (FORMAT: STRING) +#NON_IMAGES_DOCUMENT_READER = +# The background colour of the library if you don't like the default system one # (FORMAT: COLOR) -BACKGROUND_COLOR = #FFFFFF +#BACKGROUND_COLOR =