headline/view/templates/about.html

23 lines
805 B
HTML

{% extends "base.html" %}
{% block body %}
<main class="flex-shrink-0">
<div class="container">
<p class="lead">
Headliner is monitoring rss feeds of czech news websites for changes in
article headlines. Just because it might be interesting.
</p>
<p>
See <a href="https://git.nolog.cz/mdivecky/headline">the source code</a>,
but be aware that it's not too nice. Feel free to improve it.
</p>
<br>
<p>
If you want to access the raw data collected by this tool, you can
<a href="https://git.nolog.cz/NoLog.cz/headline-exports"> download the full archive from our git repo.</a>
</p>
<br>
<p><a href="https://ondrej.nyv.lt/">Ondřej</a> and <a href="https://bain.cz">Bain</a> made important contribution to the project. Thank you!</p>
</div>
</main>
{% endblock body %}