2014-11-19 17:18:01 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
|
|
|
|
http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
|
2016-05-02 16:45:19 +00:00
|
|
|
<include>kdemacros.h</include>
|
2014-11-19 17:18:01 +00:00
|
|
|
<kcfgfile name="kget_checksumsearchfactory.rc"/>
|
|
|
|
<group name="ChecksumSearch">
|
|
|
|
<entry name="SearchStrings" type="StringList">
|
|
|
|
<label>List of the available search engines</label>
|
2022-03-28 01:35:44 +03:00
|
|
|
<default>.md5,.md5sum,MD5SUMS,.sha1,.sha1sum,SHA1SUMS,.sha256,.sha256sum,SHA256SUMS,.sha512,.sha512sum,SHA512SUMS,-CHECKSUM</default>
|
2014-11-19 17:18:01 +00:00
|
|
|
</entry>
|
|
|
|
<entry name="UrlChangeModeList" type="IntList">
|
|
|
|
<label>List of the available search engine URLs</label>
|
2022-03-28 01:35:44 +03:00
|
|
|
<default>0,2,1,0,2,1,0,2,1,0,2,1,2</default>
|
2014-11-19 17:18:01 +00:00
|
|
|
</entry>
|
|
|
|
<entry name="ChecksumTypeList" type="StringList">
|
|
|
|
<label>List of the available search engine URLs</label>
|
2022-03-28 01:35:44 +03:00
|
|
|
<default>md5,md5,md5,sha1,sha1,sha1,sha256,sha256,sha256,sha512,sha512,sha512,</default>
|
2014-11-19 17:18:01 +00:00
|
|
|
</entry>
|
|
|
|
</group>
|
|
|
|
</kcfg>
|