PaypalDonationExtension
From PeacockWiki
(Difference between revisions)
Revision as of 09:07, 5 April 2007
LyricExtension is an extension for Mediawiki that provides features facilitating the notation of song lyrics in the wiki.
Contents |
[edit]
Details
- Version 0.0
- Date 5 Apr 2007
- Tested on MediaWiki 1.7.1, PHP 5.1.6 (apache2handler), MySQL 5.0.24a-Debian_9ubuntu0.1-log
[edit]
Features
- Allows users to complete a form allowing them to make a payment via PayPal.
[edit]
Usage
[edit]
Example
see Special:Donate
This demo uses the PayPal sandbox. To sucessfully test the product you must register with a paypal developer account, and create a sandbox Business account with the email address tp@pt.com, as well as a personal account for testing.
[edit]
Installation
copy files into place
Insert the following line into the end of 'LocalSettings.php' (before the '?>')
require("extensions/???.php");
To check to see if it is installed properly, visit your Version page, eg Special:Version.
You should see the following items:
- Extensions:
- Other:
- Paypal Donation Extension (version 0.0.1), Adds a special page allowing users to donate money to the wiki., by Trevor Ian Peacock
- Extension functions:
- LyricExtension and paypalSetup
- Other:
[edit]
Releases
[edit]
Todo
- Interface to allow hiding of ads
- Donations in other currencies
[edit]
RoadMap
[edit]
0.2 No Date
- Interface to allow hiding of ads
- Donations in other currencies
[edit]
History
[edit]
0.1 9 April 2007
- Ability to make donations
- Recording of donors details, and receipt
- API to allow other extensions
[edit]