Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leto/freeyourself
Free Your Self - A simple Jekyll-powered website to receive donations
https://github.com/leto/freeyourself
Last synced: 5 days ago
JSON representation
Free Your Self - A simple Jekyll-powered website to receive donations
- Host: GitHub
- URL: https://github.com/leto/freeyourself
- Owner: leto
- License: gpl-3.0
- Created: 2011-06-14T03:01:58.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-10-21T17:31:29.000Z (about 13 years ago)
- Last Synced: 2024-11-15T02:44:20.317Z (2 months ago)
- Homepage: http://leto.github.com/freeyourself
- Size: 143 KB
- Stars: 15
- Watchers: 1
- Forks: 5
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Free Your Self
Free Your Self is a simple static website that FLOSS developers and content
creators can customize and use to receive donations for their work. It supports
many different ways to receive donations. Currently these methods are
supported:* Bitcoin
* Dwolla
* PayPalMethods which are currently being worked on:
* Amazon Payments
* Google Checkout
* FlattrThe more possible methods of easily and conveniently donating, the higher the
chance of getting a donation.If you have another way in which you would like to receive donations, please
let us know! Github pull requests are preferred, but patches sent to
[email protected] are fine too.# Why?
There many thousands, and possibly millions of FLOSS developers that hack on
code for the benefit of everyone, but most FLOSS developers are not great at
telling the world what they do and how people can support their work.Free Your Self aims to fix this problem by providing a dead-simple, easy-to-customize
website, which can be hosted for *free* (as in beer), that makes it easy to tell
the world what you do.Free Your Self is geared towards developers, but anybody can use it. Some examples
of other kinds of folks that might like to use Free Your Self:* Indymedia reporters
* Graphic designers
* Web comic creators
* Nerdy musicians
* Anybody who makes the world a better place by giving out their creations for free.# How To Deploy Free Your Self
Free Your Self is designed to be extremely simple to deploy to Github. To deploy
your Free Your Self instance:* Create a Github account if you don't already have one
* Fork Free Your Self on github
* Modify the _config.yml file and put in your information. Only donation methods
that you configure will show up on your Free Your Self website.
* Modify the HTML/Javascript/etc in index.html to tell the world what you do and how to donate.
* Commit your changes and push the new commit to your fork.
* Your new Free Your Self website will show up at https://USER.github.com/freeyourself .
It will take about 10 minutes for it to show up the first time, but after that the website
will be updated within a few seconds after each push.This is obviously geared towards FLOSS developers that are comfortable with
these kinds of things. A simpler way to setup Free Your Self is in the works.
If you have ideas, let us know!# How To Use Free Your Self
Basically, just tell people about it! But here are some ideas to get your creative juices
flowing:* Add a link to the documentation of your project
* Add a link to your email signature
* Write a blog post about why you are so awesome why people should donate to you
* Occasionally send an update to your favorite microblogging service describing how people
can send you donations
* Create a QR code which is a link to your donation page. Then you can print it out, make
stickers, tshirts, the sky is the limit!# Inspiration
Free Your Self was inspired by Ingy's website http://free.ingy.net . I
immediately realized that many, many people could benefit from something like
that, but I wanted to make it dead-simple to receive donations as well as
being easily configurable.# License
Free Your Self is GPLv3 software, a version of the license can be found in the
LICENSE file.