24 lines
1.1 KiB
HTML
24 lines
1.1 KiB
HTML
{% extends "base.html" %}
|
|
|
|
{% block body %}
|
|
<div class="container">
|
|
<div class="prose page-about-prose">
|
|
<p>
|
|
Headline is monitoring rss feeds of czech news websites for changes in
|
|
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>.
|
|
</p>
|
|
|
|
<p>
|
|
Check out <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 or run the tool yourself.
|
|
</p>
|
|
|
|
<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>
|
|
|
|
<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>
|
|
</div>
|
|
{% endblock body %}
|