Giter VIP home page Giter VIP logo

Comments (4)

ojwb avatar ojwb commented on July 25, 2024

Definitely seems better to stop using something which hasn't been maintained for a decade (or since 2006 if the simplepie website is to be believed).

Do we even need something dynamic though? Our website doesn't update often so it seems we could statically generate the RSS when the site is updated.

from www.

wsfulton avatar wsfulton commented on July 25, 2024

98ccff7 made the change to grab the RSS feed and create a static index.html file containing the news from the RSS feed. The makeweb.py changes in that commit effectively does the invocation:

php index.php > index.html

This is the script that needs updating to work with php 8. Continuing to generate static html files is fine I think.

from www.

wsfulton avatar wsfulton commented on July 25, 2024

Our website doesn't update often so it seems we could statically generate the RSS when the site is updated.

I've interpreted this as generating HTML as I'm not sure what you mean by generate RSS as there isn't an RSS generation. The RSS newsfeed is maintained by SourceForge.

So to be clear, the current workflow is, update the newsfeed on SourceForge, then run the scripts to update the web site, which grabs the latest from the newsfeed. I don't see how that can change though, unless we drop the newsfeed, which I don't see as a good option when this can all be solved by updating the code that talks to the newsfeed.

from www.

ojwb avatar ojwb commented on July 25, 2024

Sorry, I'd misunderstood and thought we were generating an RSS feed whereas it seems we're actually consuming an RSS feed.

It still seems we'd do better to switch to using something that is maintained, and a Python module seems a better choice as that's what the rest of the scripts are in.

from www.

Related Issues (11)

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.