• exec/load/rss-atom.js

    From echicken to CVS commit on Wednesday, July 22, 2020 19:42:29
    exec/load rss-atom.js 1.4 1.5
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv9424

    Modified Files:
    rss-atom.js
    Log Message:
    Feed constructor now takes a second parameter, follow_redirects.
    Strip leading trailing whitespace from channel/item link text.
    Removed some but not all of the ugly crap.


  • From Rob Swindell to Git commit to sbbs/master on Friday, August 28, 2020 13:30:03
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/3605fed110cdde163b61da67
    Modified Files:
    exec/load/rss-atom.js
    Log Message:
    Fix massive regression introduced in previous commit.

    Iterate over RSS feed channels and items in a less ugly way.
    Don't iterate over all item children and cherry-pick the ones
    we want, just target the desired elements instead.

    Remove the "This is shitty" comment. It's still shitty overall,
    but that particular shitty thing has been de-shitted.
  • From Rob Swindell to Git commit to sbbs/master on Friday, August 28, 2020 13:30:06
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/b821af43eba59c714f85e893
    Modified Files:
    exec/load/rss-atom.js
    Log Message:
    Merge branch 'rss-atom' into 'master'

    Fix massive regression introduced in previous commit.

    Iterate over RSS feed channels and items in a less ugly way.
    Don't iterate over all item children and cherry-pick the ones
    we want, just target the desired elements instead.

    Remove the "This is shitty" comment. It's still shitty overall,
    but that particular shitty thing has been de-shitted.

    See merge request sbbs/sbbs!5
  • From Derek Mullin to Git commit to sbbs/master on Saturday, September 05, 2020 21:14:33
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/8178eafc4afdc76c34742b00
    Modified Files:
    exec/load/rss-atom.js
    Log Message:
    Allow passing file:// URLs to the Feed constructor.
    If you have a local XML document containing an RSS or Atom feed,
    you can point to it like: file:///this/is/where/it/is.xml.
    For Dan_C, a variation on nelgin's proposed solution.
  • From echicken to Git commit to sbbs/master on Friday, September 25, 2020 21:36:08
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/6e28eb252d1b50ee1fe80cf9
    Modified Files:
    exec/load/rss-atom.js
    Log Message:
    Defrig item titles - (thanks to nolageek for reporting this)
  • From echicken to Git commit to sbbs/master on Tuesday, October 20, 2020 20:18:54
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/c9ec5932133b19d15db0db1d
    Modified Files:
    exec/load/rss-atom.js
    Log Message:
    You know what? Fuck XML. That's right, I said it.
  • From echicken to Git commit to sbbs/master on Tuesday, October 20, 2020 20:26:20
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/fe232b8a8b5e9bdb4c9922d1
    Modified Files:
    exec/load/rss-atom.js
    Log Message:
    Handle Atom entries with body text in <content> element.