[Catalog-sig] Tweaks to edit screen
Ian Bicking
ianb at colorstudy.com
Wed Sep 9 02:04:24 CEST 2009
The edit screen (e.g.,
http://pypi.python.org/pypi?:action=submit_form&name=virtualenv&version=1.3.3)
uses wrap="HARD" in textareas, which causes corruption of otherwise OK
ReST (uploaded via setup.py register) by introducing unwanted
newlines. wrap="SOFT" would be better.
Also, it's tricky to updated ==dev links, because links from all
versions are displayed on /simple/<package>, and the last link is
used, which is the oldest link. Just inverting the order of the links
would fix this; or at least inverting the links that are scraped from
the descriptions.
--
Ian Bicking | http://blog.ianbicking.org | http://topplabs.org/civichacker
More information about the Catalog-SIG
mailing list