<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="http://www.majordojo.com/projects/FeedManager/atom.xsl" type="text/xsl" media="screen"?>
<feed xmlns="http://www.w3.org/2005/Atom" 
      xmlns:thr="http://purl.org/syndication/thread/1.0">
  <link rel="alternate" type="text/html" href="http://www.majordojo.com/2006/12/cutline-for-movabletype.php" />
  <link rel="self" type="application/atom+xml" href="http://www.majordojo.com/2006/12/cutline-for-movabletype.php" />
  <id>tag:www.majordojo.com,2010://3/tag:www.majordojo.com,2006://3.2098-</id>
  <updated>2010-02-26T09:30:53Z</updated>
  <title>Comments for Cutline for Movable Type, TypePad and LiveJournal</title>
  <subtitle>A blog about Movable Type, technology, geek-dom, science-fiction and yes, sometimes my personal life.</subtitle>
  <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.261</generator>
  <entry>
    <id>tag:www.majordojo.com,2006://3.2098</id>
    <link rel="alternate" type="text/html" href="http://www.majordojo.com/2006/12/cutline-for-movabletype.php" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.majordojo.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=3/entry_id=2098" title="Cutline for Movable Type, TypePad and LiveJournal" />
    <published>2006-12-09T23:51:30Z</published>
    <updated>2007-01-15T22:33:44Z</updated>
    <title>Cutline for Movable Type, TypePad and LiveJournal</title>
    <summary>As an exercise in seeing how easy it might be to replicate other popular blog designs using Six Apart&apos;s HTML and CSS Standard, I turned to what I think is a very simple and elegant design that came out of...</summary>
    <author>
      <name>Byrne</name>
      <uri>http://www.majordojo.com/</uri>
    </author>
    
    <category term="Design" />
    
    <category term="Movable Type" />
    
    <content type="html" xml:lang="en" xml:base="http://www.majordojo.com/">
      <![CDATA[<p>As an exercise in seeing how easy it might be to replicate other popular blog designs using Six Apart's <a href="http://www.majordojo.com/design/why_we_need_a_design_standard.php">HTML and CSS Standard</a>, I turned to what I think is a very simple and elegant design that came out of the <a href="http://wordpress.org/extend/themes/">WordPress designer community</a>: <a href="http://cutline.tubetorial.com/">Cutline</a>, originally designed by Chris Pearson.</p>

<p>My goal was to replicate it as closely as possible within the constraints of the standard. The only tricky part was the fact that the Six Apart template does not come equipped with a nav strip of any kind. So I needed to add that manually. But even without it, the design comes across as an almost perfect redux.</p>

<p>So introducing Cutline for Movable Type, TypePad and LiveJournal:</p>

<p><img alt="cutline_sm.png" src="http://www.majordojo.com/images/screenshots/cutline_sm.png" width="430" height="255" /></p>

<p><a href="http://www.majordojo.com/uploads/cutline.zip">Download Cutline for Movable Type, TypePad and LiveJournal</a></p>
]]>
      <![CDATA[<h2>How to install Cutline</h2>

<p><b>TypePad</b> - This design is easily used on TypePad by selecting the "Two Column Left" blog layout and then cutting and pasting Cutline's CSS into the Custom CSS field. You will all need to make sure you upload Cutline's images into your account via TypePad's File Manager.</p>

<p><b>Movable Type</b> - This design will soon be made available via The Style Archive which integrates nicely with Movable Type's StyleCatcher plugin. In the meantime, find the <a href="http://www.majordojo.com/movable_type/movabletype_templates.php">layout</a> you want to use and the upload Cutline into your blog's root directory.</p>

<p><b>LiveJournal</b> - Select the "Bloggish" S2 Layout for your journal. Then under the "Advanced" tab found within the "Edit Journal Style" area, cut and paste Cutline's CSS into the Custom CSS field.</p>

<h2>How to add the Navigation Menu</h2>

<p><em>This is optional.</em></p>

<p>The Six Apart HTML/CSS standard does not contain all the necessary constructs to support a perfect port of the Cutline theme. To accommodate the Cutline navigation menu that contains "Home," "Archives" and "RSS" link, one must insert the following HTML (and MT Template Code) just above the #alpha div:</p>

<pre><code>&lt;div id="delta"&gt;
  &lt;div id="delta-inner" class="pkg"&gt;
    &lt;div class="menu"&gt;
      &lt;ul&gt;
        &lt;li&gt;&lt;a href="&lt;$MTBlogURL$&gt;"&gt;Home&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href="&lt;$MTArchiveLink$&gt;"&gt;Archives&lt;/a&gt;&lt;/li&gt;
        &lt;li class="rss"&gt;&lt;a href="&lt;$MTBlogURL$&gt;/rss.xml"&gt;RSS&lt;/a&gt;&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;
</code></pre>

<p>Once in place your template should more closely resemble the Cutline Theme.</p>
]]>
    </content>
  </entry>

  <entry>
    <id>tag:www.majordojo.com,2006://3.2098-comment:68631</id>
    <thr:in-reply-to ref="tag:www.majordojo.com,2006://3.2098" type="text/html" href="http://www.majordojo.com/2006/12/cutline-for-movabletype.php"/>
    <link rel="alternate" type="text/html" href="http://www.majordojo.com/2006/12/cutline-for-movabletype.php#c68631" />
    <title>Comment from Jeroen Sangers on 2007-08-23</title>
    <author>
        <name>Jeroen Sangers</name>
