# HG changeset patch # User Richard Laager # Date 1176684743 0 # Node ID 56430bf7fe9d63a20601fc1e79fb36162a569f1d # Parent 22f65e75980cde252b4197c332dfa57c16fa516b s/Gaim/Pidgin/ diff -r 22f65e75980c -r 56430bf7fe9d pidgin/plugins/cap/README --- 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. diff -r 22f65e75980c -r 56430bf7fe9d pidgin/plugins/cap/cap-mysql.sql --- 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. --