Thu, 07 Dec 2006

An Example Flavour (from this presentation)

content_type.html

text/html

head.html

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
        <meta http-equiv="content-type" content="text/html; charset=utf-8" />
        <meta name="generator" content="pyblosxom" />
        <title>$blog_title</title>

<link rel="stylesheet" 
      href="http://127.0.0.1:9000/css/table-pyblosxom-styles.css" 
      type="text/css" />
<link rel="alternate" type="application/rss+xml" 
      title="MichiPUG PyBlosxom Presentation Blog" href="$base_url/?flav=rss" />
</head>

<body>

<table id="main">
<tr>
<td>

<table id="banner">
<tr>
<td>
<h1><a class="title" href="$url">$blog_title</a></h1>
<h2>-- $blog_description -- </h2>
</td>
</tr>
</table>

<table id="middle-content">
<tr>
<td id="left" class="sidebar" >
<h2>Starting Points</h2>
<a href="$base_url">this blog</a>
<br />
<br />

<h2>Blog Categories</h2>
$categorylinks
<br />
<br />

<h2>Other Feeds</h2>
<ul>
   <li>
    <a href="$base_url/?flav=rss">RSS</a> 
   </li>
</ul>
<p> </p>
<ul>
   <li> 
     <img src="http://www.w3.org/Icons/valid-xhtml10" 
          alt="Valid XHTML 1.0!" height="31" width="88" />
   </li>
   <li>
    <a href="http://pyblosxom.sourceforge.net/">
     <img src="http://127.0.0.1:9000/graphics/pb_pyblosxom.gif" 
          border="0" alt="pyblosxom" />
    </a>
   </li>
<!--   
   <li> 
    <a href="http://validator.w3.org/check/referer">
     <img src="http://www.w3.org/Icons/valid-xhtml10" 
     alt="Valid XHTML 1.0!" height="31" width="88" />
    </a>
   </li>
   <li>
    <a href="http://jigsaw.w3.org/css-validator/">
    <img style="border:0;width:88px;height:31px"
     src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!" />
    </a>
   </li>
-->
</ul>
</td> <!-- end of the left sidebar column -->

<td id="center">
<div class="content">

story.html

<div class="story">
<a name="$fn"></a>
<h3>$title</h3>
$body
<p class="posted">
[<a href="$base_url/$yr/$mo/$da#$fn" title="Date link">$ti</a>] | 
[<a href="$base_url/$path" title="Category">$path</a>] |
 <a href="$base_url/$file_path.html" title="Permalink">#-permalink-#</a>  
</p>
</div>

foot.html

</div>

</td> <!-- end of the center column -->

<td id="right">
<div class="sidebar">

<h2>Archives</h2>
$archivelinks
<br />

<h2>Calendar</h2>
$calendar
</div>
</td> <!-- end of the right sidebar column -->

</tr> <!-- end of the 3 column content row column -->

</table>

<table id="footer">
<tr>
<td>
<div class="footer">
<h2>$blog_title <$url></h2>
</div>
</td>
</tr>
</table>

</td>
</tr>
</table> 

</body>
</html>

[23:36] | [] | #-permalink-#