Git Product home page Git Product logo

Comments (6)

pathawks avatar pathawks commented on August 24, 2024

I don’t know how important a pretty permalink is for a feed. How often would a user need to type the URL? Once?

With respect to avoiding config bloat, it seems reasonable to allow the user to specify a path for the feed. If migrating to Jekyll from somewhere else, it would be A Good Thing to avoid breaking the old feed.

from jekyll-feed.

parkr avatar parkr commented on August 24, 2024

I see /feed.xml on most sites. As long as the header is specified on the main page of the site, most RSS readers will figure out the location. I'd be πŸ‘ for /feed.xml due to the incidence of its use on blogs I visit. What does WordPress do?

from jekyll-feed.

parkr avatar parkr commented on August 24, 2024

If migrating to Jekyll from somewhere else, it would be A Good Thing to avoid breaking the old feed.

This should be mitigated by the headers in the HTML, yeah? I really don't want to further complication configuration for Jekyll lest we end up like mutt, which needs http://muttrcbuilder.org for most to get started.

from jekyll-feed.

pathawks avatar pathawks commented on August 24, 2024

This should be mitigated by the headers in the HTML, yeah?

The way that sort of autodiscovery works is, when I subscribe to a feed in my feed reader, the feed reader will fetch the URL that I entered and (1) if it is a feed, it will store that URL as the canonical location of the feed or (2) if it is an HTML page, it will find the URL of the feed from the autodiscovery tags, and then store that URL as the canonical location of the feed.

Either way, what the feed reader remembers is just the URL of the feed. If that URL 404s, none of the feed readers that I have used have been sophisticated enough to go looking to see if there is a new feed in a new location. They will not check the autodiscovery headers of the HTML. They will (at best) report the 404 or (at worst) just silently forget about the feed.

What does WordPress do?

/?feed=rss2 or /feed/ or /feed - RSS 2.0

But, WordPress also allows requesting other formats:

  • /feed/rss/
  • /feed/rss2/
  • /feed/rdf/
  • /feed/atom/

from jekyll-feed.

XhmikosR avatar XhmikosR commented on August 24, 2024

Personally, I use rss.xml but non pretty permalink in this case is fine IMO.

from jekyll-feed.

benbalter avatar benbalter commented on August 24, 2024

I'm personally persuaded by @parkr's /feed.xml arguments (which is what is currently implemented), and believe I was the only one insane enough to care about pretty permalinks for machine-readable data, but please feel free to continue to weigh in, as it's an easy change.

from jekyll-feed.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.