Re: [Radiant] Radiant/Radius/Extensions + HTML 4.01

2008-10-26 Thread Sean Cribbs
With a few exceptions (links and form stuff like 'mailer'), it's my opinion that your Radius tags should not generate markup, but should assist you in generating markup. Putting too much markup in a tag definition is a bad code smell; it also makes them harder to test. That said, that kind

Re: [Radiant] Radiant/Radius/Extensions + HTML 4.01

2008-10-26 Thread Keith Bingman
As far as paperclipped is concerned, I think the only tag that actually generates HTML is the r:image tag and r:link. You could easily use the r:url and some page parts to make your own system using HTML 4. In general though, I think this would be a nuisance and get in the way of nice