Mercurial > hg > digilib
comparison doc/src/site/markdown/digilib-config.md @ 1402:7770ac493446
small doc improvements.
author | robcast |
---|---|
date | Mon, 12 Oct 2015 15:07:25 +0200 |
parents | 828b6c8b1b19 |
children | 70e1225fe08c |
comparison
equal
deleted
inserted
replaced
1401:4b4973a9f34a | 1402:7770ac493446 |
---|---|
52 <!-- List of directories where images are searched. | 52 <!-- List of directories where images are searched. |
53 The authoritative directory with the high-resolution images | 53 The authoritative directory with the high-resolution images |
54 is first in list. --> | 54 is first in list. --> |
55 <parameter name="basedir-list" value="/docuserver/images:/docuserver/scaled/small" /> | 55 <parameter name="basedir-list" value="/docuserver/images:/docuserver/scaled/small" /> |
56 | 56 |
57 <!-- mimimum amount of scaling done with antialiasing --> | |
58 <parameter name="subsample-minimum" value="2"/> | |
59 | |
60 <!-- default interpolation quality (0=worst) --> | 57 <!-- default interpolation quality (0=worst) --> |
61 <parameter name="default-quality" value="2"/> | 58 <parameter name="default-quality" value="2"/> |
62 | 59 |
63 <!-- is sending whole image files with mo=file allowed? --> | 60 <!-- is sending whole image files with mo=file allowed? --> |
64 <parameter name="sendfile-allowed" value="true" /> | 61 <parameter name="sendfile-allowed" value="true" /> |
86 <parameter name="auth-url-path" value="authenticated/"/> | 83 <parameter name="auth-url-path" value="authenticated/"/> |
87 | 84 |
88 <!-- use mapping of "virtual directories" to real directories on the server --> | 85 <!-- use mapping of "virtual directories" to real directories on the server --> |
89 <parameter name="use-mapping" value="false"/> | 86 <parameter name="use-mapping" value="false"/> |
90 | 87 |
91 <!-- location of XML mapping file --> | 88 <!-- location of XML name mapping file --> |
92 <parameter name="mapping-file" value="digilib-map.xml"/> | 89 <parameter name="mapping-file" value="digilib-map.xml"/> |
93 | 90 |
94 <!-- location of logger config file --> | 91 <!-- location of logger config file --> |
95 <parameter name="log-config-file" value="log4j-config.xml"/> | 92 <parameter name="log-config-file" value="log4j-config.xml"/> |
96 </digilib-config> | 93 </digilib-config> |