Mercurial > pidgin.yaz
changeset 16185:56430bf7fe9d
s/Gaim/Pidgin/
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Mon, 16 Apr 2007 00:52:23 +0000 |
parents | 22f65e75980c |
children | d0690b9a607a |
files | pidgin/plugins/cap/README pidgin/plugins/cap/cap-mysql.sql |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/plugins/cap/README Mon Apr 16 00:51:43 2007 +0000 +++ b/pidgin/plugins/cap/README Mon Apr 16 00:52:23 2007 +0000 @@ -3,7 +3,7 @@ Student: Geoffrey Foster Mentor: Mark Doliner -The Contact Availability Prediction plugin (CAP) attempts to provide feedback as to the availability of buddies in your buddy list beyond that of their status. It gathers various bits of information as you use Gaim (and the plugin is running) and provides a "Response Probability" value between 0.0 and 1.0. For those new to probability a value of 0 means 0% chance and 1 means 100% chance. +The Contact Availability Prediction plugin (CAP) attempts to provide feedback as to the availability of buddies in your buddy list beyond that of their status. It gathers various bits of information as you use Pidgin (and the plugin is running) and provides a "Response Probability" value between 0.0 and 1.0. For those new to probability a value of 0 means 0% chance and 1 means 100% chance. Currently the probability value is only displayed in the tooltip of a buddy but in future graphs will be available showing usage patterns.
--- a/pidgin/plugins/cap/cap-mysql.sql Mon Apr 16 00:51:43 2007 +0000 +++ b/pidgin/plugins/cap/cap-mysql.sql Mon Apr 16 00:52:23 2007 +0000 @@ -1,4 +1,4 @@ --- Contact Availability Prediction plugin for Gaim +-- Contact Availability Prediction plugin for Pidgin -- -- Copyright (C) 2006 Geoffrey Foster. --