Changes between Version 3 and Version 4 of PayPalDonations


Ignore:
Timestamp:
Feb 13, 2013, 9:05:40 AM (11 years ago)
Author:
Christian Beer
Comment:

changed link to source for new git repo

Legend:

Unmodified
Added
Removed
Modified
  • PayPalDonations

    v3 v4  
    1717It 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.
    1818
    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.
     19Once 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.