FEEDMIX documentation » History » Version 5
Novaclic Support, 04/19/2010 11:34 AM
1 | 1 | Novaclic Support | h1. FEEDMIX Wiki |
---|---|---|---|
2 | 1 | Novaclic Support | |
3 | 1 | Novaclic Support | h2. About FeedMix |
4 | 1 | Novaclic Support | |
5 | 1 | Novaclic Support | FeedMiX is a free RSS mixer service, that can do much more than just agregating (RSS) feeds. |
6 | 1 | Novaclic Support | FeedMiX is a registred trademark. |
7 | 1 | Novaclic Support | |
8 | 1 | Novaclic Support | Goto page http://www.novaclic.com/news/new-free-webservice-rss-feeds-mashup/ for a newcomer tour. |
9 | 1 | Novaclic Support | |
10 | 1 | Novaclic Support | h2. FeedMiX Web interface |
11 | 1 | Novaclic Support | |
12 | 1 | Novaclic Support | h3. Basic usage |
13 | 1 | Novaclic Support | |
14 | 1 | Novaclic Support | Simply fill the form at http://feedmix.novaclic.com and read explainations at http://www.novaclic.com/news/new-free-webservice-rss-feeds-mashup/ ; |
15 | 1 | Novaclic Support | |
16 | 1 | Novaclic Support | h3. Advanced usage |
17 | 1 | Novaclic Support | |
18 | 5 | Novaclic Support | # *Single Feed name* |
19 | 3 | Novaclic Support | 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. |
20 | 1 | Novaclic Support | |
21 | 1 | Novaclic Support | h2. FeedMiX web api |
22 | 1 | Novaclic Support | |
23 | 1 | Novaclic Support | You don't need to use the web "Web interface":http://feedmix.novaclic.com to build a FeedMiX, you may build the query url on the fly to get your result. |
24 | 1 | Novaclic Support | |
25 | 1 | Novaclic Support | h3. Basic |
26 | 1 | Novaclic Support | |
27 | 1 | Novaclic Support | The FeedMiX URL is built as follow: |
28 | 1 | Novaclic Support | * *feedmix.novaclic.com/mashup.php?* |
29 | 1 | Novaclic Support | * Followed by feed list (for each feed): |
30 | 1 | Novaclic Support | ** s<n> : feed <n> source (urlencoded) |
31 | 1 | Novaclic Support | ** n<n> : feed <n> name (urlencoded) |
32 | 1 | Novaclic Support | * Then the strings to search for: |
33 | 1 | Novaclic Support | ** k : the strings query, each string is comma separated from the others (urlencoded) |
34 | 1 | Novaclic Support | ** t : triggerlevel (integer value) |
35 | 1 | Novaclic Support | * The match mode: |
36 | 1 | Novaclic Support | ** m : [a|w] 'a' for logical AND, 'w' for WEIGHTED |
37 | 1 | Novaclic Support | * Finally, the version: |
38 | 1 | Novaclic Support | ** v : integer (at least 1, see FeedMiX generated by the web interface to get the current version) |
39 | 1 | Novaclic Support | |
40 | 1 | Novaclic Support | h3. Hidden features |
41 | 1 | Novaclic Support | |
42 | 1 | Novaclic Support | Some options are not available from the web interface: |
43 | 1 | Novaclic Support | |
44 | 1 | Novaclic Support | * Hide feed name: set feed title to '@' |
45 | 1 | Novaclic Support | |
46 | 1 | Novaclic Support | h2. FeedMiX support |
47 | 1 | Novaclic Support | |
48 | 1 | Novaclic Support | For any suggestion/query, please post a question on "FeedMix support forum":http://support.novaclic.com/public/projects/support/boards/show/2 |