Rob Shortt wrote:
> Author: rshortt
> Date: Tue Mar  7 13:20:30 2006
> New Revision: 8049
>
> Modified:
>    trunk/WIP/RobShortt/webserver-epg2/src/pages/guide.py
>
> Log:
> The guide uses kaa.epg2 now, still a work in progress, record does not yet 
> work.

Did you look at WIP/webserver2? I'm working on a new webserver module
without our own ugly hacks. It uses cherrypy and cheetah. So the guide
could be a cheetah template to avoid ugly html in python.

>              rowdata.append(u'<tr class="chanrow">')
> -            rowdata.append(u'<td class="channel">%s</td>' % chan.title)
> +            rowdata.append(u'<td class="channel">%s %s</td>' % 
> (chan.tuner_id, chan.short_name))

Just to prove my point, it is hard to read that.


Dischi

-- 
My mind not only wanders, sometimes it leaves completely.

Attachment: pgpHoR1NfUEZ1.pgp
Description: PGP signature

Reply via email to