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.
tdepim/akregator/src/akregator.kcfg

228 lines
8.1 KiB

<?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="akregatorrc" />
<group name="View" >
<entry key="Show Quick Filter" type="Bool" >
<label>Show Quick Filter</label>
<whatsthis>Show Quick Filter Bar</whatsthis>
<default>true</default>
</entry>
<entry key="Status Filter" type="Int" >
<label>Status Filter</label>
<whatsthis>Stores the last status filter setting</whatsthis>
<default>0</default>
</entry>
<entry key="Text Filter" type="String" >
<label>Text Filter</label>
<whatsthis>Stores the last search line text</whatsthis>
</entry>
<entry key="View Mode" type="Int" >
<label>View Mode</label>
<whatsthis>Article display mode.</whatsthis>
<default>0</default>
</entry>
<entry key="Splitter 1 Sizes" type="IntList" >
<label>Sizes for first splitter</label>
<whatsthis>First (usually vertical) splitter widget sizes.</whatsthis>
<default>225,650</default>
</entry>
<entry key="Splitter 2 Sizes" type="IntList" >
<label>Sizes for second splitter</label>
<whatsthis>Second (usually horizontal) splitter widget sizes.</whatsthis>
<default>50,350</default>
</entry>
</group>
<group name="Appearance">
<entry key="Standard Font" type="String" />
<entry key="Fixed Font" type="String" />
<entry key="Serif Font" type="String" />
<entry key="Sans Serif Font" type="String" />
</group>
<group name="HTML Settings" >
<entry key="Fonts" type="StringList" />
<entry key="MediumFontSize" type="Int">
<default>12</default>
</entry>
<entry key="MinimumFontSize" type="Int">
<default>8</default>
</entry>
<entry key="UnderlineLinks" type="Bool">
</entry>
<entry key="EnableFavIcon" type="Bool">
</entry>
<entry key="AutoLoadImages" type="Bool">
</entry>
</group>
<group name="Archive">
<entry key="ArchiveMode" type="Enum">
<label>Archive Mode</label>
<default>keepAllArticles</default>
<choices>
<choice name="keepAllArticles">
<label>Keep All Articles</label>
<whatsthis>Save an unlimited number of articles.</whatsthis>
</choice>
<choice name="limitArticleNumber">
<label>Limit Number of Articles</label>
<whatsthis>Limit the number of articles in a feed</whatsthis>
</choice>
<choice name="limitArticleAge">
<label>Delete Expired Articles</label>
<whatsthis>Delete expired articles</whatsthis>
</choice>
<choice name="disableArchiving">
<label>Disable Archiving</label>
<whatsthis>Do not save any articles</whatsthis>
</choice>
</choices>
</entry>
<entry key="Max Article Age" type="Int" >
<label>Expiry Age</label>
<whatsthis>Default expiry age for articles in days.</whatsthis>
<default>60</default>
</entry>
<entry key="Max Article Number" type="Int" >
<label>Article Limit</label>
<whatsthis>Number of articles to keep per feed.</whatsthis>
<default>1000</default>
</entry>
<entry key="Do Not Expire Important Articles" type="Bool">
<label>Do Not Expire Important Articles</label>
<whatsthis>When this option is enabled, articles you marked as important will not be removed when limit the archive size by either age or number of the articles.</whatsthis>
<default>true</default>
</entry>
</group>
<group name="Network" >
<entry key="Concurrent Fetches" type="Int" >
<label>Concurrent Fetches</label>
<whatsthis>Number of concurrent fetches</whatsthis>
<default>6</default>
</entry>
<entry key="Use HTML Cache" type="Bool" >
<label>Use HTML Cache</label>
<whatsthis>Use the TDE-wide HTML cache settings when downloading feeds, to avoid unnecessary traffic. Disable only when necessary.</whatsthis>
<default>true</default>
</entry>
</group>
<group name="General" >
<entry key="Disable Introduction" type="Bool" >
<label>Disable the introduction page</label>
<whatsthis>Disable the introduction page.</whatsthis>
<default>false</default>
</entry>
<entry key="Fetch On Startup" type="Bool" >
<label>Fetch on startup</label>
<whatsthis>Fetch feedlist on startup.</whatsthis>
<default>false</default>
</entry>
<entry key="Mark All Feeds Read On Startup" type="Bool" >
<label>Mark all feeds as read on startup</label>
<whatsthis>Mark all feeds as read on startup.</whatsthis>
<default>false</default>
</entry>
<entry key="Use Interval Fetch" type="Bool" >
<label>Use interval fetching</label>
<whatsthis>Fetch all feeds every %1 minutes.</whatsthis>
<default>true</default>
</entry>
<entry key="Auto Fetch Interval" type="Int" >
<label>Interval for autofetching</label>
<whatsthis>Interval for autofetching in minutes.</whatsthis>
<default>30</default>
</entry>
<entry key="Use Notifications" type="Bool" >
<label>Use notifications</label>
<whatsthis>Specifies if the balloon notifications are used or not.</whatsthis>
<default>false</default>
</entry>
<entry key="Show Tray Icon" type="Bool" >
<label>Show tray icon</label>
<whatsthis>Specifies if the tray icon is shown or not.</whatsthis>
<default>true</default>
</entry>
</group>
<group name="Browser" >
<entry key="Close Button On Tabs" type="Bool">
<label>Show close buttons on tabs</label>
<whatsthis>Show close buttons on tabs instead of icons</whatsthis>
<default>false</default>
</entry>
<entry key="External Browser Use Tde Default" type="Bool" >
<label>Use default TDE web browser</label>
<whatsthis>Use TDE web browser when opening in external browser.</whatsthis>
<default>true</default>
</entry>
<entry key="External Browser Use Custom Command" type="Bool" >
<label>Use this command:</label>
<whatsthis>Use the specified command when opening in external browser.</whatsthis>
<default>false</default>
</entry>
<entry key="External Browser Custom Command" type="String" >
<whatsthis>Command to launch external browser. URL will substitute for %u.</whatsthis>
<default>firefox %u</default>
</entry>
<entry key="LMB Behaviour" type="Enum" >
<whatsthis>What the click with left mouse button should do.</whatsthis>
<default>OpenInInternalBrowser</default>
<choices>
<choice name="OpenInInternalBrowser" />
<choice name="OpenInBackground" />
<choice name="OpenInExternalBrowser" />
</choices>
</entry>
<entry key="MMB Behaviour" type="Enum" >
<whatsthis>What the click with middle mouse button should do.</whatsthis>
<default>OpenInExternalBrowser</default>
<choices>
<choice name="OpenInInternalBrowser" />
<choice name="OpenInBackground" />
<choice name="OpenInExternalBrowser" />
</choices>
</entry>
</group>
<group name="Viewer Columns" >
<entry key="Title Width" type="Int" >
<default>-1</default>
</entry>
<entry key="Feed Width" type="Int" >
<default>-1</default>
</entry>
<entry key="Date Width" type="Int" >
<default>-1</default>
</entry>
<entry key="Sort Column" type="Int" >
<default>2</default>
</entry>
<entry key="Sort Ascending" type="Bool" >
<default>false</default>
</entry>
</group>
<group name="Advanced" >
<entry key="Archive Backend" type="String" >
<label>Archive Backend</label>
<default>metakit</default>
</entry>
<entry key="Delay Mark Read" name="UseMarkReadDelay" type="Bool" >
<whatsthis>Whether to delay before marking an article as read upon selecting it.</whatsthis>
<default>true</default>
</entry>
<entry key="Mark Read Delay" name="MarkReadDelay" type="Int" >
<whatsthis>Configurable delay between selecting and article and it being marked as read.</whatsthis>
<default>0</default>
</entry>
<entry key="Reset Quick Filter On Node Change" type="Bool" >
<whatsthis>Resets the quick filter when changing feeds.</whatsthis>
<default>true</default>
</entry>
<entry key="Show Tagging GUI" type="Bool" >
<label>Show Tagging GUI elements (unfinished)</label>
<default>false</default>
</entry>
</group>
</kcfg>