aaronpk / Aperture

Aperture is a Microsub server. Currently in beta.
https://aperture.p3k.io
Apache License 2.0
70 stars 5 forks source link

Support for pagination using rel attributes in h-feeds #92

Open MaybeThisIsRu opened 4 years ago

MaybeThisIsRu commented 4 years ago

I tried to add my own microformats feed to Aperture and it stopped at 10 entries, which is also how many entries there are on the page. However, there are 3 more entries on a previous page the link to which is indicated by rel="prev".

As detailed on the IndieWeb wiki, Aperture should follow these pagination links.

I hope my markup is correct and if so, please consider this request. Cheers!

aaronpk commented 4 years ago

Probably a good idea, but it's a bit challenging to implement well! How many pages would you expect it to go back? All of them? Back until a certain date? The reason I haven't bothered with grabbing anything beyond the first page when adding a new feed is because the majority of the time, people are interested in following new content from feeds and the old stuff doesn't matter much.

MaybeThisIsRu commented 4 years ago

That's fair. Maybe some day. :smile: