• exec/load/rss-atom.js

    From echicken@VERT to CVS commit on Monday, January 27, 2014 20:24:39
    exec/load rss-atom.js NONE 1.1
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv25719

    Added Files:
    rss-atom.js
    Log Message:
    Not sure when I wrote this, whether or not it works, or how badly it sucks ... but it sure as hell exists, I'll tell you that much for free.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From echicken@VERT to CVS commit on Tuesday, January 28, 2014 20:23:11
    exec/load rss-atom.js 1.1 1.2
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv20359

    Modified Files:
    rss-atom.js
    Log Message:
    Rewritten.
    Provides a 'Feed' object, which loads an RSS or Atom feed and provides an API for accessing the details of channels/feeds and their items/entries.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From Ragnarok@VERT/DOCKSUD to echicken on Wednesday, January 29, 2014 12:57:21
    El 29/01/14 01:23, echicken escribió:
    exec/load rss-atom.js 1.1 1.2
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv20359

    Modified Files:
    rss-atom.js
    Log Message:
    Rewritten.
    Provides a 'Feed' object, which loads an RSS or Atom feed and provides an API for accessing the details of channels/feeds and their items/entries.

    ---
    � Synchronet � Vertrauen � Home of Synchronet � telnet://vert.synchro.net

    very good!

    ---
    þ Synchronet þ Dock Sud BBS TLD 24 HS - http://www.docksud.com.ar - telnet://bbs.docksud.com.ar
  • From echicken@VERT/ECBBS to Ragnarok on Wednesday, January 29, 2014 12:41:03
    Re: Re: exec/load/rss-atom.js
    By: Ragnarok to echicken on Wed Jan 29 2014 12:57:21

    very good!

    Meh ... better than it was. I have a few updates forthcoming for this, and then perhaps I'll commit a script that makes use of it.

    ---
    echicken
    electronic chicken bbs - bbs.electronicchicken.com - 416-273-7230
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
  • From echicken@VERT to CVS commit on Friday, October 03, 2014 12:39:02
    exec/load rss-atom.js 1.2 1.3
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv32700

    Modified Files:
    rss-atom.js
    Log Message:
    Put content:encoded in Item.content.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From echicken@VERT to CVS commit on Friday, September 04, 2015 16:20:38
    exec/load rss-atom.js 1.3 1.4
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv15693

    Modified Files:
    rss-atom.js
    Log Message:
    Added Item.enclosures property.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From echicken@VERT 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.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT 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.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT 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

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Derek Mullin@VERT 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.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From echicken@VERT 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)

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From echicken@VERT 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.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From echicken@VERT 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.

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