• exec/load/rss-atom.js

    From echicken@VERT to CVS commit on Wed Jul 22 15:42:29 2020
    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.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Fri Aug 28 09:30:03 2020
    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.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Fri Aug 28 09:30:06 2020
    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

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Derek Mullin@VERT to Git commit to sbbs/master on Sat Sep 5 17:14:33 2020
    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.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From echicken@VERT to Git commit to sbbs/master on Fri Sep 25 17:36:08 2020
    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)

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From echicken@VERT to Git commit to sbbs/master on Tue Oct 20 16:18:54 2020
    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.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From echicken@VERT to Git commit to sbbs/master on Tue Oct 20 16:26:20 2020
    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.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net