Support #6635
closedRSS feeds not complete
0%
Description
The Portico folks:
http://www.portico.org/digital-preservation/
are trying to capture all content for JITP and TRAUE:
http://jitp.commons.gc.cuny.edu/
http://traue.commons.gc.cuny.edu/
via their feeds, but they claim they only have content for JITP from Issue 4 forward (missing Issues 1-3) and no content earlier than September 2016 for TRAUE (missing Volumes 1-4).
Portico wants us to make available via RSS any content that is missing. Why wouldn't Issues 1-3 be available for JITP and Volumes 1-4 for TRAUE? Can we make that content available?
Thanks,
Stephen
Updated by Boone Gorges about 8 years ago
- Status changed from New to Resolved
WordPress RSS feeds only serve the 10 most recent items by default. You can fetch subsequent pages by passing the ?paged parameter:
http://jitp.commons.gc.cuny.edu/feed/
http://jitp.commons.gc.cuny.edu/feed/?paged=2
http://jitp.commons.gc.cuny.edu/feed/?paged=3
etc
Let me know if Portico needs additional information to access this content.
Updated by Stephen Klein about 8 years ago
From Portico:
"Looks like that works for JITP – I got up to page 14 (?paged=15 didn’t take me to a 15th page) so I can have the team start looking into that.
For TRAUE, I tried to add the “/?paged=2” to http://traue.commons.gc.cuny.edu/feed/ and this did not take me to a second page. All the content for is two articles from 2014, two from 2016. There is definitely more content for TRAUE:
http://traue.commons.gc.cuny.edu/past-issues/
Updated by Boone Gorges about 8 years ago
- Status changed from Resolved to Assigned
- Target version set to 1.10.1
TRAUE's article content is stored in WordPress Pages, not Posts. WP RSS feeds don't show page content.
I'll add a customization so that pages can be requested.
Updated by Boone Gorges about 8 years ago
- Category name set to WordPress (misc)
- Status changed from Assigned to Resolved
- Assignee set to Boone Gorges
The 1.10.1 release, which will be available later today, will allow page feeds to be fetched using the `post_type=page` URL parameter. Ie:
http://traue.commons.gc.cuny.edu/feed/?post_type=page http://traue.commons.gc.cuny.edu/feed/?post_type=page&paged=2
https://github.com/cuny-academic-commons/cac/commit/2cafb5516ee48838a35b0327c88a3946a0f67bd3