data-skeptic / webv3

1 stars 0 forks source link

Redirects #65

Open kylepolich opened 5 years ago

kylepolich commented 5 years ago

RSS feed redirect

If the user requests: http://dataskeptic.com/feed.rss Respond with status code 307 (temporary redirect) to: http://dataskeptic.libsyn.com/rss

Misc redirects

See the mapping in this file: https://github.com/data-skeptic/dataskeptic.com/blob/master/redirects.js

Do a 301 on all of those.

Heartless49 commented 5 years ago

This is easy enough to setup, but the api that we're getting the blogs data from, as well as the podcasts, only returns 20 of them unless limit is specified higher, and the only searching parameter that I'm aware of is prefix.

Is there a more detailed search parameter in the api that can be used to get the specific blogs?

kylepolich commented 5 years ago

Why do you need to use limit? This is a straight up redirect of one URL to another. You don't need to hit the API at all.

Heartless49 commented 5 years ago

a lot of those redirects are for specific blog posts. If those aren't important, then the rest of them will work just fine.

kylepolich commented 5 years ago

@Heartless49 Everything in there is important