Warning, /network/konqueror/plugins/webarchiver/app/settings.kcfg is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
0003       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0004       xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
0005                           http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
0006 
0007   <group name="Options">
0008 
0009     <entry name="WaitTime" type="UInt">
0010       <label>Wait time:</label>
0011       <tooltip>The wait time between item requests, to reduce web server load</tooltip>
0012       <min>0</min>
0013       <max>60</max>
0014       <default>1</default>
0015     </entry>
0016 
0017     <entry name="NoProxy" type="Bool">
0018       <label>Do not use proxy</label>
0019       <tooltip>Do not use the system proxy settings to fetch the web page</tooltip>
0020       <default>false</default>
0021     </entry>
0022 
0023     <entry name="RandomWait" type="Bool">
0024       <label>Randomise wait time</label>
0025       <tooltip>Vary the wait time between requests, to confuse server log analysis</tooltip>
0026       <default>false</default>
0027     </entry>
0028 
0029     <entry name="FixExtensions" type="Bool">
0030       <label>Save in standard web archive format</label>
0031       <tooltip>&lt;p&gt;Save downloaded files all in a single directory, with file name extensions suitable for local browsing.
0032                         For example, the main HTML page will always be called "index.html" and a remote .php page will be saved with the standard .html extension.&lt;/p&gt;
0033                &lt;p&gt;Leave this option turned on to produce a standard web archive (.war) file.&lt;/p&gt;
0034                &lt;p&gt;If this option is turned off, then the files will be saved exactly as downloaded.
0035                         This means that they may be in subdirectories reflecting the structure of the original web site, and extensions will not be adjusted.
0036                         Note that the download may not work correctly if the original URL refers to a directory but does not end with a slash.&lt;/p&gt;
0037       </tooltip>
0038       <default>true</default>
0039     </entry>
0040 
0041     <entry name="RunInTerminal" type="Bool">
0042       <label>Run in terminal</label>
0043       <tooltip>&lt;p&gt;Run the download process in a terminal window. Close the terminal window when the download has finished.&lt;/p&gt;
0044                &lt;p&gt;If this option is turned off then the download will run in the background. Its progress output should appear in the session log file.&lt;/p&gt;
0045       </tooltip>
0046       <default>false</default>
0047     </entry>
0048 
0049     <entry name="CloseWhenFinished" type="Bool">
0050       <label>Close when finished</label>
0051       <tooltip>Close this window when the download has finished successfully</tooltip>
0052       <default>false</default>
0053     </entry>
0054 
0055     <entry name="ArchiveType" type="String">
0056       <label>Archive &amp;type:</label>
0057       <tooltip>The type of web archive to save</tooltip>
0058       <default>application/x-webarchive</default>
0059     </entry>
0060 
0061   </group>
0062 </kcfg>