Project

General

Profile

FEEDMIX documentation » History » Version 9

« Previous - Version 9/11 (diff) - Next » - Current version
Novaclic Support, 04/19/2010 12:58 PM


FEEDMIX Wiki

About FeedMix

FeedMiX is a free RSS mixer service, that can do much more than just agregating (RSS) feeds.
FeedMiX is a registred trademark.

Goto page http://www.novaclic.com/news/new-free-webservice-rss-feeds-mashup/ for a newcomer tour.

Anyway, here are the key features of FeedMiX:
  1. Can mix several RSS feeds and filter out irrelevants items
  2. No account creation needed, can even be used from a web application
  3. Auto-repare of source feed: will try to detect missing pubDate and other informations
  4. Available as "web-API":#
  5. Free!

FeedMiX Web interface

Basic FeedMiX Web interface usage

Simply fill the form at http://feedmix.novaclic.com and read explainations at http://www.novaclic.com/news/new-free-webservice-rss-feeds-mashup/ ;

Advanced FeedMiX Web interface usage

  1. Single Feed name
    To set (override) a Feed title, go to the Edit page (http://feedmix.novaclic.com/edit.php) and fill the form. Leave empty to keep defaults. Set title to '@' to hide it completely.

FeedMiX web api

You don't need to use the web Web interface to build a FeedMiX, you may build the query url on the fly to get your result. Please note that if you plan to use it on your website, we ask you to request a "TOKEN" from us. It's free, but will enable us to size the server according to your need, by monitoring the usage statistics.

Basic FeedMiX web API usage

The FeedMiX URL is built as follow:
  • feedmix.novaclic.com/mashup.php?
  • Followed by feed list (for each feed):
    • s<n> : feed <n> source (urlencoded)
    • n<n> : feed <n> name (urlencoded)
  • Then the strings to search for:
    • k : the strings query, each string is comma separated from the others (urlencoded)
    • t : triggerlevel (integer value)
  • The match mode:
    • m : [a|w] 'a' for logical AND, 'w' for WEIGHTED
  • Finally, the version:
    • v : integer (at least 1, see FeedMiX generated by the web interface to get the current version)

Example:
http://feedmix.novaclic.com/mashup.php?s0=http%3A%2F%2Ffeeds.feedburner.com%2F1stwebdesigner&n0=1stwebdesigner&s1=http%3A%2F%2Ffeeds2.feedburner.com%2FCatswhocode&n1=Catswhocode&s2=http%3A%2F%2Ffeeds2.feedburner.com%2FDailyDesignerNews&n2=DailyDesignerNews&s3=http%3A%2F%2Ffeeds2.feedburner.com%2FWprecipes&n3=Wprecipes&k=wordpress&t=1&m=a&v=1

Hidden FeedMiX features

Some options are not available from the web interface:

  • Hide feed name: set feed title to '@'

FeedMiX defects and limitations

Realtime issues are posted to our twitter account: http://twitter.com/novaclic, so follow us to be informed in realtime!

FeedMix is still in early developpment stage. There are some know limitations. Please check the FeedMiX issue tracker

FeedMiX support

For any suggestion/query, please post a question on FeedMix support forum