SVG : Add icons for Moxxy and POSIX;

TOML   : Enable more entries;
Python : Add logic for POSIX;
XHTML  : Add a notice about POSIX.
This commit is contained in:
Schimon Jehudah, Adv. 2024-10-20 21:32:15 +03:00
parent ab6c6b687e
commit 40ad9bd58d
5 changed files with 86 additions and 65 deletions

View file

@ -95,16 +95,36 @@
</span>
</div>
{% endif %}
{% if title == 'Haiku' %}
<div id="security-notices">
<span class="notice">
<img src="/img/haikudepot.svg" />
<span>
Most of the software that are listed here should be available
for you to install directly from desktop with HaikuDepot.
</span>
</span>
</div>
{% endif %}
{% if title == 'Linux' %}
<div id="security-notices">
<span class="notice">
<img src="/img/tux.svg" />
<span>
The listed XMPP clients, herein, are also usable with the
Linux systems <a href="https://droidian.org">Droidian</a>,
Linux systems that are designed for mobile devices, e.g.
<a href="https://droidian.org">Droidian</a>,
<a href="https://mobian.org">Mobian</a> and
<a href="https://postmarketos.org">postmarketOS</a>, which are
designed for mobile devices.
<a href="https://postmarketos.org">postmarketOS</a>.
</span>
</span>
<span class="notice">
<a href="/download/posix">
<img src="/img/posix.svg" />
</a>
<span>
Please refer to <a href="/download/posix">this page</a>, if
you are prefer text based (i.e. console) interface.
</span>
</span>
</div>
@ -121,6 +141,9 @@
<span>
<span class="text">{{client['about']}}</span>
<div class="features">
{% if 'adhoc' in client['features'] %}
<span>🪄️ Ad-Hoc Commands</span>
{% endif %}
{% if 'desktop' in client['features'] %}
<span>🖥️ Desktop</span>
{% endif %}
@ -159,9 +182,9 @@
<span>
XMPP is the decentralized, free, open, and private messaging
and publishing protocol that drives the world's top-tier and
largest open IM network, and which allows for end-to-end
encrypted messaging, voice calls, video calls, groups and
more. Join to the community! (est. 1999)
largest open IM network which allows for end-to-end
encrypted messaging, group chats, voice calls, video calls
and more. Join to the community! (est. 1999)
</span>
<span>
<img class="wide" src="/img/xmpp.svg" />