comparison README @ 292:5e4e9b6637b4

update README
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Fri, 03 Apr 2009 22:39:35 +0900
parents 3e9245768d3a
children ea9973e6903c
comparison
equal deleted inserted replaced
291:87dcbb5be76a 292:5e4e9b6637b4
1 pidgin-twitter-0.8.2 1 pidgin-twitter-0.8.3
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
8 Wassr, identi.ca and jisko. 8 Wassr, identi.ca and jisko.
9 9
10 Features: 10 Features:
11 General 11 General
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 or @<username> to a link to the user's
14 home 14 page
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 * filter messages from specified users
18 18
19 Twitter specific 19 Twitter specific
26 * eliminate annoying post completion messages 26 * eliminate annoying post completion messages
27 27
28 identi.ca specific 28 identi.ca specific
29 * translate #<tag> to link to the tag 29 * translate #<tag> to link to the tag
30 * eliminate annoying echo backed messages 30 * eliminate annoying echo backed messages
31 * translate !<group name> to link to the group
31 32
32 33
33 2. Dependency 34 2. Dependency
34 35
35 This plugin requires Pidgin 2.4.0 or newer, glib-2.14.0 or newer and 36 This plugin requires Pidgin 2.4.0 or newer, glib-2.16.0 or newer,
36 libxml-2.6.27 or newer. 37 gtk+-2.12.0 or newer and libxml-2.6.27 or newer.
37 38
38 39
39 3. How to build 40 3. How to build
40 41
41 Building pidgin-twitter plugin is very simple. Please do; 42 Building pidgin-twitter plugin is very simple. Please do;
305 306
306 0.8.2 (December 13 2008) 307 0.8.2 (December 13 2008)
307 - Adapted for laconica 0.6.4 in identi.ca service. 308 - Adapted for laconica 0.6.4 in identi.ca service.
308 - Fixed the recipient format for jisko. 309 - Fixed the recipient format for jisko.
309 310
311 0.8.3 (April 4 2009)
312 - Number of messages to retrieve in twitter API access is now
313 configurable.
314 - Adapted to twitter's icon URL change.
315 - Changed the way of escaping outgoing message. More characters will
316 be sent as raw.
317 - Added group support for identi.ca.
318
310 319
311 6. Acknowledgments 320 6. Acknowledgments
312 321
313 In the beginning of development, I (yazuuchi) got a number of valuable 322 In the beginning of development, I (yazuuchi) got a number of valuable
314 feedbacks from nosuke (@konosuke) and mojin (@mojin). 323 feedbacks from nosuke (@konosuke) and mojin (@mojin).