Contents
Include a Pledgie badge in your Trac instance, raise money for your project
Description
This macro uses the pledgie.com badge to allow people to donate money to your project as well as show you and your users how much has been donated.
Note: The above is a screen capture only. The plugin is not installed on this Trac instance and this is just a sample.
Pledgie requires the campaign id as its first argument, like so:
[[Pledgie(4539)]]
That will display a badge like shown above.
Note: The campaign id can be found in the pledgie url, eg http://pledgie.com/campaigns/ id.
Please donate, if you find it useful.
I am in no way affiliated with pledgie. Thinking about reviving another project hosted on assembla, I thought it might be nice to see if someone would throw a dime at it. That is what motivated me.
Bugs/Feature Requests
Existing bugs and feature requests for PledgieMacro are here.
If you have any issues, create a new ticket.
enhancement |
2 / 3 |
||
---|---|---|---|
task |
1 / 1 |
Download
Download the zipped source from here.
Source
You can check out PledgieMacro from here using Subversion, or browse the source with Trac.
Installation
Download or checkout the macro and put it in your Trac environment's plugins
directory.
If you have setuptools installed you can just use:
sudo easy_install https://trac-hacks.org/svn/pledgiemacro/0.11
Or you can download the zipped source from here and extract the contents in the plugins directory of your Trac environment. Alternatively, use subversion export in the plugins directory.
If you have TRAC_ADMIN
rights, you can also install it via the upload feature in the admin menu.
Recent Changes