Vendor MindTouch
    Type Native
    Categories Rss
    Requires MindTouch 1.8.2 or later
    OS Restriction None
    Status Stable
    License Free/Open Source
    SID (service id) sid://mindtouch.com/2007/06/feed
    Assembly mindtouch.deki.services

    Install Extension
    URL of your MindTouch install (ex: http://www.mindtouch.com)
        

     

    Table of Contents

    Description

    This extension contains functions for using Atom and RSS feeds.

    See also How to add an extension, Using the Extension Dialog, Learn about DekiScript, Extensions Directory.


    feed.list(feed : uri, max : num) : xml

    Show Atom/RSS feed as a list.

    Parameters:

    Name Type Description
    feed uri Feed URI (Atom or RSS)
    max num Optional.  Max items to display (default: nil)

    Samples:

      Output

    To embed the complete MindTouch feed as a list:

    {{ feed.list("http://feeds.feedburner.com/Mindtouch") }} 
    ./CompleteFeedAsList.JPG

    To embed only the 5 most recent stories from the MindTouch feed as a list:

    {{ feed.list("http://feeds.feedburner.com/Mindtouch", 5) }} 
    ./Max5AsList.JPG

     


    feed.table(feed : uri, max : num) : xml

    Show Atom/RSS feed as a table.

    Parameters:

    Name Type Description
    feed uri Feed URI (Atom or RSS)
    max num Optional.  Max items to display (default: nil)

     

    Samples: 

      Output

    To embed the complete MindTouch feed as a table:

    {{ feed.table("http://feeds.feedburner.com/Mindtouch") }} 
    ./CompleteFeedAsTable.JPG

    To embed only the 5 most recent stories from the MindTouch feed as a table:

    {{ feed.table("http://feeds.feedburner.com/Mindtouch", 5) }} 
    ./Max5AsTable.JPG

     

    Was this page helpful?
    Tag page (Edit tags)
    Viewing 1 of 1 comments: view all
    It works somewhat on v.9.12.1 but I can't get it work with Twitter feeds. edited 21:50, 19 Apr 2010
    Posted 19:29, 15 Mar 2010
    Viewing 1 of 1 comments: view all
    You must login to post a comment.
    Powered by MindTouch 2010
    Powered by MindTouch 2010