Skip to content

Commit

Permalink
Update index.html (xonsh#5078)
Browse files Browse the repository at this point in the history
* Update index.html

* Create xonsh_landing.rst

* remove the quarter msg

---------

Co-authored-by: Noorhteen Raja NJ <[email protected]>
  • Loading branch information
anki-code and jnoortheen committed Mar 2, 2023
1 parent 71ac21f commit 4c5c88a
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 5 deletions.
18 changes: 13 additions & 5 deletions docs/_templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,11 @@ <h5 class="mb-0">
</div>
<div id="collapse5" class="collapse" role="tabpanel" aria-labelledby="faq5" data-parent="#accordion">
<div class="card-body">
<p>
Another way is to install xonsh from the package manager that is supplied by the operating system. This way is <b>not</b> recommended
because in operating systems without the <a href="https://en.wikipedia.org/wiki/Rolling_release">rolling release concept</a>
the xonsh shell version may be very old (<a href="https://github.com/xonsh/xonsh/releases/">check latest release</a>).
</p>
<p>OSX brew:</p><pre class="code">brew install xonsh</pre>
<p>Debian/Ubuntu apt:</p><pre class="code">apt install xonsh</pre>
<p>Arch Linux pacman:</p><pre class="code">pacman -S xonsh</pre>
Expand Down Expand Up @@ -583,7 +588,10 @@ <h4>Community</h4>
<a href="https://github.com/xonsh/xonsh/issues">Issue Tracker</a>
</p>
<p>
<a href="https://github.com/xonsh/xonsh/discussions">Q&A</a>
<a href="https://github.com/xonsh/xonsh/discussions">Discussions</a>
</p>
<p>
<a href="https://mastodon.online/@xonsh">Mastodon</a>
</p>
<p>
<a href="https://gitter.im/xonsh/xonsh">Gitter chat</a>
Expand All @@ -600,16 +608,16 @@ <h4>Community</h4>
<h4>Xontribs</h4>
</div>
<p>
<a href="https://xon.sh/xontribs.html">List of xontribs</a>
<a href="https://github.com/topics/xontrib">Github xontribs</a>
</p>
<p>
<a href="https://github.com/topics/xontrib">Github: xontrib topic</a>
</p>
<a href="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/xonsh/awesome-xontribs#awesome-xontribs">Awesome xontribs</a>
</p>
<p>
<a href="https://xon.sh/tutorial_xontrib.html">Xontrib tutorial</a>
</p>
<p>
<a href="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/xonsh/xontrib-cookiecutter">Cookiecutter template</a>
<a href="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/xonsh/xontrib-template">Xontrib template</a>
</p>
</div>
<div class="col-lg-3 col-sm-6">
Expand Down
23 changes: 23 additions & 0 deletions news/xonsh_landing.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
**Added:**

* Added link to xonsh on Mastodon - https://mastodon.online/@xonsh

**Changed:**

* <news item>

**Deprecated:**

* <news item>

**Removed:**

* <news item>

**Fixed:**

* <news item>

**Security:**

* <news item>

0 comments on commit 4c5c88a

Please sign in to comment.