Commit graph

12 commits

Author SHA1 Message Date
6cccea04fb Migrate code style to Black 2023-08-21 10:38:13 +02:00
24f776a4b3 Fix missing field in database insert, causing writes to fail 2023-08-17 14:18:08 +02:00
e9aa8a3a06 Use WAL in sqlite3 to avoid database locks that prevent reads 2023-08-17 12:25:01 +02:00
2c97d7ab69 give every article ID to enable grouping changes by article 2023-08-17 11:19:12 +02:00
9918da68eb add dirty exceptions to skip broken RSS feeds 2023-08-16 12:41:29 +02:00
9800a0825d Add full-text search to the main page. The user can now search for parts
of the changed headline. The search uses each word (text separated by
space) as a separate query (logical OR). The user can use quotes to
specify that they want to keep multiple words as a single query.
2023-08-16 10:28:20 +02:00
f485239bf3 add expire value to redis keys (7 days) 2022-08-27 13:45:25 +02:00
1304ef1a83 move config file to variable 2022-08-27 12:47:06 +02:00
d70ce2d2dc stop storing article descriptions 2022-08-25 17:08:08 +02:00
46541cfc05 typo 2022-08-25 16:27:56 +02:00
df1d257438 limit messages to console 2022-08-25 16:16:42 +02:00
4e199d73ae flask UI and dockerization:) Sorry. 2022-08-25 15:10:08 +02:00
Renamed from headline.py (Browse further)