comparison README @ 235:bc83dabf9d0e

- updated README to describe 0.8.0. - fixed a minor glitch in prefs.ui.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Mon, 29 Sep 2008 13:33:23 +0900
parents 3c7dfd65e728
children 1d3e853d34b1
comparison
equal deleted inserted replaced
234:7443fd51a00b 235:bc83dabf9d0e
1 pidgin-twitter-0.7.0 1 pidgin-twitter-0.8.0 beta 1
2 2
3 3
4 1. What is this? 4 1. What is this?
5 5
6 pidgin-twitter is a Pidgin plugin to help posting and reading micro 6 pidgin-twitter is a Pidgin plugin to help posting and reading micro
12 * display user icon (size configurable) 12 * display user icon (size configurable)
13 * translate sender's name and @<username> to link to the user's 13 * translate sender's name and @<username> to link to the user's
14 home 14 home
15 * play sounds for specific senders/recipients 15 * play sounds for specific senders/recipients
16 * show letter counter on the format toolbar 16 * show letter counter on the format toolbar
17 * filter messages from specified users
17 18
18 Twitter specific 19 Twitter specific
19 * get/post Twitter statuses via API 20 * get/post Twitter statuses via API
20 * escape pseudo commands like "w" 21 * escape pseudo commands like "w"
21 * suppress oops message return 22 * suppress oops message return
22 23
23 Wassr specific 24 Wassr specific
24 * Translate #<channel name> to link to the channel 25 * translate #<channel name> to link to the channel
25 * eliminate annoying post completion messages 26 * eliminate annoying post completion messages
26
27 identi.ca specific 27 identi.ca specific
28 * eliminate annoying echo backed messages. 28 * translate #<tag> to link to the tag
29 * eliminate annoying echo backed messages
29 30
30 31
31 2. Dependency 32 2. Dependency
32 33
33 This plugin requires Pidgin 2.4.0 or newer, glib-2.14.0 or newer and 34 This plugin requires Pidgin 2.4.0 or newer, glib-2.14.0 or newer and
98 4.2.3 Translate channel name to link 99 4.2.3 Translate channel name to link
99 100
100 This checkbox toggles translation from a channel name to the link to 101 This checkbox toggles translation from a channel name to the link to
101 the channel. This feature is available only for Wassr. 102 the channel. This feature is available only for Wassr.
102 103
103 4.3 Icon page 104 4.3 Filter page
104 105
105 4.3.1 Show icon in conversations 106 4.3.1 Apply filter
107
108 This checkbox toggles filter functionality. If it is enabled, messages
109 from the users who reside in "to be filtered list" will be filtered
110 and be discarded silently.
111
112 4.3.2 Exclude reply to me
113
114 If it is enabled, messages which contain @<your screen name> will be
115 excluded from filtering.
116
117 4.3.3 Users to be filtered
118
119 These lists accommodate users to be filtered. A list is a enumeration
120 of usernames separated by a letter in ",:;" and spaces. For example,
121 "foo bar" or "foo,bar" is a valid user list and a list like "foo, bar"
122 also works.
123
124 4.4 Icon page
125
126 4.4.1 Show icon in conversations
106 127
107 This checkbox toggles show/hide icons for users in conversations. 128 This checkbox toggles show/hide icons for users in conversations.
108 129
109 4.3.2 Icon size 130 4.4.2 Icon size
110 131
111 Icon size in conversations can be specified by this spin button. 132 Icon size in conversations can be specified by this spin button.
112 133
113 4.3.3 Enable update 134 4.4.3 Enable update
114 135
115 This checkbox toggles update for icons by the specified period. See 136 This checkbox toggles update for icons by the specified period. See
116 below for the period. 137 below for the period.
117 138
118 4.3.4 Update period 139 4.4.4 Update period
119 140
120 You can specify update period here in two ways. The first is the 141 You can specify update period here in two ways. The first is the
121 number of times showing one particular icon before update. The second 142 number of times showing one particular icon before update. The second
122 is days before update. 143 is days before update.
123 144
124 4.4 Sound page 145 4.5 Sound page
125 146
126 4.4.1 Play sound on a reply to a specified recipient 147 4.5.1 Play sound on a reply to a specified recipient
127 148
128 This checkbox toggles play sound for a specified recipient. 149 This checkbox toggles play sound for a specified recipient.
129 150
130 pidgin-twitter can play a sound when an incoming message contains any 151 pidgin-twitter can play a sound when an incoming message contains any
131 recipient name in the recipient list explained bellow. 152 recipient name in the recipient list explained bellow.
132 153
133 It is convenient that add your screen name to the recipient list and 154 It is convenient that add your screen name to the recipient list and
134 turn this feature on so that you can audibly notice each arrival or 155 turn this feature on so that you can audibly notice each arrival or
135 message to you. 156 message to you.
136 157
137 4.4.2 Recipient list 158 4.5.2 Recipient list
138 159
139 Recipient list accommodates names of watched recipients. This list is 160 Recipient list accommodates names of watched recipients. This list is
140 a enumeration of usernames separated by a letter in ",:;" and spaces. 161 a enumeration of usernames separated by a letter in ",:;" and spaces.
141 For example, "foo bar" or "foo,bar" is a valid user list and a list like 162 For example, "foo bar" or "foo,bar" is a valid user list and a list like
142 "foo, bar" also works. 163 "foo, bar" also works.
143 164
144 4.4.3 Sound type 165 4.5.3 Sound type
145 166
146 You can specify event type of sound to be played here. The "Pounce 167 You can specify event type of sound to be played here. The "Pounce
147 Default" sound is the default sound type because it may not be 168 Default" sound is the default sound type because it may not be
148 disabled by configuration in Pidgin's preferences. You can specify 169 disabled by configuration in Pidgin's preferences. You can specify
149 other sounds, but be aware, you have to enable the event type of sound 170 other sounds, but be aware, you have to enable the event type of sound
150 which you specified for pidgin-twitter in Pidgin's preferences. 171 which you specified for pidgin-twitter in Pidgin's preferences.
151 172
152 4.4.4 Play sound on a message from a specified sender 173 4.5.4 Play sound on a message from a specified sender
153 174
154 This is the same as 4.4.1 except that it is for senders. 175 This is the same as 4.5.1 except that it is for senders.
155 176
156 4.4.5 Sender list 177 4.5.5 Sender list
157 178
158 This is the same as 4.4.2 except that sender list accommodates names 179 This is the same as 4.5.2 except that sender list accommodates names
159 of watched senders. 180 of watched senders.
160 181
161 4.4.6 Sound type 182 4.5.6 Sound type
162 183
163 This is the same as 4.4.3 except that it is for senders. 184 This is the same as 4.5.3 except that it is for senders.
164 185
165 4.5 Utility page 186 4.6 Utility page
166 187
167 4.5.1 Show text counter 188 4.6.1 Show text counter
168 189
169 This checkbox toggles letter counter. If it is enabled, a small letter 190 This checkbox toggles letter counter. If it is enabled, a small letter
170 counter widget will appear on the format bar in a Pidgin conversation 191 counter widget will appear on the format bar in a Pidgin conversation
171 window. This counter keeps track of length of composing string in 192 window. This counter keeps track of length of composing string in
172 character. Each service has its own limit of length for posting 193 character. Each service has its own limit of length for posting
173 messages; 140 characters in Twitter, 255 characters in Wassr and 140 194 messages; 140 characters in Twitter, 255 characters in Wassr and 140
174 bytes in identi.ca. If the composing message exceeds the limit, the 195 bytes in identi.ca. If the composing message exceeds the limit, the
175 displayed number will turn red to notify you the excess. 196 displayed number will turn red to notify you the excess.
176 197
177 4.5.2 Escape pseudo command for Twitter 198 4.6.2 Escape pseudo command for Twitter
178 199
179 This checkbox toggles escape pseudo command functionality. 200 This checkbox toggles escape pseudo command functionality.
180 201
181 A pseudo command is a message composed of leading non Latin string and 202 A pseudo command is a message composed of leading non Latin string and
182 trailing an alphabet letter which can be interpreted as a command in 203 trailing an alphabet letter which can be interpreted as a command in
184 message so that Twitter gives you an error massage. 205 message so that Twitter gives you an error massage.
185 206
186 If this feature is enabled, pidgin-twitter automatically escapes any 207 If this feature is enabled, pidgin-twitter automatically escapes any
187 pseudo command by prepend ". " at the beginning of a message. 208 pseudo command by prepend ". " at the beginning of a message.
188 209
189 4.5.3 Suppress oops message 210 4.6.3 Suppress oops message
190 211
191 This checkbox toggles suppress oops message feature for Twitter 212 This checkbox toggles suppress oops message feature for Twitter
192 conversation. 213 conversation.
193 214
194 This feature may require explanation. If we send a message which is 215 This feature may require explanation. If we send a message which is
197 hard limit in internal representation of characters so that the 218 hard limit in internal representation of characters so that the
198 messages which does not exceed 140 letters can actually be 219 messages which does not exceed 140 letters can actually be
199 accepted. This feature will silently discard *false* oops message in 220 accepted. This feature will silently discard *false* oops message in
200 this situation. 221 this situation.
201 222
202 4.5.4 Do not notify incoming message (Windows only) 223 4.6.4 Do not notify incoming message (Windows only)
203 224
204 This checkbox toggles suppression of blinking Pidgin's task bar button 225 This checkbox toggles suppression of blinking Pidgin's task bar button
205 for new incoming message when Pidgin window is not active. 226 for new incoming message when Pidgin window is not active.
206 227
207 4.5.5 Output log message 228 4.6.5 Output log message
208 229
209 This checkbox toggles log messages for debugging. If you have any 230 This checkbox toggles log messages for debugging. If you have any
210 trouble, we suggest to enable this feature and report us your problem 231 trouble, we suggest to enable this feature and report us your problem
211 with obtained information. 232 with obtained information.
212 233
248 - Translation from channel name to the link to the channel in Wassr 269 - Translation from channel name to the link to the channel in Wassr
249 has been added. 270 has been added.
250 - Disabling notification on message arrival now works for Wassr and 271 - Disabling notification on message arrival now works for Wassr and
251 identi.ca too. 272 identi.ca too.
252 273
274 0.8.0 beta 1 (September 29 2008)
275 - Filter functionality has been added.
276 - Translation from tag name to the link to the tag in identi.ca
277 has been added.
278 - Many improvements and bug fixes.
279
280
253 6. Acknowledgments 281 6. Acknowledgments
254 282
255 In the beginning of development, I (yazuuchi) got a number of valuable 283 In the beginning of development, I (yazuuchi) got a number of valuable
256 feedbacks from nosuke (@konosuke) and mojin (@mojin). 284 feedbacks from nosuke (@konosuke) and mojin (@mojin).
257 285