-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathREADME
More file actions
31 lines (16 loc) · 772 Bytes
/
README
File metadata and controls
31 lines (16 loc) · 772 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
BitFunding
------------------------
Mediawiki extension for managing crowdfunders from MediaWiki.
== Syntax ==
<bitfunding showaddress="yes" goal="88" fund="31oSGBBNrpCiENH3XMZpiP6GTC4tad4bMy" floor="12.94409313">
</bitfunding>
showaddress: if set makes the plugin output a link to the address at the bottom of the fundraiser.
goal: set the goal for the crowdfunding.
fund: address for the fund where incoming coins are monitored.
floor: starting amount in the account, in case this was not 0 when starting the crowdfunding.
== Installing ==
Copy the BitFunding folder to your mediawiki extensions folder.
Add the following at the bottom of your LocalSettings.php:
require_once( "extensions/BitFunding/BitFunding.php" );
== Credits ==
by btcdrak and caedes