I keep getting approval requests from Google Drive for access to a peephole optimizer paper I gave at the Seventh Python Workshop (a looong time ago). I'm not seeing it in my Drive. I went to my Drive's Python folder just now and found it empty except for a README file whose entire contents are: Note to self: optimizer.html is referenced from www.python.org. I cloned the https://github.com/python/pythondotorg repository, but don't find any references to optimizer.html therein. I dropped the paper and talk slides on my reconstituted website: https://www.smontanaro.net/python but there is also a copy of the paper on the Legacy python.org site. Any chance someone here can easily locate the reference (should end with "optimizer.html") and replace it with https://legacy.python.org/workshops/1998-11/proceedings/papers/montanaro/mon... I did find a reference in PEP 339 to the defunct foretec.com website. I'll pursue correction of its link separately. Thanks, Skip Montanaro
Hi Skip, the https://github.com/python/pythondotorg repo is for the current version of the website. I have lost track of where the content of the legacy website is hosted. It may be coming from this subversion repo: https://svn.python.org/www/trunk/pydotorg/ The repo was not ported to GitHub, AFAIK. If so, we'd somehow need to get the change applied there. Not sure, whether that's possible anymore, though. I also don't know what we'd need to trigger to get any such change up on the legacy website. In the past, there was a cronjob taking care of this, but that's really long ago. Cheers, -- Marc-Andre Lemburg eGenix.com Professional Python Services directly from the Experts (#1, Mar 15 2022)
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/ On 15.03.2022 00:38, Skip Montanaro wrote:
I keep getting approval requests from Google Drive for access to a peephole optimizer paper I gave at the Seventh Python Workshop (a looong time ago). I'm not seeing it in my Drive. I went to my Drive's Python folder just now and found it empty except for a README file whose entire contents are:
Note to self: optimizer.html is referenced from www.python.org <http://www.python.org>.
I cloned the https://github.com/python/pythondotorg repository, but don't find any references to optimizer.html therein.
I dropped the paper and talk slides on my reconstituted website:
https://www.smontanaro.net/python
but there is also a copy of the paper on the Legacy python.org <http://python.org> site. Any chance someone here can easily locate the reference (should end with "optimizer.html") and replace it with
https://legacy.python.org/workshops/1998-11/proceedings/papers/montanaro/mon...
I did find a reference in PEP 339 to the defunct foretec.com <http://foretec.com> website. I'll pursue correction of its link separately.
Thanks,
Skip Montanaro
_______________________________________________ pydotorg-www mailing list pydotorg-www@python.org https://mail.python.org/mailman/listinfo/pydotorg-www
Thanks for the suggestion. I'm skeptical that whatever reference people see is in the legacy website, as the references are to Google Drive, which would likely be newer than the move away from the old website. I might never have realized there were references floating around out there if Google hadn't changed their security policy. As a result, people who want access to optimizer.html need to request it from me. For now, I just refer them to my website. For the moment, these two Google searches turn up nothing: site:www.python.org "optimizer.html" site:legacy.python.org "optimizer.html" so either the references aren't actually anywhere on python.org or Google Search doesn't index the elements of URLs. I'll keep poking around the web to see if I can find it somewhere. Skip On Tue, Mar 15, 2022 at 6:36 AM Marc-Andre Lemburg <mal@egenix.com> wrote:
Hi Skip,
the https://github.com/python/pythondotorg repo is for the current version of the website.
I have lost track of where the content of the legacy website is hosted.
It may be coming from this subversion repo:
https://svn.python.org/www/trunk/pydotorg/
The repo was not ported to GitHub, AFAIK.
If so, we'd somehow need to get the change applied there. Not sure, whether that's possible anymore, though. I also don't know what we'd need to trigger to get any such change up on the legacy website. In the past, there was a cronjob taking care of this, but that's really long ago.
Cheers, -- Marc-Andre Lemburg eGenix.com
Professional Python Services directly from the Experts (#1, Mar 15 2022)
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/
I keep getting approval requests from Google Drive for access to a
On 15.03.2022 00:38, Skip Montanaro wrote: peephole
optimizer paper I gave at the Seventh Python Workshop (a looong time ago). I'm not seeing it in my Drive. I went to my Drive's Python folder just now and found it empty except for a README file whose entire contents are:
Note to self: optimizer.html is referenced from www.python.org <http://www.python.org>.
I cloned the https://github.com/python/pythondotorg repository, but don't find any references to optimizer.html therein.
I dropped the paper and talk slides on my reconstituted website:
https://www.smontanaro.net/python
but there is also a copy of the paper on the Legacy python.org <http://python.org> site. Any chance someone here can easily locate the reference (should end with "optimizer.html") and replace it with
https://legacy.python.org/workshops/1998-11/proceedings/papers/montanaro/mon...
I did find a reference in PEP 339 to the defunct foretec.com <http://foretec.com> website. I'll pursue correction of its link
separately.
Thanks,
Skip Montanaro
_______________________________________________ pydotorg-www mailing list pydotorg-www@python.org https://mail.python.org/mailman/listinfo/pydotorg-www
For the moment, these two Google searches turn up nothing:
site:www.python.org "optimizer.html" site:legacy.python.org "optimizer.html"
so either the references aren't actually anywhere on python.org or Google Search doesn't index the elements of URLs. I'll keep poking around the web to see if I can find it somewhere.
Just a quick follow up. I checked out the legacy svn repo and found a reference to optimizer.html, but it was to the original (now defunct) version on musi-cal.com. So, no Google Drive references there. I'll have to keep hunting. Thanks, Skip
participants (2)
-
Marc-Andre Lemburg -
Skip Montanaro