[gimp-web/pat/fundpage] Start creating/styling a 'fund' page
- From: Pat David <patdavid src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-web/pat/fundpage] Start creating/styling a 'fund' page
- Date: Thu, 14 Jan 2021 15:01:13 +0000 (UTC)
commit 33edba96c48efe845cf334eb9674e64c01e2bc62
Author: Pat David <patdavid gmail com>
Date: Thu Jan 14 08:59:58 2021 -0600
Start creating/styling a 'fund' page
This is per Jehan to create a page that gives more information
regarding the funding status, goals, etc. of the project.
He was thinking something similar in idea to:
https://fund.blender.org/
content/fund/index.md | 81 ++++++++++++++++++++++++++++++++++++++
pelicanconf_common.py | 2 +-
themes/newgimp/templates/fund.html | 18 +++++++++
3 files changed, 100 insertions(+), 1 deletion(-)
---
diff --git a/content/fund/index.md b/content/fund/index.md
new file mode 100644
index 00000000..8a454339
--- /dev/null
+++ b/content/fund/index.md
@@ -0,0 +1,81 @@
+Title: GIMP Development Fund
+Date: 2021-01-13T14:12:48-06:00
+Author: Pat David
+Status: hidden
+Template: fund
+
+
+## Testing a new "Fund" page
+
+
+## Support Core Team Developers Directly
+
+While we don't raise funds to sponsor development of GIMP as an organization at this time, we encourage our
contributors to run personal fundraisers. Currently there are two such projects.
+
+Øyvind Kolås uses Patreon to [raise funds](https://www.patreon.com/pippin) for his work on
[GEGL](http://gegl.org/), GIMP's new sophisticated image processing core. This work is crucial to implement
features such as non-destructive editing in GIMP, including features known as adjustment layers and layer
effects in similar software. Øyvind is the primary developer of GEGL who has been working on it since
mid-2000s.
+
+Jehan Pagès runs another [Patreon-hosted campaign](https://www.patreon.com/zemarmot) to raise funds for a
GIMP-powered animated movie, ZeMarmot. Part of the funds is spent on development of [advanced animation
features in GIMP](https://girinstud.io/news/2016/12/zemarmot-end-of-year-report/) and various other features
for professional graphics usage. Jehan is one of the most active contributors to GIMP in recent years who has
fixed countless bugs.
+
+## Donate to The Project
+
+Donating money to the GIMP project is easy! The [GNOME Foundation](https://www.gnome.org/) has graciously
agreed to act as fiscal agents for us. Contributions to the GIMP project can be made by donating to the GNOME
Foundation and specifying the GIMP project as the recipient. The GNOME Foundation is a tax-exempt, non-profit
501(c)(3) organization and all donations are tax-deductible in the USA.
+
+You can choose from several options to support GIMP financially:
+
+[TOC]
+
+Financial help is needed for many different reasons. The annual [Libre Graphics Meeting][lgm] is one of the
things that the money will go to. It helps us to get as many [GIMP Developers](https://wiki.gimp.org/) to the
conference as possible, so that we can do face-to-face team meetings, plan further development, fix bugs, and
write new features.
+
+If applicable, please specify whether you want to remain anonymous. While we usually don't publish the names
of donors, this may be considered for exceptional donations.
+
+Many thanks to all our [sponsors](sponsors.html)!
+
+### Paypal
+
+[Donate to gimp gnome org][], this will notify us, and the GNOME board, that funds have been donated to the
GIMP project. Credit card donations are also accepted via this route.
+
+<form action="https://www.paypal.com/cgi-bin/webscr" method="post"><input name="cmd" type="hidden"
value="_xclick"><input name="business" type="hidden" value="gimp gnome org"><input name="item_name"
type="hidden" value="Donation to GIMP Project"><input name="item_number" type="hidden" value="106"><input
name="no_shipping" type="hidden" value="1"><input alt="Support GIMP" name="submit" src="donate.png"
type="image"></form>
+
+[Donate to gimp gnome org]:
https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=gimp%40gnome%2eorg&lc=US&item_name=Donation%20to%20GIMP%20Project&item_number=106¤cy_code=USD
+
+### Liberapay
+
+[Donate to GIMP on Liberapay][liberapay]. Liberapay is a platform run by a non-profit organization allowing
monthly crowdfunding (subscription based). See Wikipedia's page on
[Liberapay](https://en.wikipedia.org/wiki/Liberapay).
+
+[liberapay]: https://liberapay.com/GIMP/
+
+### Flattr
+
+[Donate to GIMP with Flattr][flattr]. Flattr is a microdonation system. Users are able to pay a small amount
every month (minimum 2 euros) and then click Flattr buttons on sites to share the money they paid among those
sites, comparable to an Internet tip jar (for more details see Wikipedia's
[Flattr](https://en.wikipedia.org/wiki/Flattr) article).
+
+[flattr]: https://flattr.com/thing/707850
+
+<a class="FlattrButton"
+title="Click to Flattr GIMP"
+data-flattr-uid="schumaml"
+data-flattr-popout="1"
+data-flattr-description="GNU Image Manipulation Program (GIMP)"
+data-flattr-url="https://www.gimp.org/"
+href="https://flattr.com/thing/707850">
+<img src='/theme/images/flattr-badge-large.png' alt='Flattr GIMP'/>
+</a>
+
+### Bitcoin
+
+Bitcoin (BTC) is an online digital currency that is based on an open-source, peer-to-peer encryption
protocol first described in 2009 by a pseudonymous developer (or developers) Satoshi Nakamoto. Bitcoin is not
managed by any government or central authority. Instead, it relies on an Internet-based network (for more
details see Wikipedia's [Bitcoin](https://en.wikipedia.org/wiki/Bitcoin) article).
+
+Bitcoin address:
[1NVMCeoBfTAJQ1qwX2Dx1C8zkcRCQWwHBq](bitcoin:1NVMCeoBfTAJQ1qwX2Dx1C8zkcRCQWwHBq?label=GIMP%20Donation)
+
+### Cheque
+
+Cheque, made payable to the [GNOME Foundation](https://www.gnome.org/), and sent to:
+
+GNOME Foundation
+ #117
+ 21 Orinda Way Ste. C
+ Orinda, CA 94563
+ USA
+
+with a cover-letter (or a note in the "memo" field) saying it is for the GIMP project.
+
+[lgm]: https://libregraphicsmeeting.org/
diff --git a/pelicanconf_common.py b/pelicanconf_common.py
index cf05014a..efba4f5b 100644
--- a/pelicanconf_common.py
+++ b/pelicanconf_common.py
@@ -134,7 +134,7 @@ READERS = {'html': None}
# This sets which directories will be parsed as pages (vs. news/articles)
# If a new directory is to be added under content/, make sure it gets added here.
-PAGE_PATHS = ['about', 'frontpage', 'tutorials', 'books', 'develop', 'docs', 'donating', 'downloads',
'features', 'bugs', 'links', 'man', 'release-notes', 'screenshots', 'source', 'unix', 'search.md', 'registry']
+PAGE_PATHS = ['about', 'frontpage', 'fund', 'tutorials', 'books', 'develop', 'docs', 'donating',
'downloads', 'features', 'bugs', 'links', 'man', 'release-notes', 'screenshots', 'source', 'unix',
'search.md', 'registry']
ARTICLE_PATHS = ['news']
diff --git a/themes/newgimp/templates/fund.html b/themes/newgimp/templates/fund.html
new file mode 100644
index 00000000..16d7124f
--- /dev/null
+++ b/themes/newgimp/templates/fund.html
@@ -0,0 +1,18 @@
+{% extends "page.html" %}
+
+{% block head %}
+{{ super() }}
+ <link rel='stylesheet' type='text/css' href='/theme/css/fund.css' />
+{% endblock %}
+
+{% block data %}
+
+ <h2>Fund!</h2>
+
+ <figure>
+ <img src="downloadsplash-aryeom.jpg" alt="Download Splash Image courtesy of Aryeom" />
+ </figure>
+
+
+
+{% endblock data %}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]