Show
Ignore:
Timestamp:
05/28/08 13:37:12 (6 months ago)
Author:
otsune
Message:
  • fix lint
  • add microformats (proceeding)
Location:
lang/perl/App-Chariot/trunk/assets/tmpl
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/App-Chariot/trunk/assets/tmpl/header.tt

    r12554 r12589  
    1 <html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard"> 
     1<html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard" xml:lang="ja-JP"> 
    22<head> 
    33  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
    44  <meta http-equiv="Content-Style-Type" content="text/css" /> 
    5   <meta name="generator" content="Chalow" /> 
     5  <meta http-equiv="Content-Script-Type" content="text/javascript" /> 
     6  <meta name="generator" content="Chariot" /> 
    67  <link rel="alternate" type="application/rss+xml" title="RSS: [% conf.title | html %]" href="[% conf.rss_filename %]" /> 
    78  [% IF conf.css_filename %] 
    8     <link rel=stylesheet href="[% conf.css_filename %]" media=all /> 
     9    <link rel="stylesheet" href="[% conf.css_filename %]" media="all" /> 
    910  [% END %] 
    1011  <title>[% IF title %][% title %] - [% END %][% conf.title | html %]</title> 
  • lang/perl/App-Chariot/trunk/assets/tmpl/index.tt

    r12554 r12589  
    11[% WRAPPER wrapper.tt %] 
    22          <div id="alpha"> 
    3             <div id="alpha-inner" class="pkg"> 
     3            <div id="alpha-inner" class="pkg hfeed"> 
    44 
    55              [% FOR entry IN entries %] 
  • lang/perl/App-Chariot/trunk/assets/tmpl/item-parts.tt

    r12556 r12589  
    1                     <div class="entry"> 
    2                         <h3 class="entry-header"><a href="[% item.permalink %]">[% item.title %]</a></h3> 
     1                    <div class="entry hentry"> 
     2                        <h3 class="entry-header entry-title"><a href="[% item.permalink %]">[% item.title %]</a></h3> 
    33                        <div class="entry-content"><div class="entry-body">[% format(item.content) %]</div></div> 
    44                        <div class="entry-footer"> 
    55                            <span class="post-footers">[% item.entry.header.date %]</span> 
    66                            <span class="separator">|</span> 
    7                             <a href="[% item.permalink %]" class="permalink">Permalink</a> 
     7                            <a href="[% item.permalink %]" class="permalink" rel="bookmark">Permalink</a> 
    88                        </div> 
    99                    </div>