summaryrefslogtreecommitdiffstats
path: root/akregator/src/akregator.kcfg
blob: 9384d3161301a6cee32510db6151426978dac13e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
<?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>
 </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="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>