source: extensions/PHP_Optimisateur/config.xml @ 8195

Last change on this file since 8195 was 8195, checked in by mistic100, 13 years ago
  • Nouveau plugin : CreateCustomThumbs permet de créer des miniatures de taille fixe
  • On peut maintenant désinstaller un plugin facilement
  • Ajout d’une option pour gérer le dossier de sortie non vide (effacer, continuer, bloquer)
File size: 880 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<config>
3        <DIRsource>./in/</DIRsource>
4        <DIRsortie>./out/</DIRsortie>
5        <silentORNOT>false</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>000 000 000</copyCOLOR>             
24        <copyFONT>Arial</copyFONT>
25        <PluginsBefore></PluginsBefore>
26        <PluginsProcess></PluginsProcess>
27        <PluginsAfter></PluginsAfter>
28</config>
Note: See TracBrowser for help on using the repository browser.