Script to generate an RSS feed containing a few `fortune -s` items. Use it as a cron job to generate something you can see in a ticker (e.g. on Kodi)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.html 594B

123456789101112131415161718
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Fortune feed</title>
  5. <link rel="alternate" type="application/rss+xml" href=
  6. "fortune.rss" title="Fortune">
  7. </head>
  8. <body>
  9. <p><a href="fortune.rss"><strong>Here</strong></a> you'll find an
  10. <a href="https://en.wikipedia.org/wiki/RSS">RSS</a> feed that
  11. contains a few <a href=
  12. "https://linux.die.net/man/6/fortune">Fortune</a> items.</p>
  13. <p>Feel free to use it as a ticker feed for <a href=
  14. "https://kodi.tv">Kodi</a>, etc.</p>
  15. <p>Also feel free to <a href=
  16. "https://git.disroot.org/thedod/fortunefeed">fork this</a>.</p>
  17. </body>
  18. </html>