/[drupal]/contributions/modules/feed/feed.install
ViewVC logotype

Contents of /contributions/modules/feed/feed.install

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download) (as text)
Sun Oct 15 17:18:32 2006 UTC (3 years, 1 month ago) by thegreenman
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-4-7
File MIME type: text/x-php
The Feed module is an attempt to create a module that allows RSS (and other) feeds to be themed using XSLT. The current default template has been based on the BBC templates.

This will overrride the default feed callbacks for node and taxonomy. It also provides a template funtion that can be used to override views_rss feeds.

The XSLT templates are parsed by Drupal to allow them to be modified dynamically.
1 <?php
2 /*
3 * Created on 13-Oct-2006
4 * Installs the feed module with a weight of 1.
5 */
6
7 function feed_install(){
8 db_query("Update {system} set weight=1 where name='feed'");
9 }
10 ?>

  ViewVC Help
Powered by ViewVC 1.1.2