Klip for Movable Type

I just added a Klip template to my Movable Type installation. The Klip file is defines a RSS file location as one of its elements and adds descriptive tags for consumption by the Serence KlipFolio application.

My complete template code is below. I am a single author weblog, so your milage my vary.

<klip>

  <owner>

    <author><MTEntries lastn="1"><$MTEntryAuthor$><MTEntries></author>

    <copyright><MTEntries lastn="1"><$MTEntryDate format="%Y"$> <$MTEntryAuthor$></MTEntries></copyright>

    <email><MTEntries lastn="1"><$MTEntryAuthorEmail$></MTEntries></email>

    <web><$MTBlogURL$></web>

  </owner>

  <identity>

    <title><$MTBlogName remove_html="1" encode_xml="1"$></title>

    <uniqueid><$MTBlogName remove_html="1" encode_xml="1"$></uniqueid>

    <version>1.0</version>

    <lastmodified><MTEntries lastn="1"><$MTEntryDate format="%a, %d %b %Y %H:%M:%S "$><$MTBlogTimezone no_colon="1"$></
MTEntries></lastmodified>

    <description><$MTBlogDescription remove_html="1" encode_xml="1"$></description>

    <keywords></keywords>

  </identity>

  <locations>

    <defaultlink><$MTBlogURL$></defaultlink>

    <contentsource><$MTBlogURL$>index.xml</contentsource>

    <icon></icon>

    <banner></banner>

    <help></help>

    <kliplocation><$MTBlogURL$>index.klip</kliplocation>

  </locations>

  <setup>

    <refresh>60</refresh>

    <referer></referer>

    <country>US</country>

    <language>en</language>

  </setup>

</klip>