comparison README @ 248:b11f8d481f67

- revised README. - tweaked prefs.ui to adapt the description in README.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Mon, 27 Oct 2008 17:52:41 +0900
parents d4bc93a481c2
children 4da5088a2c41
comparison
equal deleted inserted replaced
247:f2b6fd2c33ef 248:b11f8d481f67
62 when API based access is enabled. 62 when API based access is enabled.
63 63
64 4.1.2 Get/post statuses via API 64 4.1.2 Get/post statuses via API
65 65
66 Since Pidgin is an instant message client, it is natural that Pidgin 66 Since Pidgin is an instant message client, it is natural that Pidgin
67 uses XMPP protocol to access to Twitter. However, Twitter has suspended 67 uses XMPP protocol to access to Twitter. However, Twitter has
68 their IM gateway for long time, for maintenance reason. So we had 68 suspended their IM gateway for long time, for scalability issues. So
69 decided to provide the other way to access to Twitter using Twitter's 69 we had decided to provide the other way to access to Twitter using
70 public API. 70 Twitter's public API.
71 71
72 If you enable this feature, pidgin-twitter gets your timeline and puts 72 If you enable this feature, pidgin-twitter gets your timeline and puts
73 your update via Twitter API. 73 your update via Twitter API.
74 74
75 4.1.3 Password 75 4.1.3 Password
95 4.2.2 Translate sender name to link 95 4.2.2 Translate sender name to link
96 96
97 This checkbox toggles translation from a sender name to the link to 97 This checkbox toggles translation from a sender name to the link to
98 the sender. 98 the sender.
99 99
100 4.2.3 Translate channel name to link 100 4.2.3 Translate #channel/tag to link
101 101
102 This checkbox toggles translation from a channel name to the link to 102 This checkbox toggles translation from channel/tag name which begins
103 the channel. This feature is available only for Wassr. 103 with '#' to respective links. This feature is available for Wassr or
104 identi.ca.
104 105
105 4.3 Filter page 106 4.3 Filter page
106 107
107 4.3.1 Apply filter 108 4.3.1 Apply filter
108 109
130 131
131 4.4.2 Icon size 132 4.4.2 Icon size
132 133
133 Icon size in conversations can be specified by this spin button. 134 Icon size in conversations can be specified by this spin button.
134 135
135 4.4.3 Enable update 136 4.4.3 Enable icon update
136 137
137 This checkbox toggles update for icons by the specified period. See 138 This checkbox toggles update for icons by the specified period. See
138 below for the period. 139 below for the update interval.
139 140
140 4.4.4 Update period 141 4.4.4 Update interval
141 142
142 You can specify update period here in two ways. The first is the 143 You can specify update interval here in two ways. The first is the
143 number of times showing one particular icon before update. The second 144 number of times showing one particular icon before update. The second
144 is days before update. 145 is days before update.
145 146
146 4.5 Sound page 147 4.5 Sound page
147 148
194 character. Each service has its own limit of length for posting 195 character. Each service has its own limit of length for posting
195 messages; 140 characters in Twitter, 255 characters in Wassr and 140 196 messages; 140 characters in Twitter, 255 characters in Wassr and 140
196 bytes in identi.ca. If the composing message exceeds the limit, the 197 bytes in identi.ca. If the composing message exceeds the limit, the
197 displayed number will turn red to notify you the excess. 198 displayed number will turn red to notify you the excess.
198 199
199 4.6.2 Escape pseudo command for Twitter 200 4.6.2 Escape pseudo command for twitter
200 201
201 This checkbox toggles escape pseudo command functionality. 202 This checkbox toggles escape pseudo command functionality.
202 203
203 A pseudo command is a message composed of leading non Latin string and 204 A pseudo command is a message composed of leading non Latin string and
204 trailing an alphabet letter which can be interpreted as a command in 205 trailing an alphabet letter which can be interpreted as a command in
219 hard limit in internal representation of characters so that the 220 hard limit in internal representation of characters so that the
220 messages which does not exceed 140 letters can actually be 221 messages which does not exceed 140 letters can actually be
221 accepted. This feature will silently discard *false* oops message in 222 accepted. This feature will silently discard *false* oops message in
222 this situation. 223 this situation.
223 224
224 4.6.4 Do not notify incoming message (Windows only) 225 4.6.4 Strip excessive newline characters
226
227 A message from feed bot may contain excessive number of newline
228 characters. It sometimes annoys messenger users by taking huge space
229 in the message window.
230
231 If this feature is enabled, pidgin-twitter automatically strips
232 consecutive newline characters and replaces them with single newline
233 character.
234
235 4.6.5 Do not notify incoming message (Windows only)
225 236
226 This checkbox toggles suppression of blinking Pidgin's task bar button 237 This checkbox toggles suppression of blinking Pidgin's task bar button
227 for new incoming message when Pidgin window is not active. 238 for new incoming message when Pidgin window is not active.
228 239
229 4.6.5 Output log message 240 4.6.6 Enable log output
230 241
231 This checkbox toggles log messages for debugging. If you have any 242 This checkbox toggles log messages for debugging. If you have any
232 trouble, we suggest to enable this feature and report us your problem 243 trouble, we suggest to enable this feature and report us your problem
233 with obtained information. 244 with obtained information.
234 245
276 - Filter functionality has been added. 287 - Filter functionality has been added.
277 - Translation from tag name to the link to the tag in identi.ca 288 - Translation from tag name to the link to the tag in identi.ca
278 has been added. 289 has been added.
279 - Many improvements and bug fixes. 290 - Many improvements and bug fixes.
280 291
281 0.8.0 (October 25 2008) 292 0.8.0 (October 27 2008)
282 - jisko support has been added. 293 - jisko support has been added.
294 - Strip excessive newline feature has been added.
283 - Fixed a breakage of playing sound for the recipients. 295 - Fixed a breakage of playing sound for the recipients.
284 296
285 297
286 6. Acknowledgments 298 6. Acknowledgments
287 299