The contrib feed is a 2.5Megabyte hunk.
wget http://drupal.org/security/contrib/rss.xml
--2013-11-06 15:01:10-- http://drupal.org/security/contrib/rss.xml
Resolving drupal.org... 140.211.10.62, 140.211.10.16
Connecting to drupal.org|140.211.10.62|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://drupal.org/security/contrib/rss.xml [following]
--2013-11-06 15:01:10-- https://drupal.org/security/contrib/rss.xml
Connecting to drupal.org|140.211.10.62|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2598398 (2.5M) [application/rss+xml]
Saving to: ‘rss.xml’
100%[==========================================================================================================================================================================================>] 2,598,398 647KB/s in 4.2s
2013-11-06 15:01:14 (608 KB/s) - ‘rss.xml’ saved [2598398/2598398]
grep "<title>" rss.xml |wc -l
659 items.
Dang
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | drupalorg-security_feeds-2129535-5.patch | 2.98 KB | sanchiz |
| #3 | drupalorg-security_feeds-2129535-3.patch | 992 bytes | sanchiz |
Comments
Comment #1
eliza411 commentedComment #2
gregglesComment #3
sanchiz commentedInitial patch. Added pager, 10 items per page.
Comment #4
tvn commentedThe patch also needs to edit 2 more views:
drupalorg_security_announcements_contrib
drupalorg_security_announcements_psa
Comment #5
sanchiz commentedDone. Added pager to:
drupalorg_security_announcements_contrib
drupalorg_security_announcements_psa
drupalorg_security_announcements
Comment #6
sanchiz commentedComment #7
tvn commentedCommitted. http://drupalcode.org/project/drupalorg.git/commit/45385cb
Thanks!
Comment #8
dwwThis should have just gone out with another drupalorg deployment. Please re-open if it's still a problem.
Thanks,
-Derek
Comment #9
gregglesIndeed it's fixed. Thanks sanchiz, tvn, dww!