• exec/web_feed_importer.js

    From echicken@VERT to CVS commit on Wed Oct 1 21:50:56 2014
    exec web_feed_importer.js NONE 1.1
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv7194

    Added Files:
    web_feed_importer.js
    Log Message:
    Import RSS or Atom feeds into message subs. See comments at top for config info and notes. Probably needs its own config file, but we will use modopts.ini for now.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From echicken@VERT to CVS commit on Thu Oct 2 19:23:02 2014
    exec web_feed_importer.js 1.1 1.2
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv11387

    Modified Files:
    web_feed_importer.js
    Log Message:
    Added appendString variable, value of which is tacked on to a message body just prior to saving. Default is a blank line, which may not accomplish anything. Can be edited as needed.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From Bill McGarrity@VERT to echicken on Thu Oct 2 23:20:00 2014
    On 10-02-14 19:23, echicken wrote to CVS commit <=-

    exec web_feed_importer.js 1.1 1.2
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv11387

    Modified Files:
    web_feed_importer.js
    Log Message:
    Added appendString variable, value of which is tacked on to a message
    body just prior to saving. Default is a blank line, which may not accomplish anything. Can be edited as needed.

    OK... just updated.. let's see what happens...

    Thanks


    Bill

    Telnet: bbs.tequilamockingbirdonline.net
    Web: bbs.tequilamockingbirdonline.net
    IRC: irc.tequilamockingbirdonline.net Ports: 6661-6670 SSL: +6697
    Radio: radio.tequilamockingbirdonline.net:8010/live


    ... Look TWICE... Save a LIFE!!! Motorcycles are Everywhere!!
    --- MultiMail/Win32 v0.50
    þ Synchronet þ TequilaMockingbird Online - TELNET: tequilamockingbirdonline.net
  • From echicken@VERT to CVS commit on Sat Oct 4 23:48:55 2014
    exec web_feed_importer.js 1.2 1.3
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv5324

    Modified Files:
    web_feed_importer.js
    Log Message:
    Favour item.content for import as message body, if it exists. Replace some HTML entities not caught by html_decode (more needs to be done here, and some if not all of it is derp.) May cause dupe imports (I suggest only using this on subs that you are willing to pollute, for the time being.)

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From echicken@VERT to CVS commit on Sat Oct 4 23:52:25 2014
    exec web_feed_importer.js 1.3 1.4
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv5387

    Modified Files:
    web_feed_importer.js
    Log Message:
    Keep item.content empty if it's already devoid of super-interesting feedy goodness.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From echicken@VERT to CVS commit on Tue Oct 13 19:52:58 2015
    exec web_feed_importer.js 1.4 1.5
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv29383

    Modified Files:
    web_feed_importer.js
    Log Message:
    Check your paragraphs before you wreck your paragraphs. (For Bill McGarrity)

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From Bill McGarrity@VERT to echicken on Tue Oct 13 23:50:00 2015
    echicken wrote to CVS commit <=-

    exec web_feed_importer.js 1.4 1.5
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv29383

    Modified Files:
    web_feed_importer.js
    Log Message:
    Check your paragraphs before you wreck your paragraphs. (For Bill McGarrity)


    Thank you sir... I'll keep you posted. :)


    --

    Bill

    Telnet: tequilamockingbirdonline.net
    Web: bbs.tequilamockingbirdonline.net
    FTP: ftp.tequilamockingbirdonline.net:2121
    IRC: irc.tequilamockingbirdonline.net Ports: 6661-6670 SSL: +6697
    Radio: radio.tequilamockingbirdonline.net:8010/live


    ... Look Twice... Save a Life!!! Motorcycles are Everywhere!!!
    --- MultiMail/Win32 v0.50
    þ Synchronet þ TequilaMockingbird Online - Toms River, NJ
  • From echicken@VERT to CVS commit on Wed Feb 8 20:42:55 2017
    exec web_feed_importer.js 1.5 1.6
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv7628

    Modified Files:
    web_feed_importer.js
    Log Message:
    Added new 'crossposting' feature, requested by Bill McGarrity.

    If a key in the [feeds] section of modopts.ini begins with '_crosspost',
    the value is assumed to be: 'url,sub1,sub2...', for example:

    [feeds]
    _crosspost1 = http://my-feed/rss.xml,dove-gen,syncprog,general

    Avoid duplicate key names by tacking a number onto the end:
    _crosspost1, _crosspost2

    The old style 'sub = http://my-feed/rss.xml' pairs are still supported.


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