Python : Add instructions for download page;

SVG    : Add icons of XMPP clients;
TOML   : Add a list of XMPP clients;
XHTML  : Add a download page;
XHTML  : Remove unused code.
This commit is contained in:
Schimon Jehudah, Adv. 2024-10-20 17:30:06 +03:00
parent 714103a331
commit 4553e8aa5c
40 changed files with 5170 additions and 25 deletions

View file

@ -62,7 +62,7 @@
<a href="{{brand_site}}">
<img id="logo" src="/img/logo-wordmark-horizontal.svg" />
</a>
<a id="download" href="https://xmpp.org/software/">
<a id="download" href="/download">
Download
</a>
</div>
@ -131,17 +131,6 @@
<strong>{{title}}</strong>
right now.
</div>
<!-- div id="note">
<div>
You have been invited to
<abbr title="The Universal Messaging Standard">XMPP</abbr>.
</div>
<div>
XMPP is a decentralized, free, and private messaging and publishing
protocol, that allows for end-to-end encrypted messaging, voice
calls, video calls, groups and more. Join to the community!
</div>
</div -->
</div>
{% if message %}
<div id="xmpp-message">{{message}}</div>