[Catalog-sig] disabling the serving of links from description_html?

2012-12-18 Thread Holger Krekel
Hi Richard, hi all, While reading the pypi main and other sources i wondered how we could switch off serving links from description_html, at least on a per-project basis. It's really annoying that when you start to add some links to a long_description that installation of your package will thus

Re: [Catalog-sig] disabling the serving of links from description_html?

2012-12-18 Thread Donald Stufft
On Tuesday, December 18, 2012 at 9:54 AM, Holger Krekel wrote: Hi Richard, hi all, While reading the pypi main and other sources i wondered how we could switch off serving links from description_html, at least on a per-project basis. It's really annoying that when you start to add some

Re: [Catalog-sig] disabling the serving of links from description_html?

2012-12-18 Thread M.-A. Lemburg
On 18.12.2012 15:54, Holger Krekel wrote: Hi Richard, hi all, While reading the pypi main and other sources i wondered how we could switch off serving links from description_html, at least on a per-project basis. It's really annoying that when you start to add some links to a

Re: [Catalog-sig] disabling the serving of links from description_html?

2012-12-18 Thread Holger Krekel
On Tue, Dec 18, 2012 at 5:46 PM, M.-A. Lemburg m...@egenix.com wrote: On 18.12.2012 15:54, Holger Krekel wrote: Hi Richard, hi all, While reading the pypi main and other sources i wondered how we could switch off serving links from description_html, at least on a per-project basis.

Re: [Catalog-sig] disabling the serving of links from description_html?

2012-12-18 Thread M.-A. Lemburg
On 18.12.2012 18:54, Holger Krekel wrote: On Tue, Dec 18, 2012 at 5:46 PM, M.-A. Lemburg m...@egenix.com wrote: On 18.12.2012 15:54, Holger Krekel wrote: Hi Richard, hi all, While reading the pypi main and other sources i wondered how we could switch off serving links from

Re: [Catalog-sig] disabling the serving of links from description_html?

2012-12-18 Thread PJ Eby
On Tue, Dec 18, 2012 at 11:46 AM, M.-A. Lemburg m...@egenix.com wrote: AFAIK, setuptools/distribute only looks at links with rel=homepage or rel=download attributes, not all links on the PyPI project page. The links from the description don't receive such attributes. Those are the only links