Proposal: deprecate PHP for download/archive pages #2715
subyssurendran666
started this conversation in
General
Replies: 3 comments 8 replies
-
what are the features in the page for which HTML & CSS are insufficient? I agree that javascript is a great choice: popular, supported by all browsers, well maintained. |
Beta Was this translation helpful? Give feedback.
1 reply
-
For scripting language, we can alternately use Python with Flask which is easy and flexible and can easily parse XML with libraries like lxml. Or we can use Django for more feature-rich framework. |
Beta Was this translation helpful? Give feedback.
7 replies
-
Seems to be duplicate of #2656. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This discussion is based on this issue.
Since PHP support for the download and archive pages will be deprecated by the end of 2025, this discussion focuses on how to address that situation. A mechanism will definitely be needed to handle it, and JavaScript could be a viable solution, potentially using a front-end library or framework like React or Angular.
If we proceed with the JavaScript approach (or any other approach), will the code be maintained in the Releng repository itself? Additionally, if web APIs are needed (it’s unclear if the current download/archive pages rely on PHP-based APIs), what would be the best alternative? Should we consider Node.js or another scripting language?
Note: After reviewing some of the webpages under download.eclipse.org, it seems that an implementation based solely on HTML and CSS would not suffice.
I’m eagerly awaiting suggestions and opinions from the community members.
@BeckerWdf @HannesWell @merks @akurtakov @laeubi @vogella @MohananRahul @mickaelistria @gireeshpunathil @mpalat
Beta Was this translation helpful? Give feedback.
All reactions