Project

General

Profile

Actions

Support #6635

closed

RSS feeds not complete

Added by Stephen Klein over 7 years ago. Updated over 7 years ago.

Status:
Resolved
Priority name:
Normal
Assignee:
Category name:
WordPress (misc)
Target version:
Start date:
2016-11-07
Due date:
% Done:

0%

Estimated time:
Deployment actions:

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

Actions #1

Updated by Boone Gorges over 7 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.

Actions #2

Updated by Stephen Klein over 7 years ago

Thanks. I will send them this info.

Actions #3

Updated by Stephen Klein over 7 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/

Actions #4

Updated by Boone Gorges over 7 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.

Actions #5

Updated by Stephen Klein over 7 years ago

Thank you, Boone.

Actions #6

Updated by Boone Gorges over 7 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

Actions

Also available in: Atom PDF