| 1 |
Overview
|
| 2 |
--------
|
| 3 |
|
| 4 |
This module provides a tip jar block to request donations and
|
| 5 |
describe the amount of recent contributions. It relies on
|
| 6 |
the paypal_framework.module to receive IPN information from
|
| 7 |
PayPal. If PHP was compiled with PNG support in the GD
|
| 8 |
library, a small image can be generated to graphically
|
| 9 |
depict the amount of recent contributions.
|
| 10 |
|
| 11 |
Installation
|
| 12 |
------------
|
| 13 |
|
| 14 |
1) Install paypal_framework.module.
|
| 15 |
2) Copy paypal_tipjar.module to the modules/ directory.
|
| 16 |
3) Go to admin/settings/paypal_tipjar to configure it.
|
| 17 |
|
| 18 |
README.txt version
|
| 19 |
------------------
|
| 20 |
$Id: README.txt,v 1.1 2004/10/13 13:01:41 uwe Exp $
|