2006-08-31 20:22:37 +00:00
|
|
|
; $Id$
|
|
|
|
name = Aggregator
|
|
|
|
description = "Aggregates syndicated content (RSS, RDF, and Atom feeds)."
|
2008-10-11 02:33:14 +00:00
|
|
|
package = Core
|
2006-11-21 20:55:36 +00:00
|
|
|
version = VERSION
|
2008-02-18 19:19:49 +00:00
|
|
|
core = 7.x
|
2008-05-06 12:18:54 +00:00
|
|
|
files[] = aggregator.module
|
|
|
|
files[] = aggregator.admin.inc
|
|
|
|
files[] = aggregator.pages.inc
|
2008-12-22 19:38:31 +00:00
|
|
|
files[] = aggregator.fetcher.inc
|
|
|
|
files[] = aggregator.parser.inc
|
|
|
|
files[] = aggregator.processor.inc
|
2008-10-09 22:51:41 +00:00
|
|
|
files[] = aggregator.install
|
2009-06-08 09:23:55 +00:00
|
|
|
files[] = aggregator.test
|