Changes between Version 1 and Version 2 of PayPalDonations
- Timestamp:
- Jun 1, 2007, 6:05:18 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PayPalDonations
v1 v2 17 17 It should be clearly stated where donation money is going to be used; therefore, a function named `donations_intro()` should be defined in `project/project.inc` file. It should use PHP ''echo()'' command to display generic information about donations. 18 18 19 Once the donation system has been enabled, a link to BASE_URL/donations.php should be added to project front page. 19 Once the donation system has been enabled, a link to BASE_URL/donations.php should be added to project front page. In addition, BOINC forum software expects a file `project/donations.inc` to be present, containing settings for donation link display. An [http://boinc.berkeley.edu/trac/browser/trunk/boinc/html/project.sample/donations.inc example file is provided] in the project.sample directory.