DevWarning=newDisplayItem("<b>Devlopement Facility</b> (<i>For Developers ONLY</i>),<br /><br /> <ul><li>By enabling devlopement mode, <b>Jackett will bypass his cache</b> and will <u>output debug messages to console</u> instead of his log file.</li></ul>"){Name="Devlopement"};
DevWarning=newDisplayItem("<b>Development Facility</b> (<i>For Developers ONLY</i>),<br /><br /> <ul><li>By enabling development mode, <b>Jackett will bypass his cache</b> and will <u>output debug messages to console</u> instead of his log file.</li><li>By enabling Hard Drive Cache, <b>This provider</b> will <u>save each query answers from tracker</u> in temp directory, in fact this reduce drastically HTTP requests when building a provider at parsing step for example. So, <b> Jackett will search for a cached query answer on hard drive before executing query on tracker side !</b> <i>DEV MODE must be enabled to use it !</li></ul>"){Name="Development"};
DevMode=newBoolItem{Name="Enable DEV MODE (Developers ONLY)",Value=false};
DevMode=newBoolItem{Name="Enable DEV MODE (Developers ONLY)",Value=false};
HardDriveCache=newBoolItem{Name="Enable HARD DRIVE CACHE (Developers ONLY)",Value=false};
HardDriveCacheKeepTime=newStringItem{Name="Keep Cached files for (ms)",Value="300000"};