On 28.04.2015 08:27, Marian Csontos wrote:
> Hi python folks, I am MartianCsontos a n00b at wiki.python.org. I have run
> into a bunch of incorrect links to PEPs in the wiki.
> 
> One example is at https://wiki.python.org/moin/Generators
> 
> Link to PEP-255 (http(s)://www.python.org/peps/pep-255) is missing /dev. (I
> guess I know what the story behind that is...)
> 
> This looks to me like a task for simple search and replace script, but
> until someone with access to infrastructure does that, it could be crowd
> sourced.

There's no easy way to do search&replace on the wiki. It certainly
cannot be done on the backend storage, since that breaks the wiki
history.

We once wrote a search and replace plugin for moin, but it's
for an older version:

http://www.egenix.com/library/moinmoin/

> Or create a redirect on the apache.

I've opened an issue for this:

https://github.com/python/pythondotorg/issues/741

since this problem will affect not only the wiki but also most
old PEP links on the Internet.

-- 
Marc-Andre Lemburg
eGenix.com

Professional Python Services directly from the Source  (#1, Apr 28 2015)
>>> Python Projects, Coaching and Consulting ...  http://www.egenix.com/
>>> mxODBC Plone/Zope Database Adapter ...       http://zope.egenix.com/
>>> mxODBC, mxDateTime, mxTextTools ...        http://python.egenix.com/
________________________________________________________________________

::::: Try our mxODBC.Connect Python Database Interface for free ! ::::::

   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
               http://www.egenix.com/company/contact/
_______________________________________________
pydotorg-www mailing list
pydotorg-www@python.org
https://mail.python.org/mailman/listinfo/pydotorg-www

Reply via email to