X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fbe%2Fnikiroo%2Ffanfix%2Fbundles%2Fui.properties;h=dbb1bb8b8a3fcd243b23474c2a2683b47294ab74;hb=27f3b37ff1bb4b7eed69b44e0ccd7b23380dcf44;hp=f0caf3ae9aecfc43ef67a419934948df7bbee58d;hpb=b4dc6ab518ded2dd92e4cbb02ac615b1d57e8e6d;p=fanfix.git diff --git a/src/be/nikiroo/fanfix/bundles/ui.properties b/src/be/nikiroo/fanfix/bundles/ui.properties index f0caf3a..dbb1bb8 100644 --- a/src/be/nikiroo/fanfix/bundles/ui.properties +++ b/src/be/nikiroo/fanfix/bundles/ui.properties @@ -2,15 +2,29 @@ # -# (WHAT: directory, FORMAT: absolute path, $HOME variable supported, / is always accepted as dir separator) -# The directory where to store temporary files, defaults to a directory 'fanfic-reader' in the system default temporary directory -CACHE_DIR_LOCAL_READER = -# (WHAT: Output type, WHERE: Local Reader, FORMAT: One of the known output type) -# The type of output for the Local Reader for non-images documents -LOCAL_READER_NON_IMAGES_DOCUMENT_TYPE = HTML -# (WHAT: Output type, WHERE: Local Reader, FORMAT: One of the known output type) -# The type of output for the Local Reader for images documents -LOCAL_READER_IMAGES_DOCUMENT_TYPE = CBZ -# (WHAT: A background colour, WHERE: Local Reader Frame, FORMAT: #rrggbb) -# The background colour if you don't want the default system one -BACKGROUND_COLOR = #FFFFFF +# 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: "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 = 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 = 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 =