Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
nexedi
cython
Commits
0a2f0a69
Commit
0a2f0a69
authored
Jul 22, 2020
by
Stefan Behnel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add donation banner to documentation.
parent
c7046bcb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
0 deletions
+29
-0
docs/_templates/layout.html
docs/_templates/layout.html
+10
-0
docs/src/donating.rst
docs/src/donating.rst
+19
-0
No files found.
docs/_templates/layout.html
View file @
0a2f0a69
{% extends "!layout.html" %}
{% block relbar1 %}
{{ super() }}
{% if pagename != "src/donating" %}
<div
style=
"width: 100%; height: 3em; vertical-align: middle; text-align: center; font-weight: bold; background-color: lightgray; border: solid red 1px"
>
<p
style=
"font-size: 110%"
>
Like the tool? Help making it better!
<a
href=
"{{ pathto("
src
/
donating
")
}}"
>
Your donation helps!
</a></p>
</div>
{% endif %}
{% endblock %}
{% block footer %}
{{ super() }}
{# ## Removed to avoid tracking our users.
...
...
docs/src/donating.rst
0 → 100644
View file @
0a2f0a69
🌷️ Thank you for your interest in supporting Cython! 🌷️
======================================================
Managing, maintaining and advancing a project as large as Cython takes
**a lot of time and dedication**. This is really a full-time job that
is currently done by **Stefan Behnel**, paid by users just like you.
**Your support can make a difference**
for improving a great tool that helps you every day!
Please consider signing a subscription for continuous project support via
* `GitHub Sponsors <https://github.com/users/scoder/sponsorship>`_
* `Tidelift <https://tidelift.com/subscription/pkg/pypi-cython>`_
* `PayPal <https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=HLS9JEYD4ETB6&source=url>`_
or donating via
* `PayPal <https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=HLS9JEYD4ETB6&source=url>`_
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment