<?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>にゃにゃん．と &#187; WordPress</title>
	<atom:link href="http://nyanyan.to/archives/category/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://nyanyan.to</link>
	<description>ヽ(´ー｀)ノにゃにゃんとやって行こうよヽ(´ー｀)ノ</description>
	<lastBuildDate>Thu, 18 Feb 2010 13:06:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WordPress 2.6にアップデート</title>
		<link>http://nyanyan.to/archives/382</link>
		<comments>http://nyanyan.to/archives/382#comments</comments>
		<pubDate>Wed, 23 Jul 2008 14:57:06 +0000</pubDate>
		<dc:creator>ryu</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[おぼえ書き]]></category>

		<guid isPermaLink="false">http://nyanyan.to/?p=382</guid>
		<description><![CDATA[今回はちゃんとsvn switch するときにリビジョン指定。
WordPress 2.6 rev.8337
結構2.6のリリースから修正入ってるけど取りあえずリリースベース。
]]></description>
		<wfw:commentRss>http://nyanyan.to/archives/382/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPressを2.5.1にしてついでに・・・</title>
		<link>http://nyanyan.to/archives/358</link>
		<comments>http://nyanyan.to/archives/358#comments</comments>
		<pubDate>Mon, 28 Apr 2008 15:53:12 +0000</pubDate>
		<dc:creator>ryu</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://nyanyan.to/?p=358</guid>
		<description><![CDATA[プロフィールというか上↑のaboutを更新。
なんしかだらだら書き過ぎてたので簡潔に。
ま〜、ちょっと簡潔すぎるって噂もあるけど（笑
]]></description>
		<wfw:commentRss>http://nyanyan.to/archives/358/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>「SBM Popular Entryプラグイン」の修正</title>
		<link>http://nyanyan.to/archives/357</link>
		<comments>http://nyanyan.to/archives/357#comments</comments>
		<pubDate>Wed, 23 Apr 2008 11:54:54 +0000</pubDate>
		<dc:creator>ryu</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://nyanyan.to/?p=357</guid>
		<description><![CDATA[php.ini の short-open-tag=false で何がNGかというと、&#8221;&#60;?=&#8221;が使えなくなっていると言うこと。「SBM Popular Entryプラグイン」のtemplate_post.php/template_list.phpで上記short-open-tagを使っている部分を&#8221;&#60;?php print&#8221; ぐらいに書き換える必要がある。
あと、1.5で取り入れられたYahooBookmark!対応が現状動かないようなので、
wp-content/plugins/wp-sbm_popular_entry/wp-sbm_popular_entry.php:
最後の方の

    $add['yahoo']      = &#8220;http://bookmarks.yahoo.co.jp/action/post/done?url=&#8221;.$permalink.&#8221;&#38;amp;title=&#8221;.$title;

を

    $add['yahoo']      = &#8220;javascript:void window.open(&#8217;http://bookmarks.yahoo.co.jp/bookmarklet/showpopup?t=&#8221;.$title.&#8221;&#38;amp;u=&#8221;.$permalink.&#8221;&#38;amp;opener=bm&#38;amp;ei=UTF-8&#8242;);&#8221;;

に。
あとおまけで、
wp-content/plugins/wp-sbm_popular_entry/template_post.php:
の

(&#60;a href=&#8221;&#60;?= $link['yahoo'] ?&#62;&#8221; title=&#8221;livedoor::BookmarkCount&#8221;&#62;&#60; ?= $count['yahoo'] ?&#62;&#60;/a&#62;)

を、

(&#60;a href=&#8221;&#60;?php print $link['yahoo'] ?&#62;&#8221; title=&#8221;Yahoo!::BookmarkCount&#8221;&#62;&#60; ?php print $count['yahoo'] ?&#62;&#60;/a&#62;)

に。
修正する必要がある。
]]></description>
		<wfw:commentRss>http://nyanyan.to/archives/357/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.3系にアップデート</title>
		<link>http://nyanyan.to/archives/327</link>
		<comments>http://nyanyan.to/archives/327#comments</comments>
		<pubDate>Wed, 17 Oct 2007 13:14:49 +0000</pubDate>
		<dc:creator>ryu</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[2.3]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://nyanyan.to/archives/327</guid>
		<description><![CDATA[久しぶりにUpdateしました。
現在、WordPress 2.3.1-alpha rev.6256。
snv update したら 数ファイルしか更新されず、2.2だったのにおかしいなぁと
思ったら、trunkが2.2系に成ってたorz
svn switch して trunk 切り替えるときに、revision指定するの忘れて、
2.3releaseじゃなく最新に・・・。
一部、ローカル修正分がconflictしたのでザクザクッと修正。
wp-admin/upgrade.php で DB アップデート。
取りあえず一通り動いてるみたいです。
Tag Clouds がサイドバーのWidgetで使えるので喜んでいれたら、
記事にTag貼ってないとダメなのねorz
むーん。
]]></description>
		<wfw:commentRss>http://nyanyan.to/archives/327/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.2 RC2</title>
		<link>http://nyanyan.to/archives/300</link>
		<comments>http://nyanyan.to/archives/300#comments</comments>
		<pubDate>Mon, 14 May 2007 15:24:29 +0000</pubDate>
		<dc:creator>ryu</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://nyanyan.to/archives/300</guid>
		<description><![CDATA[昨日（１３日）にＷＰ２２がＲＣ２に成っているのに気が付いて更新しました。
またしても何が変わったか解らず。(^^;;
微妙にバグ修正されて居るみたいだけどいかがなもんざんしょ。
ここ（このサイト）はHTMLLint対策とかで微妙に改変してるんで、
currentへの追従が大変だったんだけど昨日svnのローカルコピー側へ反映したから、
これからはsvn updateして上書きできるから気軽にアップデートできるのが嬉。
ていうかフィードバックすべきだよな（＾＾；；
ＭＬ入るとしますかね。
]]></description>
		<wfw:commentRss>http://nyanyan.to/archives/300/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.2 RC1</title>
		<link>http://nyanyan.to/archives/299</link>
		<comments>http://nyanyan.to/archives/299#comments</comments>
		<pubDate>Fri, 11 May 2007 06:47:35 +0000</pubDate>
		<dc:creator>ryu</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://nyanyan.to/archives/299</guid>
		<description><![CDATA[5/9にリポジトリの version.php がalmost-betaからRC1に成っていたので更新。
急に大きく変更が入ったわけでもなくそんなには変わってないような。
メール関連のphpが増えてたかな。
相変わらずプラグインのアクションが呼ばれず…。WP-POST-TWITTERもだんまり。
うーん。
]]></description>
		<wfw:commentRss>http://nyanyan.to/archives/299/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Math Comment Spam Protection</title>
		<link>http://nyanyan.to/archives/292</link>
		<comments>http://nyanyan.to/archives/292#comments</comments>
		<pubDate>Mon, 07 May 2007 14:41:49 +0000</pubDate>
		<dc:creator>ryu</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://nyanyan.to/archives/292</guid>
		<description><![CDATA[
うちのコメント欄に設置してる↑これ。
WordPress初心者（まだ２週間も経ってない…）なんで何がメジャープラグインかわからず、
とりあえずSpam除けに最初に入れたプラグイン。
ほぼ防げるんだけど日が変わって０時～２時の間なぜかコメント打ち込まれてて
ソース見てみたらHASHの計算に日付も取り入れているようで、
日を跨ぐコメント書きさんを救うためにチェックを無効にしている…様に見える…orz。
まー、Akismetも有効にしてるから要らないといえば要らないんだけど、
なんとなくイメージ認証より良い感じなので残すことに（笑
後、入れてるのはSimple Trackback Validationぐらい。
MobileEye+とかも入れたいんだけど携帯からアクセスする人が何人いることやらと思い躊躇中。
お勧めのプラグインとかあれば教えてください～。
]]></description>
		<wfw:commentRss>http://nyanyan.to/archives/292/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress のDynamic Sidebar</title>
		<link>http://nyanyan.to/archives/282</link>
		<comments>http://nyanyan.to/archives/282#comments</comments>
		<pubDate>Thu, 03 May 2007 03:16:07 +0000</pubDate>
		<dc:creator>ryu</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://nyanyan.to/archives/282</guid>
		<description><![CDATA[
２．２にしてみたらpluginがデフォルトになっている風なダイナミックサイドバー。
widgetsをドラッグアンドドロップでサイドバーに配置。
タイトルを設定したりプチプラグイン感覚でレイアウトできるのは便利。
使うにはそれなりに対応が必要。
デフォルトのTextWidgetで文字列置換が利かない（PHPのコードが書けない）から、
その辺はごにょごにょと。
CSSのセレクタが結構変わるのでそのあたりも対応が必要かな。
]]></description>
		<wfw:commentRss>http://nyanyan.to/archives/282/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.2ブランチ最新版に更新しました</title>
		<link>http://nyanyan.to/archives/280</link>
		<comments>http://nyanyan.to/archives/280#comments</comments>
		<pubDate>Thu, 03 May 2007 02:56:05 +0000</pubDate>
		<dc:creator>ryu</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://nyanyan.to/archives/280</guid>
		<description><![CDATA[サイドバーを別にすればほぼ問題なく移行。
HTMLLintとかw3cのValidatorやり直しなのは仕方ないとして（笑
とりあえず投稿のテスト
]]></description>
		<wfw:commentRss>http://nyanyan.to/archives/280/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

