headline/view/templates/about.html

25 lines
1.1 KiB
HTML
Raw Normal View History

2023-08-16 18:52:24 +02:00
{% extends "base.html" %}
{% block body %}
2023-08-20 16:22:59 +02:00
<div class="container my-6">
<div class="prose max-w-800px text-lg">
2023-08-17 10:50:02 +02:00
<p>
2023-08-20 16:22:59 +02:00
Headline is monitoring RSS feeds of czech news websites for changes in
2023-08-17 12:25:10 +02:00
article headlines. Just because it might be interesting. You can read more about it on <a href="https://www.zive.cz/clanky/mrknete-novinarum-pod-ruce-tenhle-web-vam-ukaze-jak-se-titulek-clanku-zmeni-treba-petkrat-za-hodinu/sc-3-a-223150/default.aspx">zive.cz</a> or <a href="https://a2larm.cz/2022/10/co-je-psano-neni-dano-online-media-meni-nazvy-clanku-i-nekolikrat-za-den/">a2larm.cz</a>.
2023-08-16 18:52:24 +02:00
</p>
2023-08-17 17:03:18 +02:00
2023-08-16 18:52:24 +02:00
<p>
2023-08-23 17:24:06 +02:00
Check out <a href="https://git.nolog.cz/NoLog.cz/headline">the source code</a>,
but be aware that it's not too nice. Feel free to improve it or run the tool yourself.
2023-08-16 18:52:24 +02:00
</p>
2023-08-17 17:03:18 +02:00
2023-08-16 18:52:24 +02:00
<p>
If you want to access the raw data collected by this tool, you can
2023-08-17 11:19:27 +02:00
<a href="https://git.nolog.cz/NoLog.cz/headline-exports"> download the full archive from our git repo.</a>
2023-08-16 18:52:24 +02:00
</p>
2023-08-17 17:03:18 +02:00
2023-08-17 11:19:27 +02:00
<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>
2023-08-16 18:52:24 +02:00
</div>
2023-08-17 10:50:02 +02:00
</div>
2023-08-16 18:52:24 +02:00
{% endblock body %}