[06:47:21] <lezem> hi there, I have question about documentation hosting in PyPi. Not sure if this is the correct channel. Does anybody know if 301 redirection is allowed in any way for the documentation hosted in pythonhosted.org?
[07:19:57] <pjdelport> lezem: I probably won't know, but what you mean by "301 redirection" exactly?
[07:20:06] <pjdelport> To the site, from the site, internally in the site...?
[07:34:23] <ronny> lezem: you could use a html meta with a header equiv in html text
[07:46:28] <lezem> pjdelport, I want to start hosting docs under the project domain, without breaking all former links out there pointing to pythonhosted. It could be dont with .htaccess rules but it seems pythonhosted.org does not allow it
[07:47:08] <lezem> ronny, I would like to redirect the complete URL, just changing the domain name
[07:47:50] <lezem> pjdelport, 301 = code for url moved permanently
[07:49:39] <pjdelport> lezem: Right, I'm familiar with them. :)
[07:50:34] <lezem> so javascript and htaccess redirect do not seem to work. Any idea?
[07:51:54] <pjdelport> You'd probably have to speak with the admins.
[07:57:13] <lezem> Ok, thanks. I tried a ticket in the support mailing list, but seems nobody is reading. Is the PyPA group administrating pythonhosted.org issues?
[08:12:27] <ronny> lezem: would there anything be wrong with keeping up the mirror? perhaps adding a js snipped that will note the url of the official docs?
[08:50:08] <lezem> ronny, if there is no other solution, keeping the mirror would be my best option. Although, I would need to maintain both and use the cannonical URL tag for avoiding duplicate indexing by google etc...
[11:06:31] <dstufft> lezem: beig able to redirect the docs is on my roadmap
[11:46:23] <lich-li> hello, how can I setup package to go to pypa? https://github.com/lich/limf/tree/testing
[11:46:33] <lich-li> so user can install it with pip install
[11:46:40] <lich-li> and run it by using command: limf