On 11.02.2013 16:18, anatoly techtonik wrote: > Hi. > > Right now to go to pep from an URL, you have to type exactly: > http://www.python.org/dev/peps/pep-0008 > > What is needed to create redirector service on peps.python.org that sends > all the following URLs to the page above? > > http://peps.python.org/8 > http://peps.python.org/pep8 > http://peps.python.org/pep-08 > http://peps.python.org/0008 > http://peps.python.org/peps-0008
I think it's better to link directly to the correct URL. If you want shorter URLs, there are plenty URL shorteners out there. Many browsers also allow customizing search, so you could add a PEP search to your browser. -- Marc-Andre Lemburg eGenix.com Professional Python Services directly from the Source (#1, Feb 11 2013) >>> Python Projects, Consulting and Support ... http://www.egenix.com/ >>> mxODBC.Zope/Plone.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 [email protected] http://mail.python.org/mailman/listinfo/pydotorg-www
