source: extensions/PHP_Optimisateur/config.xml @ 14518

Last change on this file since 14518 was 9632, checked in by mistic100, 13 years ago

[tools] PHP Optimisateur :

  • bug with uppercase extensions corrected
File size: 739 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<config>
3        <DIRsource>in/</DIRsource>
4        <DIRsortie>out/</DIRsortie>
5        <silentORNOT>block</silentORNOT>
6        <DIRhighORNOT>true</DIRhighORNOT>
7        <DIMhdORNOT>true</DIMhdORNOT>
8        <renameORNOT>true</renameORNOT>
9        <indexORNOT>true</indexORNOT>
10        <prefixe_mini>TN-</prefixe_mini>
11        <DIMhd>2560</DIMhd>
12        <DIMnormal>800</DIMnormal>
13        <DIMthumbnail>120</DIMthumbnail>
14        <Qhd>100</Qhd>
15        <Qnormal>80</Qnormal>
16        <Qthumbnail>80</Qthumbnail>
17        <DPI>72</DPI>
18        <copyright>© 2010</copyright>
19        <copyONhd>false</copyONhd>
20        <copyONnormal>false</copyONnormal>
21        <copyPOS>bottom-right</copyPOS>
22        <copySIZE>0.05</copySIZE>
23        <copyCOLOR>000000</copyCOLOR>
24        <copyFONT>Arial</copyFONT>
25        <Plugins></Plugins>
26</config>
Note: See TracBrowser for help on using the repository browser.