I am looking for some people willing to test out a new templating theme: http://drupal.org/node/view/8365

It is modelled after MovableType such that you can define your own look-and-feel by using simple tags, edit it from the web ( see http://james.seng.cc/archives/simple-screenshot.PNG )

   <div class="node">
      <h2 class="date"><$DPNodeDate('F d, Y')$></h2>
      <h2><a href="<$DPNodeURL$>" title="<$DPNodeTitle$>"><$DPNodeTitle$></a></h2>
    <$DPIfCategories$><div class="info">&raquo; <$DPForEachCategory$><$DPCategory$><$DPEndForEach$></div><$DPEndIf$>
    <$DPIfNode('static')$><div class="static">(static)</div><$DPEndIf$>
    <div class="content">
      <$DPContent$>
    </div>
    <div class="info">
       Post by <$DPNodeName$> on <$DPNodeDate('medium')$>
      <$DPIfLinks$>
         :: <$DPForEachLink$><$DPIfFirstLink$><$DPLink$><$DPElse$> | <$DPLink$><$DPEndIf$><$DPEndForEach$>
      <$DPEndIf$>
    </div>
  </div>