<?php include_once '../../HEADER.php'; ?>

<h1>Blelo to do list</h1>

<ul>
    <li>Check for duplicate old post before saving identical new post</li>
    <li>Sort archives page from newest to oldest</li>
	<li>Add tag cloud to new post page.</li>
	<li>News feed for every tag</li>
	<li>Make date field for new posts human friendly.</li>
	<li>Tags with dots (and other non alpha characters?) trigger a 404 from the tagcloud page link. Need to escape using .htaccess?</li>
	<li>Add more content types like Picasa, Vimeo, etc</li>
</ul>

<?php include_once '../../FOOTER.php'; ?>
