Site Tools


software:tiny_tiny_rss

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
software:tiny_tiny_rss [2023/11/15 08:19] – [Notes/hints] chrissoftware:tiny_tiny_rss [2024/03/03 11:43] (current) chris
Line 13: Line 13:
   * **changedetection.io** Self hosted, watches pages. [[https://github.com/dgtlmoon/changedetection.io|link]]   * **changedetection.io** Self hosted, watches pages. [[https://github.com/dgtlmoon/changedetection.io|link]]
     * not using it right now, as the RSS feed does not contain the actual change. So when I monitor a big page, I get notified 'it changed', but not hinted what.     * not using it right now, as the RSS feed does not contain the actual change. So when I monitor a big page, I get notified 'it changed', but not hinted what.
-  * **rsshub** Self hosted, for watching pages: https://docs.rsshub.app/en/ +  * **own scripts:** The German/Japanese association in Japan offers no feed, and the page where they announce new events is small - but the contents are broken and meant for visually be read, but not parsed by a machine. I gave up trying to write an own rss-brigde bridge and now fetch with 'lynx -dump https://www.jdg.or.jp/koushin/whatsnew_j.html' the visual interpretation daily, and monitor for changes with 'diff'. Also feed generator ( https://createfeed.fivefilters.org ) looks not to bad trying to generate a feed from the page.
-  * **own scripts:** The German/Japanese association in Japan offers no feed, and the page where they announce new events is small - but the contents are broken and meant for visually be read, but not parsed by a machine. I gave up trying to write an own rss-brigde bridge and now fetch with 'lynx -dump http://www.jdg.or.jp/koushin/whatsnew_j.html' the visual interpretation daily, and monitor for changes with 'diff'. Also feed generator ( http://createfeed.fivefilters.org ) looks not to bad trying to generate a feed from the page.+
  
 ===== Can I do schema updates manually? ===== ===== Can I do schema updates manually? =====
Line 34: Line 33:
 Alternatively, "php update.php --schema-update" should work. Alternatively, "php update.php --schema-update" should work.
  
-===== Ttrss on Debian Buster install, docker based ===== 
-https://git.tt-rss.org/fox/ttrss-docker-compose/src/branch/static-dockerhub/README.md 
-<code> 
-apt -y install git docker-compose 
-cd /opt 
-git clone https://git.tt-rss.org/fox/ttrss-docker-compose.git ttrss-docker 
-cd ttrss-docker 
-git checkout static-dockerhub 
- 
-cp .env-dist .env 
-vi .env 
-# TTRSS_SELF_URL_PATH=http://buster:8280/tt-rss 
-# HTTP_PORT=8280 
-# TTRSS_SESSION_COOKIE_LIFETIME=2592000 
-docker-compose pull && docker-compose up -d 
-</code> 
-Then use a browser to access http://buster:8280, admin/password. 
  
 ===== Ttrss update, docker based ===== ===== Ttrss update, docker based =====
Line 68: Line 50:
   * Can I fetch and display content directly from ttrss? [[https://github.com/feediron/ttrss_plugin-feediron|FeedIron]] can do that.   * Can I fetch and display content directly from ttrss? [[https://github.com/feediron/ttrss_plugin-feediron|FeedIron]] can do that.
   * Mediathekviewweb rss checker. To search for "Midnight": https://mediathekviewweb.de/feed?query=%23Midnight   * Mediathekviewweb rss checker. To search for "Midnight": https://mediathekviewweb.de/feed?query=%23Midnight
-  * [[https://git.tt-rss.org/fox/ttrss-docker-compose.wiki.git/tree/Home.md#backup-and-restore|backup and restore]]+  * https://github.com/DIYgod/RSSHub
   * Japanese Kanji and Hiragana appearing in different fonts?  'gucharmap' can for a given glyph show which font is used to render. The issue with ttrss though is that the theme is guiding to use the wrong font. I played with firefox font settings, but without good results. Now I use a custom theme with modified font settings to fix the issue.   * Japanese Kanji and Hiragana appearing in different fonts?  'gucharmap' can for a given glyph show which font is used to render. The issue with ttrss though is that the theme is guiding to use the wrong font. I played with firefox font settings, but without good results. Now I use a custom theme with modified font settings to fix the issue.
 <code> <code>
software/tiny_tiny_rss.txt · Last modified: 2024/03/03 11:43 by chris