liblouis and xorg

This commit is contained in:
Paul Visscher 2025-02-11 22:41:53 -05:00
parent d6c3f76c7e
commit ec67540c49
2 changed files with 46 additions and 12 deletions

View file

@ -324,15 +324,34 @@ professional artists.</p>
<img class="project-logo" src="{% static 'img/projects/kallithea.svg' %}" alt="" /> <img class="project-logo" src="{% static 'img/projects/kallithea.svg' %}" alt="" />
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"> <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick"> <input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="EYXFS3SQPHYUL"> <input type="hidden" name="hosted_button_id" value="EYXFS3SQPHYUL">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" name="submit" alt="Donate to Kallithea via PayPal"> <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" name="submit" alt="Donate to Kallithea via PayPal">
</form> </form>
<p>Kallithea is a free software source code management system supporting two <p>Kallithea is a free software source code management system supporting two
leading version control systems, Mercurial and Git. Kallithea hosts your leading version control systems, Mercurial and Git. Kallithea hosts your
code, manages access control lists and provides an easy web interface to the code, manages access control lists and provides an easy web interface to the
version control system of your choice.</p> version control system of your choice.</p>
<h2><a href="https://liblouis.io/">Liblouis</a></h2>
<form action="https://www.paypal.com/donate" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="YTG8Y2WP6RJNG" />
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="Donate to Liblouis via PayPal" />
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1" />
</form>
<p>
The Liblouis software suite provides an open-source
braille translator, back-translator and formatter for a large number of
languages and braille codes. It is a set of libraries designed for use
in any of a number of applications, both free and commercial. It is
written in C so that it does not require a runtime environment and
hence can be used in applications written in high-level languages such
as Java and Python.
</p>
<h2><a href="http://librehealth.io/">LibreHealth</a></h2> <h2><a href="http://librehealth.io/">LibreHealth</a></h2>
@ -679,14 +698,29 @@ x86-based Unixes, including Linux, Mac OS X, FreeBSD, and Solaris.</p>
<img class="project-logo" src="{% static 'img/projects/xapian.png' %}" alt="" /> <img class="project-logo" src="{% static 'img/projects/xapian.png' %}" alt="" />
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"> <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick"> <input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="Y8WL47RVZJ3LQ"> <input type="hidden" name="hosted_button_id" value="Y8WL47RVZJ3LQ">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" name="submit" alt="Donate to Xapian via PayPal"> <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" name="submit" alt="Donate to Xapian via PayPal">
</form> </form>
<p>Xapian is a highly adaptable toolkit which allows developers to <p>Xapian is a highly adaptable toolkit which allows developers to
easily add advanced indexing and search facilities to their own easily add advanced indexing and search facilities to their own
applications. It has built-in support for several families of weighting applications. It has built-in support for several families of weighting
models and also supports a rich set of boolean query operators.</p> models and also supports a rich set of boolean query operators.</p>
<h2><a href="https://www.x.org/wiki/">Xorg</a></h2>
<img class="project-logo" src="{% static 'img/projects/xorg_logo.png' %}" alt="" />
<form action="https://www.paypal.com/donate" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="67Y5PU5CG5V2A" />
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="Donate to Xorg via PayPal" />
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1" />
</form>
<p>
The X.Org project provides an open source implementation of the X Window System. The development work is being done in conjunction with the freedesktop.org community.
</p>
{% endblock %} {% endblock %}

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB