<?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>WEBあくまこ &#187; SyntaxHighlighter</title>
	<atom:link href="http://wb.corekuuma.com/archives/tag/syntaxhighlighter/feed" rel="self" type="application/rss+xml" />
	<link>http://wb.corekuuma.com</link>
	<description>WEB制作している人のメモ。</description>
	<lastBuildDate>Wed, 17 Jun 2009 07:57:23 +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>MUでSyntaxHighlighterは動きませんが</title>
		<link>http://wb.corekuuma.com/archives/74</link>
		<comments>http://wb.corekuuma.com/archives/74#comments</comments>
		<pubDate>Mon, 30 Jun 2008 13:28:37 +0000</pubDate>
		<dc:creator>daisukew</dc:creator>
				<category><![CDATA[WPMUエラー]]></category>
		<category><![CDATA[WPMUプラグイン]]></category>
		<category><![CDATA[WPプラグイン]]></category>
		<category><![CDATA[WordPress MU]]></category>
		<category><![CDATA[CORESERVER]]></category>
		<category><![CDATA[SyntaxHighlighter]]></category>
		<category><![CDATA[WordPress2.5]]></category>

		<guid isPermaLink="false">http://wb.corekuuma.com/?p=74</guid>
		<description><![CDATA[wordpressのお話。
SyntaxHighlighterは、コードをそれっぽく表示してくれるプラグインです。
http://wordpress.org/extend/plugins/syntaxhighlighter/
こちらからダウンロードできます。
しかし、MUではそのままでは動きません。
というのも、プラグインの中に、filesフォルダがあって、その名前が不具合を起こすのです。
だから、files→fileなどに変更し、syntaxhighlighter.phpの70行目あたりを

 $this-&#62;pluginurl = apply_filters( 'agsyntaxhighlighter_url', get_bloginfo( 'wpurl' ) . '/wp-content/plugins/syntaxhighlighter/file/' );

にすればOKよ。
MUは、.htaccessでfilesをrewriteするようになってるので、filesフォルダがある場合は注意です。
当方環境はMU1.5です。
]]></description>
			<content:encoded><![CDATA[<p>wordpressのお話。<br />
SyntaxHighlighterは、コードをそれっぽく表示してくれるプラグインです。</p>
<p><a href="http://wordpress.org/extend/plugins/syntaxhighlighter/">http://wordpress.org/extend/plugins/syntaxhighlighter/</a><br />
こちらからダウンロードできます。</p>
<p>しかし、MUではそのままでは動きません。<span id="more-74"></span></p>
<p>というのも、プラグインの中に、filesフォルダがあって、その名前が不具合を起こすのです。<br />
だから、files→fileなどに変更し、syntaxhighlighter.phpの70行目あたりを</p>
<pre name="code" class="php">
 $this-&gt;pluginurl = apply_filters( 'agsyntaxhighlighter_url', get_bloginfo( 'wpurl' ) . '/wp-content/plugins/syntaxhighlighter/file/' );
</pre>
<p>にすればOKよ。</p>
<p>MUは、.htaccessでfilesをrewriteするようになってるので、filesフォルダがある場合は注意です。</p>
<p>当方環境はMU1.5です。</p>
]]></content:encoded>
			<wfw:commentRss>http://wb.corekuuma.com/archives/74/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
