Too much politics for programmers

Wednesday, February 07, 2007 at 02:51 AM

Ian compares Pylons and TurboGears and makes a few interesting general observations along the way.

XML Templating in Python Evolves

Saturday, November 11, 2006 at 09:58 PM

A brief history of the Kid templating language and an endorsement for the next generation of XML-based templating: Genshi.

Kid 0.6

Saturday, March 05, 2005 at 10:49 AM

Template Inheritence, Match Templates (kind of like XSLT’s), cElementTree support, a refined Python API, documentation…

Kid by Example

Wednesday, January 26, 2005 at 10:51 AM

Kid 0.5 announcement with a couple of page fulls of example usage.

ElementTree on the come-up

Wednesday, January 12, 2005 at 10:46 AM

Why I prefer ElementTree to “standard” DOM APIs and why it’s sometimes better than libxml2.

Ross' Taint.. I mean, Tate.. I mean, Rawke!

Tuesday, January 11, 2005 at 09:04 AM

Ross Burton builds the first real-world application using Kid Templates.

Kid 0.4

Tuesday, January 11, 2005 at 08:09 AM

On changing from GPL to MIT, going after web-framework support, and simplifying as much as possible.

Transformation Templates in Kid

Saturday, December 11, 2004 at 05:31 AM

Trying to figure out a way of providing XSLT-like template matching in Kid.

Why isn't there a simple XSLT?

Friday, December 10, 2004 at 11:16 PM

Why not extend XSLT to be easier instead of building a new template language?

Kid 0.2 and a note on Template Design

Thursday, December 02, 2004 at 09:56 AM

This release is all about documentation.

In search of a Pythonic, XML-based Templating Language

Tuesday, November 30, 2004 at 07:06 AM

How I decided to build Kid – the simple, pythonic, XML-based template language.

Sam Ruby: Genshi Filters for Venus

Saturday, April 14, 2007 at 06:32 PM / intertwingly.net

“In the remaining four templates, the translation from XSLT to Genshi markup is straightforward. And generally, the Genshi markup is both more compact and more powerful.”

mjt

Friday, March 16, 2007 at 09:30 AM / mjtemplate.org

Browser-side JavaScript template engine with concepts borrowed from Kid. Used by Freebase to drive formatting around JSON. Looks interesting.

Less sucky multiple-select lists

Saturday, February 17, 2007 at 11:51 PM / anseljh.wordpress.com

Another interesting take on multi-select lists that uses checkboxes with labels and colors.

Shut the fuck up and write some code???

Tuesday, November 28, 2006 at 10:20 PM / d.hatena.ne.jp

I have no idea … but I'm digging the Kid and TG references ;)

Which Part of "No XML" Don't You Understand?

Saturday, February 04, 2006 at 02:38 PM / artima.com

Ouch!

What Is TurboGears (Hint: Python-Based Framework for Rapid Web Development)

Thursday, November 10, 2005 at 05:46 AM / macdevcenter.com

Really cool to see TG and Kid getting some press on O'Reilly

The false promise of template languages

Monday, February 14, 2005 at 01:26 PM / loudthinking.com

David Hansson (of Ruby on Rails fame) on why codeless template languages don’t work.

Tim Gerla's Blog - Kid

Thursday, February 03, 2005 at 04:04 PM / specifix.com

Ahhh, shucks..

Web Application Component Toolkit - Template View

Friday, December 24, 2004 at 01:58 AM / wact.sourceforge.net

Excellent look at various HTML and XML templating methodologies..

Kid on Cafe con Leche

Monday, December 13, 2004 at 11:13 PM / cafeconleche.org

Elliotte Rusty Harold announces Kid to the masses. thanks!

Cross-breeding XSLT and ZPT

Saturday, December 04, 2004 at 09:05 AM / decafbad.com

Leslie Orchard with some thoughts on Kid. I'll have to get a post out on exactly what I'm looking to steal from XSLT.