mirror of
https://git.nolog.cz/NoLog.cz/headline.git
synced 2025-01-31 11:53:35 +01:00
Merge pull request 'Merge forgotten changes from new-frontend' (#2) from new-frontend into main
Reviewed-on: https://git.nolog.cz/mdivecky/headline/pulls/2
This commit is contained in:
commit
dee801a193
2 changed files with 3 additions and 1 deletions
|
@ -33,6 +33,8 @@ db_con = sqlite3.connect("../data/diffs.db")
|
|||
db = db_con.cursor()
|
||||
|
||||
db.executescript("""
|
||||
PRAGMA journal_mode=WAL;
|
||||
|
||||
CREATE TABLE IF NOT EXISTS diffs (
|
||||
diff_id INTEGER PRIMARY KEY,
|
||||
article_id TEXT,
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<div class="prose">
|
||||
<p>
|
||||
Headliner is monitoring rss feeds of czech news websites for changes in
|
||||
article headlines. Just because it might be interesting.
|
||||
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>,
|
||||
|
|
Loading…
Reference in a new issue