You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55 lines
2.0 KiB
55 lines
2.0 KiB
14 years ago
|
<?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" >
|
||
|
<kcfgfile name="kpilot_docconduitrc"/>
|
||
|
<group name="General">
|
||
|
<entry name="TXTDirectory" key="TXT Directory" type="Path"/>
|
||
|
<entry name="PDBDirectory" key="PDB Directory" type="Path"/>
|
||
|
<entry name="KeepPDBsLocally" key="Keep PDBs locally" type="Bool">
|
||
|
<default>false</default>
|
||
|
</entry>
|
||
|
<entry name="LocalSync" key="Sync only locally" type="Bool">
|
||
|
<default>false</default>
|
||
|
</entry>
|
||
|
<entry name="ConflictResolution" key="Conflict Resolution" type="UInt">
|
||
|
<default>0</default>
|
||
|
</entry>
|
||
|
<entry name="ConvertBookmarks" key="Convert Bookmarks" type="Bool">
|
||
|
<default>true</default>
|
||
|
</entry>
|
||
|
<entry name="BmkFileBookmarks" key="Bmk file bookmarks" type="Bool">
|
||
|
<default>true</default>
|
||
|
</entry>
|
||
|
<entry name="InlineBookmarks" key="Inline bookmarks" type="Bool">
|
||
|
<default>true</default>
|
||
|
</entry>
|
||
|
<entry name="EndtagBookmarks" key="Endtag bookmarks" type="Bool">
|
||
|
<default>true</default>
|
||
|
</entry>
|
||
|
<entry name="Compress" type="Bool">
|
||
|
<default>true</default>
|
||
|
</entry>
|
||
|
<entry name="SyncDirection" key="Sync Direction" type="UInt">
|
||
|
<default>1</default>
|
||
|
</entry>
|
||
|
<entry name="IgnoreBmkChanges" key="Ignore only bookmark changes" type="Bool">
|
||
|
<default>false</default>
|
||
|
</entry>
|
||
|
<entry name="AlwaysShowResolutionDialog" key="Always show resolution dialog" type="Bool">
|
||
|
<default>false</default>
|
||
|
</entry>
|
||
|
<entry name="BookmarksToPC" key="Bookmarks to PC" type="UInt">
|
||
|
<default>0</default>
|
||
|
</entry>
|
||
|
<entry name="ConvertedDOCfiles" key="Converted PalmDOCs" type="StringList">
|
||
|
<default></default>
|
||
|
</entry>
|
||
|
<entry name="Encoding" type="String">
|
||
|
<default>ISO8859-15</default>
|
||
|
</entry>
|
||
|
</group>
|
||
|
|
||
|
</kcfg>
|