Become a sponsor to xonsh (#5167)

This commit is contained in:
Andy Kipp 2023-07-01 19:15:06 +06:00 committed by GitHub
parent 76d2174986
commit 041bfb2d29
Failed to generate hash of commit
4 changed files with 35 additions and 4 deletions

View file

@ -1,6 +1,6 @@
# These are supported funding model platforms
#github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
github: xonsh # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
#patreon: # Replace with a single Patreon username
#open_collective: # Replace with a single Open Collective username
#ko_fi: # Replace with a single Ko-fi username

View file

@ -78,8 +78,9 @@ Jupyter-based interactive notebooks via `xontrib-jupyter <https://github.com/xon
The xonsh shell community
*************************
The xonsh shell is developed by a community of volunteers and has no organization that can get grants, donations or additional support. There are few ways to help the xonsh shell:
The xonsh shell is developed by a community of volunteers. There are few ways to help the xonsh shell:
- `Become a sponsor to xonsh <https://github.com/sponsors/xonsh>`_.
- `Write a tweet`_, post or an article to spread the good word about xonsh in the world.
- Solve a `popular issue <https://github.com/xonsh/xonsh/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc>`_.
- Solve a `good first issue <https://github.com/xonsh/xonsh/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22+sort%3Areactions-%2B1-desc>`_.

View file

@ -93,11 +93,14 @@
<a class="nav-link" href="#blog-area" data-scroll-nav="5">Talks</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contents.html">Documentation</a>
<a class="nav-link" href="contents.html">Docs</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://github.com/xonsh/xonsh" target="_blank">Github</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://github.com/sponsors/xonsh" target="_blank">Donate</a>
</li>
</ul>
</div>
</nav>
@ -123,8 +126,9 @@
<p style="font-size: 20px; font-weight: 1;">Xonsh is a Python-powered, cross-platform, Unix-gazing shell language and command prompt. The language is a superset of Python 3.6+ with additional shell primitives that you are used to from Bash and IPython.
It works on all major systems including Linux, OSX, and Windows. Xonsh is meant for the daily use of experts and novices.</p>
<a href="#" data-scroll-nav="3"><i class="icofont-download"></i> Install</a>
<a href="https://xon.sh/contents.html" target="_blank"><i class="icofont-ui-note"></i> Documentation</a>
<a href="https://xon.sh/contents.html" target="_blank"><i class="icofont-ui-note"></i> Docs</a>
<a href="https://github.com/xonsh/xonsh" target="_blank"><i class="icofont-github"></i> Github</a>
<a href="https://github.com/sponsors/xonsh" target="_blank"><i class="icofont-dollar"></i> Donate</a>
</div>
</div>
</div>
@ -579,6 +583,9 @@ chmod +x xonsh-x86_64.AppImage
<p>
<a href="https://hub.docker.com/u/xonsh">Docker Hub</a>
</p>
<p>
<a href="https://github.com/sponsors/xonsh">Donate</a>
</p>
</div>
<div class="col-lg-3 col-sm-6">
<div class="f_title">

View file

@ -0,0 +1,23 @@
**Added:**
* Now you can become a sponsor to xonsh - https://github.com/sponsors/xonsh
**Changed:**
* <news item>
**Deprecated:**
* <news item>
**Removed:**
* <news item>
**Fixed:**
* <news item>
**Security:**
* <news item>