Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/suriyaa/mediawiki-extensions-donateboxinsidebar

Allows an automatic addition of a PayPal donate button or box to a wikis sidebar
https://github.com/suriyaa/mediawiki-extensions-donateboxinsidebar

box donate mediawiki mediawiki-extension mediawiki-skin

Last synced: 15 days ago
JSON representation

Allows an automatic addition of a PayPal donate button or box to a wikis sidebar

Awesome Lists containing this project

README

        

# DonateBoxInSidebar
The **DonateBoxInSidebar** extension allows an automatic addition of a PayPal donate button or box to a wikis sidebar.

## Installation
Download and upload the zip file to /extensions and extract. Rename directory folder to `DonateBoxInSidebar` and add the following to LocalSettings.php to enable this extension:

```
wfLoadExtension( 'DonateBoxInSidebar' );
```

## Additional Information
See https://www.mediawiki.org/wiki/Extension:DonateBoxInSidebar for more information about this extension.