contentmatcher/templates/about.html

17 lines
609 B
HTML
Raw Normal View History

2022-06-23 15:07:17 +02:00
{% extends 'base.html' %}
{% block header %}
2022-06-28 17:04:06 +02:00
<h1>About</h1>
2022-06-23 15:07:17 +02:00
{% endblock %}
{% block content %}
<p>Contentmatcher is a <a href="https://gia.kompot.si/about.php">General Intelligence Agency of Ljubljana</a> prototype.</p>
2022-06-28 17:04:06 +02:00
<p>You can find the its code <a href="https://git.kompot.si/gia/contentmatcher">here</a>.</p>
2022-06-29 11:16:01 +02:00
<p>Contentmatcher is hosted by <a href="https://kompot.si/wiki/doku.php">kompot</a>, a librehosters community from Ljubljana.</p>
2022-06-28 17:04:06 +02:00
If you have any questions, feedback or if you would like contribute, please contact us at <a href="mailto:gia@kompot.si">gia@kompot.si</a>.
2022-06-23 15:07:17 +02:00
{% endblock %}