I tried to reset the webpage repository on weblate. Let me know if it is still locked.
Thanks Sebastian, it is now unlocked.
Thanks. I will test how to translate strings this evening I hope. It looks very simple.
There is a button to see automatic translations from tools like DeepL, Google Translate, etc. To work quickly, you can copy them and improve them when needed (it’s useful for paragraphs).
The webpage has been refreshed with the latest UI fixes, including spotlight search, syntax highlighting, a completely new interface, and updated Fortanic theme colors.
Very nice!
I have noticed a little problem in the tab Community — Fortran Programming Language : the Fortran-lang Contributors github graph does not work anymore. I obtain a “Request Error” message.
I am using Firefox 130.0.1 in Linux.
The Contributors github graph is a 3rd party extension ( https://git-contributor.com, https://contributor-graph.vercel.app ) embedded using iframe , their entire api has been down since a few days. i am looking for suitable alternatives to replace the iframe.
I was wondering: at the top of https://fortran-lang.org/ there is an icon linking to the Discourse. But at the top of the Fortran Discourse, there is no link toward the Fortran-lang.org site. I don’t know if is possible or desirable to add it, but new members of the Discourse may be not aware of that site.
The website needs to be updated too. For instance, here
What is the status of Fortran?
Fortran is mature and under active development. The latest revision of the language is Fortran 2018. The next revision, Fortran 2023, is planned for release in 2023.
The webpage is temporarily down for essential bug fixes. It will be restored soon. In the meantime, you can access the mirror version here: The Fortran Programming Language — Fortran Programming Language.
We are investigating.
The website is back up at https://fortran-lang.org/.
The “Choose version” menu (to select language) on the upper right of the homepage seems broken. It works in the other tabs, but not the home (the menu is empty).
Yes, @henilp105 is working on fixing that.
The issue was this: Repo size is way too big -- intermediate files kept in `gh-pages` branch · Issue #522 · fortran-lang/webpage · GitHub, the gh-pages became too large, so Henil made it smaller, but in the process of pushing the new branch, github reset the settings and disabled pages. And it seems that github modified some permissions for pages, and one had to enable it in the organization, and possibly also reverify the domain. We have eventually figured out how to do both, and put the website back online. We also added a branch protection to gh-pages. So hopefully this should prevent it from happening again.
Thanks @henilp105 for fixing the page!