comparison README @ 17:21f27858e155 0.4.0

added README
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Thu, 01 May 2008 19:10:51 +0900
parents
children 3c45a1bc40a5
comparison
equal deleted inserted replaced
16:728c068534d1 17:21f27858e155
1 pidgin-twitter-0.4.0
2
3
4 1. What is this?
5
6 pidgin-twitter is a pidgin plugin to help twittering via pidgin. This
7 plugin translates an @username string and sender string to the link to
8 the user, respectively. It also can play a sound when an incoming
9 message contains any recipient name or sender name listed in the
10 each dedicated lists.
11
12
13 2. Dependency
14
15 This plugin requires pidgin 2.4.0 or newer and glib-2.14.0 or newer.
16
17
18 3. How to build
19
20 Building pidgin-twitter plugin is very simple. Please do
21
22 ./configure
23 make
24 sudo make install
25
26
27 4. Usage
28
29 To enable pidgin-twitter, please check it "Enabled" in pidgin plugins
30 window. If it is enabled, it replaces sender and each @username string
31 to the link to the corresponding user by default. You can
32 enable/disable these via configure window.
33
34 Play sound for matched recipients or sender is also enabled by
35 default, however it might not work until you specify user lists for
36 this feature. An user list is a enumeration of usernames separated by
37 a letter in " ,:;". For example, "foo bar" or "foo,bar" is a valid
38 user list. A list like "foo, bar" also works. Recipient list and
39 sender list are independent to each other so that you can maintain
40 different "watch list" for recipients and senders. This functionality
41 is also able to be toggled respectively via configuration window.
42
43 Event type of sound to play is also configurable. By default, the
44 "Pounce Default" sound is specified as it may not be disabled by
45 configuration in pidgin preferences. You can specify other sounds, but
46 be aware, you have to enable the event type of sound you specified for
47 pidgin-twitter in pidgin's preference.
48
49
50 5. Acknowledgment
51
52 I got some valuable feedbacks from nosuke (@konosuke) and mojin
53 (@mojin).
54
55
56 Yoshiki Yazawa (@yazuuchi)
57 yaz@honeyplanet.jp