<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Code Penguin &#187; WordPress</title>
	<atom:link href="http://laurent.bachelier.name/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://laurent.bachelier.name</link>
	<description>Musings on software, internet and technology by Laurent Bachelier</description>
	<lastBuildDate>Thu, 16 Jun 2011 20:27:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Colophon</title>
		<link>http://laurent.bachelier.name/2009/03/colophon/</link>
		<comments>http://laurent.bachelier.name/2009/03/colophon/#comments</comments>
		<pubDate>Sat, 14 Mar 2009 23:53:01 +0000</pubDate>
		<dc:creator>Laurent</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[colophon]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[themes]]></category>

		<guid isPermaLink="false">http://laurent.bachelier.name/?p=45</guid>
		<description><![CDATA[What did I use to build this blog? First of all, you will notice I am using WordPress. I looked briefly at the alternatives, but the thing that made me stick with WordPress is that they lack a lot of features and more importantly the WordPress community is amazing (numerous themes and plugins). Granted, a [...]]]></description>
			<content:encoded><![CDATA[<div class='microid-mailto+http:sha1:e89c947e3e42eaa3a1b283406f34a3b33cd6a910'><p>What did I use to build this blog? First of all, you will notice I am using <a href="http://wordpress.org/">WordPress</a>. I looked briefly at the alternatives, but the thing that made me stick with WordPress is that they lack a lot of features and more importantly the WordPress community is amazing (numerous themes and plugins). Granted, a lot of plugins are badly written or out of date&#8230; but it&#8217;s still better than nothing.<br />
Anyway, I discovered a pretty promising blog engine, <a href="http://zine.pocoo.org/">Zine</a>, written in Python and using the impressive <a href="http://www.sqlalchemy.org/">SQLAlchemy</a>.</p>
<p>The only thing I miss with WordPress is the ability to use another markup language in the posts; I can&#8217;t stand <abbr title="What You See Is What You Get">WYSIWYG</abbr> editors but I don&#8217;t like writing raw HTML either. Earliest versions supported <a href="http://en.wikipedia.org/wiki/Markdown">Markdown</a> but it has been dropped progressively.</p>
<p><span id="more-45"></span></p>
<h1>The Theme</h1>
<p>I used the <a href="http://themeshaper.com/thematic-for-wordpress/">Thematic Theme Framework</a>. There are many other Theme Frameworks for WordPress, like <a href="http://themehybrid.com/">Hybrid</a> or even <a href="http://getk2.com/">K2</a>. These theme frameworks usually come with very good HTML (semantic classes, microformats, SEO optimization, you name it) and a basic CSS. I wanted something light, and Hybrid&#8217;s website annoying and clearly too greedy; K2 is amazing but a bit too much. I then created a <a href="http://wangenweb.com/2008/07/creating-wordpress-child-themes/">child theme</a>.</p>
<h1>The Plugins</h1>
<p>There are many plugins for WordPress; that&#8217;s why it&#8217;s easy to miss very good plugins. Here is what I use.</p>
<h2><abbr title="Search Engine Optimization">SEO</abbr></h2>
<p><a href="http://wordpress.org/extend/plugins/google-sitemap-generator/">Google XML Sitemaps</a> and <a href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/">All-In-One SEO Pack</a>. They are really popular and vital plugins. I use SEO Pack mainly to disable indexing of anything that would lead to duplicate content (archive pages, etc.) and to insert my validation codes in the home pager header. <a href="http://wordpress.org/extend/plugins/redirection/">Redirection</a> can automatically create redirections if you change the <em>slug</em> of a post (and it can do much more too).<br />
By the way, you&#8217;ll notice that my permalinks are different than the default; I didn&#8217;t include the day number. I don&#8217;t think users generally care for it.</p>
<h2>Stats</h2>
<p><a href="http://www.google.com/support/feedburner/bin/answer.py?answer=78483&#038;topic=13252">FeedBurner FeedSmith</a> redirects the feed to FeedBurner, <a href="http://wordpress.org/extend/plugins/ultimate-google-analytics/">Ultimate Google Analytics</a>&#8230; well, you guess.</p>
<h2>Microformats</h2>
<p>Most microformats are already handled by the theme. <a href="http://wordpress.org/extend/plugins/wplicense/">WpLicense</a> includes a Creative Commons license information in the feed and page, <a href="http://wordpress.org/extend/plugins/microid/">MicroID</a> provides <a href="http://microid.org/">MicroID</a> for the blog, posts, and comments and <a href="http://wordpress.org/extend/plugins/xrds-simple/">XRDS Simple</a> is a requirement to run an <a href="http://openid.net/">OpenID</a> server.</p>
<h2>Publicity</h2>
<p><a href="http://wordpress.org/extend/plugins/sociable/">Sociable</a> provides links to popular social bookmarking services. <a href="http://wordpress.org/extend/plugins/wp-greet-box/">WP Greet Box</a> greets users and encourages them to subscribe to my RSS feed and vote for me me depending on where they come from.</p>
<h2>Antispam</h2>
<p><a href="http://wordpress.org/extend/plugins/simple-trackback-validation/">Simple Trackback Validation</a> just should be integrated with WordPress. <a href="http://wordpress.org/extend/plugins/wp-mollom/">Mollom</a> is like <a href="http://akismet.com/">Akismet</a> but better: it can use OpenIDs (reputation) and provides a captcha to recover your comment. <a href="http://wordpress.org/extend/plugins/httpbl/">http:BL</a> queries <a href="http://www.projecthoneypot.org/">Project Honeypot</a> (more about that later) to block spammers before they try to comment or even spider your site. <a href="http://wordpress.org/extend/plugins/tags/dofollow">DoFollow</a> rewards good commenters by removing the &#8220;nofollow&#8221; <code>rel</code> attribute on certain conditions.</p>
<h2>Markup</h2>
<p><a href="http://wordpress.org/extend/plugins/code-highlighter/">CodeHighlighter</a> for code syntax highlighting using <a href="http://qbnz.com/highlighter/">GeSHi</a>. <a href="http://wordpress.org/extend/plugins/wp-footnotes/">WP-Footnotes</a><sup><a href="http://laurent.bachelier.name/2009/03/colophon/#footnote_0_45" id="identifier_0_45" class="footnote-link footnote-identifier-link" title="Hello!">1</a></sup>.</p>
<h2>Pages</h2>
<p>I actually used only one of these three plugins but they are very useful and surprisingly unpopular; <a href="http://wordpress.org/extend/plugins/page-menu-editor/">Page Menu Editor</a>, <a href="http://wordpress.org/extend/plugins/page-links-to/">Page Links To</a> and <a href="http://wordpress.org/extend/plugins/exclude-pages/">Exclude Pages from Navigation</a>.</p>
<h2>Other</h2>
<p><a href="http://wordpress.org/extend/plugins/smart-archives-reloaded/">Smart Archives Reloaded</a> provides a really nice Archive page listing every post from the start. <a href="http://wordpress.org/extend/plugins/openid/">OpenID</a> allows commenters to prove it&#8217;s really them commenting (plus, they get a nice icon) and users to login with an OpenID rather than a password. <a href="http://wordpress.org/extend/plugins/simple-tags">Simple Tags</a> introduces some nice additions to the standard WordPress tag system, like tag suggestion.
<ol class="footnotes">
<li id="footnote_0_45" class="footnote">Hello!</li>
</ol>
</div>]]></content:encoded>
			<wfw:commentRss>http://laurent.bachelier.name/2009/03/colophon/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

