Re: Filippo Giunchedi 2006-06-10 <[EMAIL PROTECTED]> > allright, I see a problem here: PTS is source based but AFAIK there's no > Description: for Source: stanza in debian/control, listing the (short) > description for every binary package (in a tooltip!) can be tricky. > ideas are welcome as always :)
DDPO does the following:
$description = htmlspecialchars(dba_fetch("d:$package", $pack_db)); /* try
source name first */
if (!$description)
$description = htmlspecialchars(dba_fetch("d:$binaries[0]", $pack_db));
But imho, the PTS should have enough space somewhere on the page to
actually print the description. (Though I would be fine with the
mouse-over title.)
Christoph
--
[EMAIL PROTECTED] | http://www.df7cb.de/
signature.asc
Description: Digital signature

