aggregator

Template filen för innehållsamlaren

Hej,
Jag har letat och letat men kan inte hitta var och hur man stylar innehållet i ett block som skapat av innehållsamlaren.

Någon vet något om detta?

/M

2 comments
indytechcook's picture

Blogs of Indy Testing

I've been working on a RSS aggregation site called blogs of indy. The basic concept was to categorize the content by the posts instead of by the feeds. I'm almost ready for a beta release but I need some test blogs. If anyone would be interested in contributing content for testing, please create an account on my staging server http://blogsofindy.hostingbyhastings.com. Then create a Feed using the "CREATE FEED" link in the menu. Once this is done, I will map the content then refresh the feed.

Comments are welcome.

Neil

2 comments
alex_b's picture

Session proposal for DrupalCon Szeged: A new aggregator for Drupal7

I just entered a proposal for the session that Aron Novak and I would like to hold in Szeged: a presentation of a new extensible aggregator in D7:

Proposal:
http://szeged2008.drupalcon.org/program/sessions/new-aggregator-drupal-7

New aggregator:
http://drupal.org/project/new_aggregator

Login to post comments
peashooter's picture

Adding an external blog feed alongside native Drupal blogs?

Hi everyone,

I've been banging my head a little bit trying to get this sorted. Basically, I want members of my drupal site to have their own personal blogs and a section where they can read other members posts. This is obviously no problem if they're all using drupal blogs on my site.

However, many of the members already have their own blogs. It would be great if instead of submitting blog entries on my site, they could just add the url of their Blog feed and entries would automagically appear alongside other members entries.

3 comments · Read more
Aron Novak's picture

Aggregator for D7 outline

Have a look at PHP skeleton code for better understanding this outline.

Def:
Parser: Responsible for creating a feed data structure which is expected by the aggregator (hook_aggregator_parser). By design additional parsers could consume everything (ical, html pages, emails)
Processor: Responsible for accepting items and save them, show them to the user, etc (hook_aggregator_processor)

Planned modules:

* aggregator
* aggregator_node
* aggregator_light
3 comments · Read more
Aron Novak's picture

Specification and design of aggregator for Drupal 7

Here I summarize what you should expect from core aggregator for Drupal 7.

22 comments · Read more · 3 attachments
Aron Novak's picture

Typical problems and questions while concepting about an aggregator

As maybe you heard, my application was accepted to write a new aggregator for Drupal core :) : http://code.google.com/soc/2008/drupal/appinfo.html?csaid=1222E090E875B36D
Here as a first step, I would like to collect lots of possible problems in aggregation area. Please share your opinion about these questions to help Drupal 7 to have as good aggregator as possible :) :

The items are not necessarily ordered by relevance.

Node creation

4 comments · Read more · 2 attachments
Aron Novak's picture

A new aggregator for Drupal 7

 

 
Problems:

  • Drupal's core aggregator does not satisfy the requirements of state
    of the art aggregation applications. E. g. core aggregator lacks
    pluggable configurations or the possibility of creating nodes from
    feed items.
  • There is an explosion of contrib modules that try to cover the
    deficiencies of Drupal's aggregator in one or the other way. Previous
    attempts to unify aggregation functionality had limited success.
30 comments · Read more
vineet-gdo's picture

Global News Content Module - Stories, Photos, Quotes, Connections

Moved to official ideas list: http://drupal.org/node/237907

I want to propose a project for building a module that pulls news content from a global news service called Daylife (http://daylife.com)

Daylife is a global news aggregation service that offers an Open API platform called DayPI (http://developer.daylife.com) for any developer, blogger, news service to pull stories and photos about any topic in the world. The API returns data in XML, JSON and PHP serialized formats. You can read the Daylife About page at http://www.daylife.com/page/about to learn more about the company. All platform documentation is on http://developer.daylife.com/docs

18 comments · Read more
alex_b's picture

FeedAPI 1.0 beta 1 out now

I am happy to announce that after a week of cleaning up and improving the API and adding some critical features, yesterday FeedAPI 1.0 beta 1 version came out. These are the features:

1 comment · Read more
Syndicate content