Roundup Tracker - Issues

Message3603

Author tobias-herp
Recipients epaepa, richard, tobias-herp
Date 2009-02-26.20:53:19
Message-id <1235681600.17.0.878116232614.issue1881085@psf.upfronthosting.co.za>
In-reply-to
Problem is, <meta ...></meta> is in HTML as illegal as <meta .../>.  For
those singleton tags, there is IMO no way of generating code which
validates for HTML /and/ XHTML.

My proposal:
- a Python script roundup-fixtemplates.py which reads the config setting
  and changes (if told to) the templates accordingly
- the script would change the templates in-place and create backups
  (.html~, .html~2) if desired
- would the script need to read/write the checksum line?
  (What purpose does this fulfill anyway?)
History
Date User Action Args
2009-02-26 20:53:20tobias-herpsetmessageid: <1235681600.17.0.878116232614.issue1881085@psf.upfronthosting.co.za>
2009-02-26 20:53:20tobias-herpsetrecipients: + tobias-herp, richard, epaepa
2009-02-26 20:53:20tobias-herplinkissue1881085 messages
2009-02-26 20:53:19tobias-herpcreate