• exec/load/rss-atom.js

    From echicken@1:103/705 to CVS commit on Wed Jul 22 19: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.


    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to sbbs/master on Fri Aug 28 13: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 oneswe 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.
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to sbbs/master on Fri Aug 28 13: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 oneswe 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
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Derek Mullin@1:103/705 to Git commit to sbbs/master on Sat Sep 5 21: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.
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From echicken@1:103/705 to Git commit to sbbs/master on Fri Sep 25 21: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)
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From echicken@1:103/705 to Git commit to sbbs/master on Tue Oct 20 20: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.
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From echicken@1:103/705 to Git commit to sbbs/master on Tue Oct 20 20: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.
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)