aggregator.css |
feedapi_aggregator/aggregator.css |
|
#aggregator .feed-source .feed-title {
margin-top: 0;
}
#aggregator .feed-source .feed-image img {
margin-bottom: 0.75em;
}
#aggregator .feed-source .feed-icon {
float: right;
display: block;
}
#aggregator .feed-item {
margin-bottom:… |
CHANGELOG.txt |
CHANGELOG.txt |
|
FeedAPI 1.5, 2008-12-05
-----------------------
- Enclosure and location support in parser_simplepie
FeedAPI 1.4, 2008-10-10
-----------------------
- Strip tags from item titles
- Fix of built-in content-type
- Various bugfixes
FeedAPI 1.3,… |
feedapi.info |
feedapi.info |
|
name = FeedAPI
description = "Provides feed aggregation functionality, a feed management interface and an API. If you enable this module, enable at least one item processor (e. g. FeedAPI Node Item) and one parser (e. g. SimplePie… |
feedapi.install |
feedapi.install |
|
|
feedapi.module |
feedapi.module |
|
Handle the submodules (for feed and item processing)
Provide a basic management of feeds |
feedapi_aggregator.info |
feedapi_aggregator/feedapi_aggregator.info |
|
name = FeedAPI Aggregator
description = "Creates lightweight database entries from feed items. Emulates the Drupal core Aggregator module. Don't run Aggregator module and FeedAPI module at the same time."
dependencies = feedapi
package… |
feedapi_aggregator.install |
feedapi_aggregator/feedapi_aggregator.install |
|
|
feedapi_aggregator.module |
feedapi_aggregator/feedapi_aggregator.module |
|
|
feedapi_aggregator.module.test |
feedapi_aggregator/tests/feedapi_aggregator.module.test |
|
|
feedapi_inherit.info |
feedapi_inherit/feedapi_inherit.info |
|
name = FeedAPI Inherit
description = "Passes on group and taxonomy information from feed to feed items. Requires FeedAPI Node processor."
dependencies = feedapi feedapi_node
package = "FeedAPI Add On" |
feedapi_inherit.module |
feedapi_inherit/feedapi_inherit.module |
|
Inherit group and taxonomy settings from feeds to news items
This is an add on processor for FeedAPI |
feedapi_node.info |
feedapi_node/feedapi_node.info |
|
name = FeedAPI Node
description = "Creates nodes from feed items."
dependencies = feedapi
package = FeedAPI Default |
feedapi_node.install |
feedapi_node/feedapi_node.install |
|
|
feedapi_node.module |
feedapi_node/feedapi_node.module |
|
Handle how the feed items are represented as a content
Handle the processing of the feed items |
feedapi_node.module.test |
feedapi_node/tests/feedapi_node.module.test |
|
|
feedapi_node_views.info |
feedapi_node_views/feedapi_node_views.info |
|
name = "FeedAPI Node Views"
description = "Integrates Views module with FeedAPI Node. Allows you to use views to create your own listings of feed items. In development."
package = FeedAPI Add On
dependencies = feedapi feedapi_node… |
feedapi_node_views.module |
feedapi_node_views/feedapi_node_views.module |
|
|
parser_common_syndication.info |
parser_common_syndication/parser_common_syndication.info |
|
name = "Common syndication parser"
description = "Provides an XML parser for FeedAPI modules. Requires PHP5."
package = FeedAPI Add On
dependencies = feedapi |
parser_common_syndication.install |
parser_common_syndication/parser_common_syndication.install |
|
|
parser_common_syndication.module |
parser_common_syndication/parser_common_syndication.module |
|
Parse the incoming URL with SimpleXML then provide a data structure of the feed.
Requires PHP5 because of SimpleXML. |
parser_simplepie.info |
parser_simplepie/parser_simplepie.info |
|
name = SimplePie parser
description = "Provides an XML parser for FeedAPI modules. Uses SimplePie library. Requires SimplePie 1.01+."
package = FeedAPI Default
dependencies = feedapi |
parser_simplepie.install |
parser_simplepie/parser_simplepie.install |
|
|
parser_simplepie.module |
parser_simplepie/parser_simplepie.module |
|
Parse the incoming URL with SimplePie then provide a data structure of the feed |
README.txt |
README.txt |
|
FeedAPI
-------
The FeedAPI module group has several purposes:
1) Provide a basic aggregation module that is able to handle various parsers
and processors and give the user the ability to change how feed items are
represented and how incoming… |
README.txt |
feedapi_inherit/README.txt |
|
FeedAPI Inherit module
Passes on taxonomy and organic groups properties from feed nodes to feed item nodes.
INSTALLATION
* Go to admin/build/modules and activate the module.
* Go to admin/content/types and activate the FeedAPI Inherit processor for… |