<!--        <uri>http://jeroensangers.com/</uri> -->
    </author>
    <content type="html" xml:lang="en" xml:base="http://jeroensangers.com/">
	<![CDATA[<p>Great job! You really fooled me into thinking that this site was running WP (me knowing that you work for Six Apart).</p>
]]>
    </content>
    <published>2007-08-23T15:30:14Z</published>
    <updated>2007-08-23T15:30:14Z</updated>
  </entry>

  <entry>
    <id>tag:www.majordojo.com,2006://3.2098-comment:162219</id>
    <thr:in-reply-to ref="tag:www.majordojo.com,2006://3.2098" type="text/html" href="http://www.majordojo.com/2006/12/cutline-for-movabletype.php"/>
    <link rel="alternate" type="text/html" href="http://www.majordojo.com/2006/12/cutline-for-movabletype.php#c162219" />
    <title>Comment from MT.GS on 2009-04-03</title>
    <author>
        <name>MT.GS</name>
<!--        <uri>http://mt.gs</uri> -->
    </author>
    <content type="html" xml:lang="en" xml:base="http://mt.gs">
	<![CDATA[<p>Thanks for sharing.</p>

<p>--to add the Navigation Menu
I just creat a Modules named "Menu",and   insert  in the templates.</p>
]]>
    </content>
    <published>2009-04-03T20:54:38Z</published>
    <updated>2009-04-03T20:54:38Z</updated>
  </entry>

  <entry>
    <id>tag:www.majordojo.com,2006://3.2098-comment:163846</id>
    <thr:in-reply-to ref="tag:www.majordojo.com,2006://3.2098" type="text/html" href="http://www.majordojo.com/2006/12/cutline-for-movabletype.php"/>
    <link rel="alternate" type="text/html" href="http://www.majordojo.com/2006/12/cutline-for-movabletype.php#c163846" />
    <title>Comment from Trenholm on 2009-08-19</title>
    <author>
        <name>Trenholm</name>
<!--        <uri>http://www.ferostashbox.com</uri> -->
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.ferostashbox.com">
	<![CDATA[<p>I really like this!</p>
]]>
    </content>
    <published>2009-08-20T00:47:48Z</published>
    <updated>2009-08-20T00:47:48Z</updated>
  </entry>

  <entry>
    <id>tag:www.majordojo.com,2006://3.2098-comment:163861</id>
    <thr:in-reply-to ref="tag:www.majordojo.com,2006://3.2098" type="text/html" href="http://www.majordojo.com/2006/12/cutline-for-movabletype.php"/>
    <link rel="alternate" type="text/html" href="http://www.majordojo.com/2006/12/cutline-for-movabletype.php#c163861" />
    <title>Comment from Kaplin on 2009-08-22</title>
    <author>
        <name>Kaplin</name>
<!--        <uri>http://www.ferostashbox.com</uri> -->
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.ferostashbox.com">
	<![CDATA[<p>It's always upsetting to hear about these kinds of things.</p>
]]>
    </content>
    <published>2009-08-22T10:07:49Z</published>
    <updated>2009-08-22T10:07:49Z</updated>
  </entry>

  <entry>
    <id>tag:www.majordojo.com,2006://3.2098-comment:166341</id>
    <thr:in-reply-to ref="tag:www.majordojo.com,2006://3.2098" type="text/html" href="http://www.majordojo.com/2006/12/cutline-for-movabletype.php"/>
    <link rel="alternate" type="text/html" href="http://www.majordojo.com/2006/12/cutline-for-movabletype.php#c166341" />
    <title>Comment from Lisa Perez on 2009-12-11</title>
    <author>
        <name>Lisa Perez</name>
<!--        <uri>http://www.soulcast.com/joelbondurantvg/</uri> -->
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.soulcast.com/joelbondurantvg/">
	<![CDATA[<p>WOW. I found this site on google poking around for something else entirely, now I'm going to have to go back and read through the old posts :) So long my free time this morning, but this was a truly great find!</p>
]]>
    </content>
    <published>2009-12-11T16:38:40Z</published>
    <updated>2009-12-11T16:38:40Z</updated>
  </entry>

</feed>
