kde-extraapps/kget/transfer-plugins/checksumsearch/kget_checksumsearchfactory.kcfg
Ivailo Monev eddd15b312 kget: deal with TODO related to SHA-256/SHA-512 checksums support
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2021-08-08 07:09:09 +03:00

22 lines
1 KiB
XML

<?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" >
<include>kdemacros.h</include>
<kcfgfile name="kget_checksumsearchfactory.rc"/>
<group name="ChecksumSearch">
<entry name="SearchStrings" type="StringList">
<label>List of the available search engines</label>
<default>.md4,MD4SUMS,.md5,MD5SUMS,.sha1,SHA1SUMS,.sha256,SHA256SUMS,.sha512,SHA512SUMS,-CHECKSUM</default>
</entry>
<entry name="UrlChangeModeList" type="IntList">
<label>List of the available search engine URLs</label>
<default>0,1,0,1,0,1,0,1,0,1,2</default>
</entry>
<entry name="ChecksumTypeList" type="StringList">
<label>List of the available search engine URLs</label>
<default>md4,md4,md5,md5,sha1,sha1,sha256,sha256,sha512,sha512,</default>
</entry>
</group>
</kcfg>