<?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/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>Development memo &#187; plugins</title>
	<atom:link href="http://officesoya.net/weblog/category/php/wordpress/plugins/feed/" rel="self" type="application/rss+xml" />
	<link>http://officesoya.net/weblog</link>
	<description>Rough Consensus　And Running code</description>
	<lastBuildDate>Mon, 21 Jun 2010 09:22:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://officesoya.net/weblog/category/php/wordpress/plugins/feed/" />
		<item>
		<title>syntaxHighlighter-plusのプラグイン</title>
		<link>http://officesoya.net/weblog/2008/10/01/syntaxhighlighter-plus/</link>
		<comments>http://officesoya.net/weblog/2008/10/01/syntaxhighlighter-plus/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 16:01:30 +0000</pubDate>
		<dc:creator>soya</dc:creator>
				<category><![CDATA[plugins]]></category>
		<category><![CDATA[syntaxHighlighter-plus]]></category>

		<guid isPermaLink="false">http://officesoya.net/weblog/?p=46</guid>
		<description><![CDATA[WordPressにsyntaxHighlighter-plusのプラグインをインストールしたときのメモ
下記URLからsyntaxHighlighter-plusをダウンロード、下の方にリンクがある。（私がダウンロード [...]]]></description>
			<content:encoded><![CDATA[<p>WordPressにsyntaxHighlighter-plusのプラグインをインストールしたときのメモ<br />
下記URLからsyntaxHighlighter-plusをダウンロード、下の方にリンクがある。（私がダウンロードしたものはsyntaxhighlighter-plus.0.18.zip）</p>
<p><a href="http://thislab.com/2007/12/16/release-wordpress-plugin-syntaxhighlighter-plus/">http://thislab.com/2007/12/16/release-wordpress-plugin-syntaxhighlighter-plus/</a></p>
<p>解凍して出来たファイル</p>
<ul>
<li>shlfiles</li>
<li>syntaxhighlighter.php</li>
</ul>
<p>をプラグインディレクトリにアップロードする<br />
/ブログのアドレス/wp-content/plugins/ここにアップロード</p>
<p>プラグインを使用可能にブログから設定する。</p>
<p>スタイルシートは自動で読み込まれるみたいだがJavascriptは読み込まれないようなので、フッターのパーミッションを書き込み可能にしてから、テンプレートを編集し、フッターの&lt;/body&gt;の直前に以下のように書き加える。</p>
<pre class="brush: jscript;">
&lt;!-- SyntaxHighlighter Start --&gt; 
    &lt;script type=&quot;text/javascript&quot; src=&quot;ブログのアドレス/wp-content/plugins/syntaxhighlighter-plus/shlfiles/shCore.js&quot;&gt;&lt;/script&gt; 
    &lt;script type=&quot;text/javascript&quot; src=&quot;ブログのアドレス/wp-content/plugins/syntaxhighlighter-plus/shlfiles/shBrushCpp.js&quot;&gt;&lt;/script&gt; 
    &lt;script type=&quot;text/javascript&quot; src=&quot;ブログのアドレス/wp-content/plugins/syntaxhighlighter-plus/shlfiles/shBrushCss.js&quot;&gt;&lt;/script&gt; 
    &lt;script type=&quot;text/javascript&quot; src=&quot;ブログのアドレス/wp-content/plugins/syntaxhighlighter-plus/shlfiles/shBrushJScript.js&quot;&gt;&lt;/script&gt; 
    &lt;script type=&quot;text/javascript&quot; src=&quot;ブログのアドレス/wp-content/plugins/syntaxhighlighter-plus/shlfiles/shBrushPhp.js&quot;&gt;&lt;/script&gt; 
    &lt;script type=&quot;text/javascript&quot; src=&quot;ブログのアドレス/wp-content/plugins/syntaxhighlighter-plus/shlfiles/shBrushSql.js&quot;&gt;&lt;/script&gt; 
    &lt;script type=&quot;text/javascript&quot; src=&quot;ブログのアドレス/wp-content/plugins/syntaxhighlighter-plus/shlfiles/shBrushXml.js&quot;&gt;&lt;/script&gt; 
    &lt;script type=&quot;text/javascript&quot;&gt;dp.SyntaxHighlighter.HighlightAll('code');&lt;/script&gt; 
&lt;!-- SyntaxHighlighter End --&gt;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://officesoya.net/weblog/2008/10/01/syntaxhighlighter-plus/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://officesoya.net/weblog/2008/10/01/syntaxhighlighter-plus/" />
	</item>
	</channel>
</rss>
