Posted by greggles on May 2, 2011 at 1:35pm
Greg Dunlap (heyrocker) wanted to have a feed of issues show on the homepage for the configuration/uuid group.
- Editors can now administer news feeds. If someone wants a feed for their group they should ask here or in the groups queue including a link to the feed and explanation of which group it's relevant for. Hopefully we won't have any low quality feeds that people ask to get aggregated, so I'm not going to try to lay out a policy other than "if in doubt about a feed's quality, post a question here." So, Editors should add the feed and then report back the feed ID value which is useful in the view...
- There's a view of aggregated items which takes the feed ID as an argument. It takes multiple feed ids separated by comma to indicate multiple feeds.
When creating feeds please set the update interval to something long like 3 hours. If we start to see significant load from the aggregator items we'll need to tweak that.

Comments
Nice!
Nice! I just put LA Drupal's Twitter feed on the group's recent activity page.
Founder, CEO
http://www.larks.la
Founder, Lead Burrito Analyst
http://droplabs.net
Organizer, Drupal Adventure Guide
http://downtowndrupal.org
Santa Barbara Drupal and Drupal Fit
Santa Barbara Drupal and Drupal Fit are Twitter-ized now, too.
Founder, CEO
http://www.larks.la
Founder, Lead Burrito Analyst
http://droplabs.net
Organizer, Drupal Adventure Guide
http://downtowndrupal.org
Is the 16 week limit issue
Is the 16 week limit issue been resolved in some way - this was the problem I found strait away when using Aggregator to pull in issues.
The ideal solution is a
The ideal solution is a form_alter to add more options to the aggregator settings form. Until then I've just manually set the expire time to 32 weeks.
Anything else?
certifiedtorock.com/u/36762/
There's a patch for this at
There's a patch for this at http://drupal.org/node/1150416
function groupsorg_form_aggregator_admin_settings_alter(&$form) {// Add a "32 weeks" option to the Aggregator module's list of options
$form['aggregator_clear']['#options']['19353600'] = t('32 weeks');
}
The only option I added was "32 weeks" but I'll leave it to you to add more.
Founder, CEO
http://www.larks.la
Founder, Lead Burrito Analyst
http://droplabs.net
Organizer, Drupal Adventure Guide
http://downtowndrupal.org
Patch committed,
Patch committed, configuration changed. Yay!
certifiedtorock.com/u/36762/
When can the Downtown Los
When can the Downtown Los Angeles Drupal group get its aggregator feed going? There's an issue for this at https://drupal.org/node/1563628
Thanks!
Founder, CEO
http://www.larks.la
Founder, Lead Burrito Analyst
http://droplabs.net
Organizer, Drupal Adventure Guide
http://downtowndrupal.org