New one-item-per-source-type mode
[fanfix.git] / src / be / nikiroo / fanfix / bundles / ui.properties
index f0caf3ae9aecfc43ef67a419934948df7bbee58d..d98410a8da5c9130a00e779c59a60bc8d027a961 100644 (file)
@@ -2,15 +2,26 @@
 #
 
 
-# (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
+# The directory where to store temporary files, defaults to directory 'tmp.reader' in the conig directory (usually $HOME/.fanfix)
+# (FORMAT: DIRECTORY) absolute path, $HOME variable supported, / is always accepted as dir separator
 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)
+# (FORMAT: COMBO_LIST) One of the known output type
+# ALLOWED VALUES: "HTML" "CBZ"
+NON_IMAGES_DOCUMENT_TYPE = HTML
 # 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)
+# (FORMAT: COMBO_LIST) 
+# ALLOWED VALUES: "HTML" "CBZ"
+IMAGES_DOCUMENT_TYPE = CBZ
+# 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 = 
+# 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
+# (FORMAT: COLOR) 
 BACKGROUND_COLOR = #FFFFFF
+# Show one item per source type when in ALL sources mode instead of one per story
+# (FORMAT: BOOLEAN) 
+SOURCE_PAGE = false