Parent Directory
|
Revision Log
|
Revision Graph
Allows you to create a feed for a view, much like Views RSS, except you can specify any custom markup you want (XML, JSON, whatever) instead of just RSS. The module works by providing a view argument and was largely copied from views_rss and modified. Sponsored by SonyBMG
| 1 | How to use Views Node Feed: |
| 2 | |
| 3 | 1. Install Views Node Feed at admin/build/modules |
| 4 | 2. Go to admin/settings/views_node_feed and create a node |
| 5 | feed to specify the format your feed will be in. |
| 6 | 3. Create a view that you will use to populate your feed |
| 7 | with nodes. You can sort and filter these nodes just |
| 8 | as you regularly would with views. The view should provide |
| 9 | a page. |
| 10 | 4. Add the "Node: Node Feed Selector" argument to the view |
| 11 | and select the node feed you want to use under "option" |
| 12 | 5. Access your view's node feed by adding /node_feed to the |
| 13 | end of your view page URL |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |