Skip to content

Extension for mediawiki to track bitcoin crowdfundings

License

Notifications You must be signed in to change notification settings

5l1v3r1/bitfunding

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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


About

Extension for mediawiki to track bitcoin crowdfundings

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 54.7%
  • JavaScript 36.3%
  • CSS 9.0%