Skip to content

Commit

Permalink
add our chat to the RTFD footer and top on our README (#2512)
Browse files Browse the repository at this point in the history
* XML validation

* Revert "XML validation"

This reverts commit 6a41a4d.

* add our chat

* removed a line
  • Loading branch information
ReimarBauer authored Sep 19, 2024
1 parent 8e29526 commit 2a68b25
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
**Chat:**
[![IRC: #mss-general on libera.chat](https://img.shields.io/badge/libera.chat-%23MSS_General-blue)](https://web.libera.chat/?channels=#mss-general)
[![IRC: #mss-gsoc on libera.chat](https://img.shields.io/badge/libera.chat-%23MSS_GSoC-brightgreen)](https://web.libera.chat/?channels=#mss-gsoc)


Mission Support System Usage Guidelines
=======================================

Expand Down
21 changes: 21 additions & 0 deletions docs/_templates/footer.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{% extends '!footer.html' %}

{% block extrafooter %}
<HR>
<div class="footer-extra">
<p>
<a class="reference external" href="https://anaconda.org/conda-forge/mss"><img alt="Conda Version" src="https://img.shields.io/conda/vn/conda-forge/mss.svg" /></a>
<a class="reference external" href="https://doi.org/10.5281/zenodo.6572620"><img alt="DOI" src="https://zenodo.org/badge/DOI/10.5281/zenodo.6572620.svg" /></a>
<a class="reference external" href="https://www.fz-juelich.de/en/rse/jurse-community/jurse-code-of-the-month/july-2024"><img alt="JuRSE Code Pick" src="https://img.shields.io/badge/JuRSE_Code_Pick-July_2024-blue" /></a>
<a class="reference external" href="https://github.com/Open-MSS/MSS/issues"><img alt="GitHub Issues" src="https://img.shields.io/github/issues/Open-MSS/MSS" /></a>
<a class="reference external" href="https://coveralls.io/github/Open-MSS/MSS?branch=develop"><img alt="Coverage Status" src="https://coveralls.io/repos/github/Open-MSS/MSS/badge.svg?branch=develop" /></a>
<a class="reference external" href="https://anaconda.org/conda-forge/mss"><img alt="Conda Platforms" src="https://img.shields.io/conda/pn/conda-forge/mss.svg" /></a>
<a class="reference external" href="https://anaconda.org/conda-forge/mss"><img alt="Conda Recipe" src="https://img.shields.io/badge/recipe-mss-green.svg" /></a>
<a class="reference external" href="https://anaconda.org/conda-forge/mss"><img alt="Conda Downloads" src="https://img.shields.io/conda/dn/conda-forge/mss.svg" /></a>
</p>
<p>
<a href="https://web.libera.chat/?channels=#mss-general" target="_blank" rel="noopener"><img src="https://img.shields.io/badge/libera.chat-%23MSS_General-blue" alt="IRC: #mss-general on libera.chat"></a>
<a href="https://web.libera.chat/?channels=#mss-gsoc" target="_blank" rel="noopener"><img src="https://img.shields.io/badge/libera.chat-%23MSS_GSoC-brightgreen" alt="IRC: #mss-gsoc on libera.chat"></a>
</p>
</div>
{% endblock %}

0 comments on commit 2a68b25

Please sign in to comment.