читать rss
- занятная тема jsonfeed
- https://www.jsonfeed.org/ – родной сайт с jsonfeed.
- https://jblevins.org/log/json-feed – ещё, фид по факту пуст
- https://github.com/RSS-Bridge/rss-bridge — способ читать как rss очень многое (хотя вот совсем не уверена, что это хорошая идея).
- https://github.com/shevabam/get-rss-feed-url-extension - расширение для firefox, которое ищет ссылки на rss на открытой странице. Очень упрощает добавление в подписки.
- ЖЖ. Адреса URL трансляций вашего журнала доступны по следующим адресам: Atom: https://exampleusername.livejournal.com/data/atom, RSS: https://exampleusername.livejournal.com/data/rss
- В вордпрессе и много где - site.name/feed/
- У дискурса лент, похоже, нет. Досадно, но фиг с ними. 2023-11-20
Пока не очень поняла, когда анонс статьи или поста в ленте вместо самого этого поста кажется норм, когда бесит. Кажется, в случае личных «человеческих» сайтов шансов на то, что будет бесить — больше.
Надо бы со своей лентой разобраться с темой Last-Modified и ETag, чтоб гуманнее было.
- https://aboutfeeds.com/ - типа, вводное о том, штоэта для «простого человека» и куды бечь. На английском.
freshrss
- https://freshrss.org/index.html
- https://github.com/FreshRSS/FreshRSS#installation
- https://freshrss.github.io/FreshRSS/en/users/02_First_steps.html
- https://freshrss.github.io/FreshRSS/en/admins/03_Installation.html
- https://freshrss.github.io/FreshRSS/en/admins/06_LinuxInstall.html – но sqlite тоже можно
- https://github.com/FreshRSS/FreshRSS/tree/edge/cli
- https://github.com/FreshRSS/FreshRSS/blob/edge/cli/README.md
- https://freshrss.github.io/FreshRSS/en/users/09_refreshing_feeds.html
- https://freshrss.github.io/FreshRSS/en/admins/04_Updating.html
- https://freshrss.github.io/FreshRSS/en/users/11_website_scraping.html
- https://freshrss.github.io/FreshRSS/en/admins/10_ServerConfig.html
- https://github.com/FreshRSS/FreshRSS/releases
- https://freshrss.github.io/FreshRSS/en/developers/06_GoogleReader_API.html
- https://freshrss.github.io/FreshRSS/en/users/06_Mobile_access.html
- https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/CSP
- https://github.com/FreshRSS/FreshRSS/tree/edge/cli
elfeed – былое, емаксовое
Существенным оказалось удобство чтения с разных устройств, разными средствами. И ещё чот задумалась, действительно ли эта вечнорастущая база – норм решение.
Кроме elfeed ещё: Но в целом внутриемаксовая читалка – это мне нынешней неудобно. 2026-04-23
- elfeed https://github.com/skeeto/elfeed
- https://karthinks.com/software/lazy-elfeed/ - про настройку elfeed.
https://github.com/skeeto/elfeed#filter-syntax про фильтры.
Any component beginning with a + or - is treated as a tag. If + the tag must be present on the entry. If - the tag must not be present on the entry. Ex. "+unread" or "+unread -comic".
Any component beginning with an @ is an age limit or an age range. If a limit, no posts older than this are allowed. If a range, posts dates have to be inbetween the specified date range. Examples:
- "@3-days-ago"
- "@1-year-old"
- "@2019-06-24"
- "@2019-06-24–2019-06-24"
- "@5-days-ago–1-day-ago"
Any component beginning with a # is an entry count maximum. The number following # determines the maxiumum number of entries to be shown (descending by date). Ex. "#20" or "#100".
Any component beginning with a = is a regular expression matching the entry’s feed (title or URL). Only entries belonging to a feed that match at least one of the = expressions will be shown.
Every other space-seperated element is treated like a regular expression, matching against entry link, title, and feed title.
- https://github.com/sp1ff/elfeed-score - предварительная оценка
- https://www.unwoundstack.com/doc/elfeed-score/curr дока про это
- https://github.com/remyhonig/elfeed-org - rss в org-файле. Мож буду публиковать подписки ;)
- Чтобы обновить после добавления, M-x elfeed-org, потом M-x elfeed-update-feed (выбрать нужную). Просто elfeed-update чот не прокатывало.
- https://github.com/SqrtMinusOne/elfeed-summary - вариант, как можно отображать rss-ки.
- https://pragmaticemacs.wordpress.com/2016/09/16/star-and-unstar-articles-in-elfeed/
