Changes between Version 3 and Version 4 of PayPalDonations
- Timestamp:
- Feb 13, 2013, 9:05:40 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PayPalDonations
v3 v4 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. In addition, BOINC forum software expects a file `project/donations.inc` to be present, containing settings for donation link display. An [source: trunk/boinc/html/project.sample/donations.inc example file is provided] in the project.sample directory.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 [source:boinc/html/project.sample/donations.inc example file is provided] in the project.sample directory.