feed_import.css |
feed_import.css |
|
/**
* Enabled feed style
*/
tr.enabled-feed td a{
color: #000;
}
tr.enabled-feed:hover{
background-color: #33ff66;
}
tr.enabled-feed:hover td,
tr.enabled-feed:hover td a{
color: #000;
}
/**
* Disabled feed style
*/
tr.disabled-feed td… |
feed_import.inc.php |
feed_import.inc.php |
|
Feed import class for parsing and processing content. |
feed_import.info |
feed_import.info |
|
name = Feed Import
description = Imports content from various file types (like XML, HTML, CSV) using XPATH
package = Feeds
core = 7.x
files[] = feed_import.inc.php
files[] = feed_import_filter.inc.php
configure = admin/config/services/feed_import |
feed_import.install |
feed_import.install |
|
Install/Uninstall code for feed_import |
feed_import.module |
feed_import.module |
|
User interface, cron functions for feed_import module |
feed_import_filter.inc.php |
feed_import_filter.inc.php |
|
This class contains filter functions for feed import |
README.txt |
README.txt |
|
FEED IMPORT
Project page: http://drupal.org/project/feed_import
Examples: http://drupal.org/node/1360374
------------------------------
Features
------------------------------
-easy to use interface
-alternative xpaths support and default… |