[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#613305: marked as done (release.debian.org: non-html page breaks testing graphs)



Your message dated Mon, 14 Feb 2011 00:09:02 +0000
with message-id <1297642142.23871.280.camel@hathi.jungle.funky-badger.org>
and subject line Re: Bug#613305: release.debian.org: non-html page breaks testing graphs
has caused the Debian Bug report #613305,
regarding release.debian.org: non-html page breaks testing graphs
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
613305: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=613305
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: wishlist

Hey,

I use to draw testing migrations graphs (on
http://molly.corsac.net/~corsac/debian/testing/) and since the upgrade
to Squeeze they are broken. A little be of investigation led me to the
fact that BeautifulSoup (which I use to parse
http://release.debian.org/migration/accepted.html) doesn't like the fact
that it's not at all correct html:

<boo=1><h1>Packages entering or leaving testing today</h1> 
<boo=5><h2>0 packages are going in:</h2> 
<roo=1><h2>7 packages are being removed:</h2> 

Would it be possible to correct that so it can be parsed correctly?

Thanks in advance,
-- 
Yves-Alexis


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (101, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-grsec-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



--- End Message ---
--- Begin Message ---
On Sun, 2011-02-13 at 23:57 +0100, Yves-Alexis Perez wrote:
> I use to draw testing migrations graphs (on
> http://molly.corsac.net/~corsac/debian/testing/) and since the upgrade
> to Squeeze they are broken. A little be of investigation led me to the
> fact that BeautifulSoup (which I use to parse
> http://release.debian.org/migration/accepted.html) doesn't like the fact
> that it's not at all correct html:
> 
> <boo=1><h1>Packages entering or leaving testing today</h1> 
> <boo=5><h2>0 packages are going in:</h2> 
> <roo=1><h2>7 packages are being removed:</h2> 
> 
> Would it be possible to correct that so it can be parsed correctly?

I've applied a patch based on a discussion on IRC earlier, which removes
the need for the fake elements to exist in the first place and generally
makes the markup of that page saner.

I think that's the only one of the generated pages which uses that
ordering hack, but haven't verified that the others are actually valid
HTML.

Regards,

Adam



--- End Message ---

Reply to: