<?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>Olaf&#039;s blog &#187; wordpress</title>
	<atom:link href="http://olafsblog.sysbsb.de/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://olafsblog.sysbsb.de</link>
	<description>Olaf&#039;s blog on software development and life</description>
	<lastBuildDate>Thu, 18 Nov 2010 07:57:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Sourcecode in Wordpress mit Syntaxhighlighter plus</title>
		<link>http://olafsblog.sysbsb.de/sourcecode-in-wordpress-mit-syntaxhighlighter-plus/</link>
		<comments>http://olafsblog.sysbsb.de/sourcecode-in-wordpress-mit-syntaxhighlighter-plus/#comments</comments>
		<pubDate>Sat, 19 Jan 2008 15:16:57 +0000</pubDate>
		<dc:creator>olaf</dc:creator>
				<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://olafsblog.sysbsb.de/?p=13</guid>
		<description><![CDATA[Für Sourcecode in Wordpress gibt es auf den offiziellen wordpress plugin Seiten eine überschaubare Anzahl passender Plugins.
Ich habe mich für Syntaxhighlighter plus entschieden, da das auch mit der von debian 4 momentan unterstützten Wordpress-Version 2.0 zusammenarbeitet, und bin hochzufrieden damit. 
Die Installation war problemlos, aber das Layout sah anfänglich etwas zerschossen aus,  da sich [...]]]></description>
			<content:encoded><![CDATA[<p>Für Sourcecode in Wordpress gibt es auf den <a href="http://wordpress.org/extend/plugins/">offiziellen wordpress plugin Seiten</a> eine <a href="http://wordpress.org/extend/plugins/search.php?q=sourcecode">überschaubare Anzahl passender Plugins</a>.</p>
<p>Ich habe mich für <a href="http://wordpress.org/extend/plugins/syntaxhighlighter-plus/#post-2702">Syntaxhighlighter plus</a> entschieden, da das auch mit der von debian 4 momentan unterstützten Wordpress-Version 2.0 zusammenarbeitet, und bin hochzufrieden damit. </p>
<p>Die Installation war problemlos, aber das Layout sah anfänglich etwas zerschossen aus, <span id="more-13"></span> da sich das CSS des Highlighters nicht so recht mit dem style.css des default-Worpress Themes vertragen hat. Ein paar kleine Änderungen an letzterer Datei schaffen Abhilfe:</p>
<pre class="brush: css;">
/* fixes the ugly margin around embeded code */
html&gt;body .entry div.dp-highlighter li {
	margin: 0;
	}
/* removes the useless left-hand margin around highlighted code */

.entry div.dp-highlighter {
        margin-left:0;
}

/* removes the useless right-hand margin from sourcecode lines */
.entry div.dp-highlighter .alt {
        margin-right:0;
}
</pre>
]]></content:encoded>
			<wfw:commentRss>http://olafsblog.sysbsb.de/sourcecode-in-wordpress-mit-syntaxhighlighter-plus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

