Coder Social home page Coder Social logo

Comments (4)

captn3m0 avatar captn3m0 commented on August 15, 2024 1

Pick this if you know a little of Ruby. The intent here is to create a RSS file for each product, similar to how we do it for JSON files. RSS Feeds are easily generated using Jekyll, however the default is to create an RSS feed of all pages, which is not what we want.

Each RSS file should include all the dates known about that product. If there isn't enough information to create a RSS file (such as no dates on /iphone) - use a feed: false to turn off the RSS for that page.

Keep the page URLs as simple as possible: endoflife.date/feed/php.xml for eg.

Add a link to the RSS file in the product page as well, as the corresponding link in HTML so that anyone can subscribe to the feed easily.

Since RSS feeds are "notifications", we should provide a 7-day, 30-day, 90-day entry for all items. So if you subscribe to the PHP feed, you should get notified on the following dates:

  • 26 Nov 2022 - PHP 8.0 is no longer in Active Support
  • 26 Nov 2023 - PHP 8.0 is now End of Life
  • 27 Oct 2022 - PHP 8.0 Active Support runs out in 30 days
  • 26 August 2022 - PHP 8.0 Active Support runs out in 90 days
  • 21 Nov 2022 - PHP 8.0 Active Support runs out in 7 days.
  • 19 Nov 2023 - PHP 8.0 Security Support runs out in 7 days
  • 27 Oct 2023 - PHP 8.0 Security Support runs out in 30 days
  • 26 August 2023 - PHP 8.0 Security Support runs out in 90 days

(And similarly for the remaining PHP versions).

Make sure you read through CONTRIBUTING.md to understand the file structure. Also, please read through the HACKING.md file to setup the project locally. Reading these will help you get onboarded faster and make sure that your PR sees a speedy merge.

And finally, we have a very helpful guide for new contributors during Hacktoberfest as well.

There is a very similar issue for WebCalendar support that you might be interested in: #59

from endoflife.date.

captn3m0 avatar captn3m0 commented on August 15, 2024

If we add a latestReleaseDate alongside latest in the build, and use that as the date of the release, it would work?

The issue is in case we add a release a few days late, and the release would show up with a publication date in the past, and feed readers may ignore it?

from endoflife.date.

captn3m0 avatar captn3m0 commented on August 15, 2024

So Jekyll multi-layout is still an untackled problem: https://issuehunt.io/r/jekyll/jekyll/issues/3041

from endoflife.date.

marcwrobel avatar marcwrobel commented on August 15, 2024

I someone is interested by this feature an example of a Jekyll Generator is available in #2080.

from endoflife.date.

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.