Sorry, I've lost track over time. Where should people report problems / requests with Python website content (not wiki content)? These come periodically to webmaster, which is actually in some way logical, but oddly (to outsiders) we don't actually do that. The issue tracker for the pythondotorg project (https://github.com/python/pythondotorg/issues) used to be recommended, and while it still has some people who respond, they don't seem to know either. e.g. this enlightening response to a request from Dan Bader to add a link to RealPython podcasts: "Hmm I don't even know who owns/manage the content of python.org?" Anybody here have a suggestion? We have something in the webmaster autoresponse message, I'd like to update it if there's a reliable place for folks to go to. regards, -- mats
On 21.04.2020 16:17, Mats Wichmann wrote:
Sorry, I've lost track over time. Where should people report problems / requests with Python website content (not wiki content)? These come periodically to webmaster, which is actually in some way logical, but oddly (to outsiders) we don't actually do that.
The issue tracker for the pythondotorg project (https://github.com/python/pythondotorg/issues) used to be recommended, and while it still has some people who respond, they don't seem to know either. e.g. this enlightening response to a request from Dan Bader to add a link to RealPython podcasts:
"Hmm I don't even know who owns/manage the content of python.org?"
You mean this ticket, right ? https://github.com/python/pythondotorg/issues/1570
Anybody here have a suggestion? We have something in the webmaster autoresponse message, I'd like to update it if there's a reliable place for folks to go to.
The source code for python.org is managed in this repo: https://github.com/python/pythondotorg and it's (still) best to post any requests there: https://github.com/python/pythondotorg/issues Now, that's just the website itself. The CMS content can be maintained by people who have a python.org account and permission to edit it: https://www.python.org/admin/pages/page/ In the past such requests also landed on the above issue tracker, but I guess not a lot people monitor this anymore, so perhaps it's better to write requests for edits to this ML instead and hope that someone will go in and update the CMS. I used to help with this, but no longer have time for it. FWIW: I fixed and closed the above ticket. -- Marc-Andre Lemburg eGenix.com Professional Python Services directly from the Experts (#1, Apr 22 2020)
Python Projects, Coaching and Support ... https://www.egenix.com/ Python Product Development ... https://consulting.egenix.com/
::: We implement business ideas - efficiently in both time and costs ::: eGenix.com Software, Skills and Services GmbH Pastor-Loeh-Str.48 D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg Registered at Amtsgericht Duesseldorf: HRB 46611 https://www.egenix.com/company/contact/ https://www.malemburg.com/
participants (2)
-
M.-A. Lemburg -
Mats Wichmann