X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;ds=sidebyside;f=src%2Fbe%2Fnikiroo%2Ffanfix%2Fbundles%2Fconfig.properties;h=535fb32617e0a32e15b912a39ee77007979479f9;hb=a6395bef99a8e917f67341ef1906917b87df24a4;hp=79f2ac9c67701a5dc5c28b795eb9ac3d68d80903;hpb=3727aae2b0516c5ed5366cde29544565f1d6c6b0;p=fanfix.git diff --git a/src/be/nikiroo/fanfix/bundles/config.properties b/src/be/nikiroo/fanfix/bundles/config.properties index 79f2ac9..535fb32 100644 --- a/src/be/nikiroo/fanfix/bundles/config.properties +++ b/src/be/nikiroo/fanfix/bundles/config.properties @@ -31,7 +31,7 @@ DEFAULT_COVERS_DIR = $HOME/bin/epub/ LIBRARY_DIR = $HOME/Books # (WHAT: boolean, FORMAT: 'true' or 'false') # Show debug information on errors -DEBUG_ERR = true +DEBUG_ERR = false # (WHAT: image format, FORMAT: PNG, JPG, BMP...) # Image format to use for cover images IMAGE_FORMAT_COVER = png @@ -47,10 +47,10 @@ LATEX_LANG_EN = english # (WHAT: LaTeX output language, WHERE: LaTeX) # LaTeX full name for French LATEX_LANG_FR = french -# (WHAT: other 'by' prefixes before author name, FORMAT: coma-separated list) +# (WHAT: other 'by' prefixes before author name, FORMAT: comma-separated list) # used to identify the author BYS = by,par,de,©,(c) -# (WHAT: Chapter identification languages, FORMAT: coma-separated list) +# (WHAT: Chapter identification languages, FORMAT: comma-separated list) # used to identify a starting chapter in text mode CHAPTER = EN,FR # (WHAT: Chapter identification string) @@ -59,3 +59,9 @@ CHAPTER_EN = Chapter # (WHAT: Chapter identification string) # used to identify a starting chapter in text mode CHAPTER_FR = Chapitre +# (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