summaryrefslogtreecommitdiffstats
path: root/kpilot/conduits/docconduit/docconduit.kcfg
diff options
context:
space:
mode:
Diffstat (limited to 'kpilot/conduits/docconduit/docconduit.kcfg')
-rw-r--r--kpilot/conduits/docconduit/docconduit.kcfg54
1 files changed, 54 insertions, 0 deletions
diff --git a/kpilot/conduits/docconduit/docconduit.kcfg b/kpilot/conduits/docconduit/docconduit.kcfg
new file mode 100644
index 000000000..6301f4595
--- /dev/null
+++ b/kpilot/conduits/docconduit/docconduit.kcfg
@@ -0,0 +1,54 @@
+<?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>