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

Bug#373218: Info received (Bug#373218 closed by Nico Golde <nion@debian.org> (closing 373218))



Hi again

as I have some time, I wanted to create patch for this issue. However
I'm don't know XSL which is being used for generating PTS page. Fixing
for some more names can be done by adding selected special chars to
replace string, but this will again sometimes end on some name with
different special chars. Better would be to use similar logic as is
used in DDPO:

    $lintian = preg_replace('/%../', "_", urlencode($name));
    $lintian = preg_replace('/\+/', "_", $lintian);
    $lintian = preg_replace('/-/', "_", $lintian);

However I have no idea how to turn this into XSL...

-- 
	Michal Čihař | http://cihar.com | http://blog.cihar.com

Attachment: signature.asc
Description: PGP signature


Reply to: