<?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>the Fang of Sky</title>
	<atom:link href="http://fos.uzusionet.com/feed" rel="self" type="application/rss+xml" />
	<link>http://fos.uzusionet.com</link>
	<description>wp.Vicuna Ext. Custom 配布所</description>
	<lastBuildDate>Sun, 28 Feb 2010 07:12:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>wp.Vicuna Ext. Custom vicunaカテゴリ除外ページ修正</title>
		<link>http://fos.uzusionet.com/archives/61</link>
		<comments>http://fos.uzusionet.com/archives/61#comments</comments>
		<pubDate>Sun, 28 Feb 2010 07:11:11 +0000</pubDate>
		<dc:creator>cougar</dc:creator>
				<category><![CDATA[wp.Vicuna Ext. Custom]]></category>

		<guid isPermaLink="false">http://fos.uzusionet.com/archives/61</guid>
		<description><![CDATA[				コメントで指摘のあった、vicunaウィジェットのカテゴリおよびGlobal Navigationの除外ページを修正しました。    パッケージ差し替えていますので、既存の方は wp.vicuna.exc/scr [...]]]></description>
			<content:encoded><![CDATA[				<p>コメントで指摘のあった、vicunaウィジェットのカテゴリおよびGlobal Navigationの除外ページを修正しました。    <br />パッケージ差し替えていますので、既存の方は wp.vicuna.exc/script 以下のconfig.phpおよびwidgets.phpを差し替えてください。</p>
				<p>→ <a href="/site/download/wpVicunaExc-utf8.zip" target="_blank">ダウンロード</a></p>
]]></content:encoded>
			<wfw:commentRss>http://fos.uzusionet.com/archives/61/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wp.Vicuna Ext. Custom vicunaウィジェット切り替え修正</title>
		<link>http://fos.uzusionet.com/archives/59</link>
		<comments>http://fos.uzusionet.com/archives/59#comments</comments>
		<pubDate>Wed, 17 Feb 2010 16:38:30 +0000</pubDate>
		<dc:creator>cougar</dc:creator>
				<category><![CDATA[wp.Vicuna Ext. Custom]]></category>

		<guid isPermaLink="false">http://fos.uzusionet.com/archives/59</guid>
		<description><![CDATA[				コメントで指摘のあった、vicunaウィジェットの切り替えを修正しました。    パッケージは後日差し替えますが、取り急ぎ以下からダウンロードして差し替えて使ってください。
				→ vicunaウィジェット切 [...]]]></description>
			<content:encoded><![CDATA[				<p>コメントで指摘のあった、vicunaウィジェットの切り替えを修正しました。    <br />パッケージは後日差し替えますが、取り急ぎ以下からダウンロードして差し替えて使ってください。</p>
				<p>→ <a href="/site/download/config.php.txt" target="_blank">vicunaウィジェット切り替え修正版</a> （ /script/config.php を差し替え）</p>
				<p>WordPressのバージョンが上がった際に、上手く動かなくなったようです。    <br />（WP2.9.2にバージョンアップしたら再現したので修正しました。）</p>
				<p>&#8212;-</p>
				<p>2010/02/18 追記。   <br />パッケージ差し替えました。</p>
				<p>→ <a href="/site/download/wpVicunaExc-utf8.zip" target="_blank">ダウンロード</a></p>
]]></content:encoded>
			<wfw:commentRss>http://fos.uzusionet.com/archives/59/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>wp.Vicuna Ext. Custom サイドバーウィジェット修正</title>
		<link>http://fos.uzusionet.com/archives/57</link>
		<comments>http://fos.uzusionet.com/archives/57#comments</comments>
		<pubDate>Mon, 07 Dec 2009 13:30:46 +0000</pubDate>
		<dc:creator>cougar</dc:creator>
				<category><![CDATA[wp.Vicuna Ext. Custom]]></category>

		<guid isPermaLink="false">http://fos.uzusionet.com/archives/57</guid>
		<description><![CDATA[				サイドバーウィジェットの「最近の投稿(vicuna)」で表示件数が反映されない（表示件数を指定しても全件表示される）バグを修正しました。
				配布ファイルは修正を反映したもので再パッケージしてありますが、既に [...]]]></description>
			<content:encoded><![CDATA[				<p>サイドバーウィジェットの「最近の投稿(vicuna)」で表示件数が反映されない（表示件数を指定しても全件表示される）バグを修正しました。</p>
				<p>配布ファイルは修正を反映したもので再パッケージしてありますが、既にご利用中の方は、以下のように修正すると解決します。</p>
				<p>wp.vicuna.exc/script/widgets.phpの121行目の「&amp;number」を「&amp;limit」に。</p>
				<p>修正前：wp_get_archives(&#8216;type=postbypost&amp;<strong><font color="#800000">number</font></strong>=&#8217;.$number);     <br />修正後：wp_get_archives(&#8216;type=postbypost&amp;<strong><font color="#800000">limit</font></strong>=&#8217;.$number);</p>
				<p>一括置換かけた時に余計な所まで置換されてたようです（ーー；    <br />申し訳ない・・・m(_ _)m</p>
]]></content:encoded>
			<wfw:commentRss>http://fos.uzusionet.com/archives/57/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>wp.Vicuna Ext. Custom 修正しました</title>
		<link>http://fos.uzusionet.com/archives/56</link>
		<comments>http://fos.uzusionet.com/archives/56#comments</comments>
		<pubDate>Sun, 29 Nov 2009 06:57:36 +0000</pubDate>
		<dc:creator>cougar</dc:creator>
				<category><![CDATA[wp.Vicuna Ext. Custom]]></category>

		<guid isPermaLink="false">http://fos.uzusionet.com/archives/56</guid>
		<description><![CDATA[				WordPress 2.8.3以降で固定ページのウィジェットがサイドバーに設定出来ない不具合への対策を含めた修正版に差し替えました。
				→ ダウンロード
				今回、ウィジェット周りを整理しました。    [...]]]></description>
			<content:encoded><![CDATA[				<p>WordPress 2.8.3以降で固定ページのウィジェットがサイドバーに設定出来ない不具合への対策を含めた修正版に差し替えました。</p>
				<p>→ <a href="/site/download/wpVicunaExc-utf8.zip" target="_blank">ダウンロード</a></p>
				<p>今回、ウィジェット周りを整理しました。    <br />Vicuna標準サイドバーとの表示のずれを修正したり、WordPress標準ウィジェットと機能的に同じで名前の違っていたウィジェットの名前をWordPress標準ウィジェットにあわせたりしています。     <br />なので、申し訳ありませんが、サイドバーから消えたウィジェットがあったら登録しなおしてください（＾＾；</p>
				<p>なお、WordPress標準ウィジェットと重なっているウィジェットに関しては、Vicuna側のウィジェットを使うかどうかを切り替えられるようにしています。</p>
				<p>後、コメントやトラバから、色々なプラグイン導入時に起こる不具合の情報とか拾って一部対応出来るように修正かけたりもしています。（コメントフォームのTextBoxの名前変えたり、とか。）</p>
				<p>不具合報告、要望などは寄せて貰えば、思い立ったら対応します(w    <br />修正したコードを貴方のブログに載せて、トラバなりコメントなりしておくと修正が反映されやすいです。（他力本願です(w ）&#160; <br />まぁ、利用されてる皆さんの方が、内部的な作りについては詳しそうですしね。     <br />（筆者はVicunaカスタマイズするまでPHPなんて触った事なかったですから（＾＾； ）</p>
]]></content:encoded>
			<wfw:commentRss>http://fos.uzusionet.com/archives/56/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>固定ページウィジェットについて</title>
		<link>http://fos.uzusionet.com/archives/51</link>
		<comments>http://fos.uzusionet.com/archives/51#comments</comments>
		<pubDate>Sat, 21 Nov 2009 13:04:01 +0000</pubDate>
		<dc:creator>cougar</dc:creator>
				<category><![CDATA[wp.Vicuna Ext. Custom]]></category>

		<guid isPermaLink="false">http://fos.uzusionet.com/?p=51</guid>
		<description><![CDATA[				WordPress 2.8.3以降で固定ページのウィジェットがサイドバーに設定出来ない現象が発生しているようです。
				暫定対策として、script/widget.phpの450行目（wp_register_ [...]]]></description>
			<content:encoded><![CDATA[				<p>WordPress 2.8.3以降で固定ページのウィジェットがサイドバーに設定出来ない現象が発生しているようです。<br />
				暫定対策として、script/widget.phpの450行目（<span style="color: #008000;">wp_register_widget_control(&#8216;pages&#8217;,</span> ～の行）をコメントアウト（行頭に半角スラッシュ2つ）すれば、WordPress本体の固定ページウィジェットが有効になりますので、とりあえずは回避可能だと思います。（ <strong><span style="color: #800000;">//</span></strong><span style="color: #008000;">wp_register_widget_control(&#8216;pages&#8217;, </span> ～って感じに修正。）</p>
				<p>今ちょうど不具合対策とは別に、ウィジェット絡みの辺りを弄ってる最中なので、今月中には固定ページの対策も含めた新しいのを提供出来ると思います。（WP本体側と機能的に重なっているウィジェットについて、Vicuna側の物を使用するかどうかの切り替えを出来るように弄ってます。）</p>
]]></content:encoded>
			<wfw:commentRss>http://fos.uzusionet.com/archives/51/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wp.Vicuna Ext. Custom 修正しました</title>
		<link>http://fos.uzusionet.com/archives/44</link>
		<comments>http://fos.uzusionet.com/archives/44#comments</comments>
		<pubDate>Sun, 19 Jul 2009 14:48:51 +0000</pubDate>
		<dc:creator>cougar</dc:creator>
				<category><![CDATA[未分類]]></category>

		<guid isPermaLink="false">http://fos.uzusionet.com/?p=44</guid>
		<description><![CDATA[				みやびさんご指摘のsearch.php分および、てｓｔさんご指摘のRSS宣言が重複している分について修正を行いました。
				配布アーカイブは対応版に差し変わってますので、既に導入済みの方は、新しいアーカイブか [...]]]></description>
			<content:encoded><![CDATA[				<p>みやびさんご指摘のsearch.php分および、てｓｔさんご指摘のRSS宣言が重複している分について修正を行いました。<br />
				配布アーカイブは対応版に差し変わってますので、既に導入済みの方は、新しいアーカイブからsearch.phpとheader.phpのみ取り出して差し替えてください。</p>
				<p>→ <a href="/site/download/wpVicunaExc-utf8.zip" target="_blank">ダウンロード</a></p>
]]></content:encoded>
			<wfw:commentRss>http://fos.uzusionet.com/archives/44/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>wp.Vicuna Ext. Custom 修正しました</title>
		<link>http://fos.uzusionet.com/archives/43</link>
		<comments>http://fos.uzusionet.com/archives/43#comments</comments>
		<pubDate>Sat, 06 Jun 2009 00:45:53 +0000</pubDate>
		<dc:creator>cougar</dc:creator>
				<category><![CDATA[wp.Vicuna Ext. Custom]]></category>

		<guid isPermaLink="false">http://fos.uzusionet.com/archives/43</guid>
		<description><![CDATA[				aokickさん指摘分の、アクセス解析コードがエスケープ処理される不具合を修正しました。
				現在wp.Vicuna.Ext Customをご利用中の方は、wp.vicuna.exc/script/confi [...]]]></description>
			<content:encoded><![CDATA[				<p>aokickさん指摘分の、アクセス解析コードがエスケープ処理される不具合を修正しました。</p>
				<p>現在wp.Vicuna.Ext Customをご利用中の方は、wp.vicuna.exc/script/config.php のみ差し替えてください。</p>
				<p>→ <a href="/site/download/wpVicunaExc-utf8.zip" target="_blank">ダウンロード</a></p>
]]></content:encoded>
			<wfw:commentRss>http://fos.uzusionet.com/archives/43/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wp.Vicuna Ext. Custom バージョンアップ</title>
		<link>http://fos.uzusionet.com/archives/41</link>
		<comments>http://fos.uzusionet.com/archives/41#comments</comments>
		<pubDate>Wed, 06 May 2009 15:08:30 +0000</pubDate>
		<dc:creator>cougar</dc:creator>
				<category><![CDATA[wp.Vicuna Ext. Custom]]></category>

		<guid isPermaLink="false">http://fos.uzusionet.com/archives/41</guid>
		<description><![CDATA[				バージョンアップ、と言うか、主にバグ修正です。
				wp.Vicuna Ext. Custom で以下の点を修正しました。
				
				コンフィグでスキンを選択しても反映されないバグを修正。
				ス [...]]]></description>
			<content:encoded><![CDATA[				<p>バージョンアップ、と言うか、主にバグ修正です。</p>
				<p><a href="/wordpress/vicuna" target="_blank">wp.Vicuna Ext. Custom</a> で以下の点を修正しました。</p>
				<ul>
				<li>コンフィグでスキンを選択しても反映されないバグを修正。</li>
				<li>スパムコメント・トラックバックが公開されるバグを修正。（「<a href="http://shinonon-web.net/" target="_blank">ある日の小さなつぶやき</a>」管理人<a href="http://shinonon-web.net/2009/05/04/753/" target="_blank">「みやび」さん指摘分</a>を反映。）</li>
				<li><a href="http://lesterchan.net/portfolio/programming/php/#wp-pagenavi" target="_blank">WP-PageNavi</a> プラグインに対応。</li>
				</ul>
				<p>他にもバグが潜んでいる可能性はありますので、何か見つけたら教えていただけると幸いです。</p>
]]></content:encoded>
			<wfw:commentRss>http://fos.uzusionet.com/archives/41/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>wp.Vicuna Ext. Custom バージョンアップ</title>
		<link>http://fos.uzusionet.com/archives/39</link>
		<comments>http://fos.uzusionet.com/archives/39#comments</comments>
		<pubDate>Fri, 24 Apr 2009 06:11:40 +0000</pubDate>
		<dc:creator>cougar</dc:creator>
				<category><![CDATA[wp.Vicuna Ext. Custom]]></category>

		<guid isPermaLink="false">http://fos.uzusionet.com/archives/39</guid>
		<description><![CDATA[				バージョンアップ、と言う程の物でも無いのですが・・・
				wp.Vicuna Ext. Custom で以下の点を変更しました。
				
				外部サービスのアクセス解析コードを設定できるように変更。
	 [...]]]></description>
			<content:encoded><![CDATA[				<p>バージョンアップ、と言う程の物でも無いのですが・・・</p>
				<p><a href="/wordpress/vicuna" target="_blank">wp.Vicuna Ext. Custom</a> で以下の点を変更しました。</p>
				<ul>
				<li>外部サービスのアクセス解析コードを設定できるように変更。</li>
				<li>各記事のタグと作成者の表示／非表示を切り替えられるように変更。</li>
				<li>レイアウトに’Multi – Wing menu’を指定していると、IE6で閲覧した場合にレイアウトが崩れるので、IE6の場合に代替レイアウトを設定出来る様に変更。（レイアウトが’Multi – Wing menu’かつ、IE6で閲覧している場合のみ、代替レイアウトで表示。）</li>
				<li>レイアウトウィジェットを表示した際に、レイアウト名が長くて表示幅からはみ出していたのを修正。</li>
				<li>その他、細かい部分の微調整。</li>
				</ul>
]]></content:encoded>
			<wfw:commentRss>http://fos.uzusionet.com/archives/39/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vicunaのカスタマイズ版配布始めました</title>
		<link>http://fos.uzusionet.com/archives/31</link>
		<comments>http://fos.uzusionet.com/archives/31#comments</comments>
		<pubDate>Tue, 14 Apr 2009 14:16:18 +0000</pubDate>
		<dc:creator>cougar</dc:creator>
				<category><![CDATA[wp.Vicuna Ext. Custom]]></category>
		<category><![CDATA[vicuna]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[テーマ]]></category>

		<guid isPermaLink="false">http://fos.uzusionet.com/archives/31</guid>
		<description><![CDATA[				WordPressテーマにwp.Vicunaと言う物があります。
				WordPressに限らず、CMSツール用のテンプレートVICUNAとして多くのCMSツールに移植され使用されています。
				また、w [...]]]></description>
			<content:encoded><![CDATA[				<p>WordPressテーマに<a href="http://wp.vicuna.jp/">wp.Vicuna</a>と言う物があります。<br />
				WordPressに限らず、CMSツール用のテンプレート<a href="http://vicuna.jp/">VICUNA</a>として多くのCMSツールに移植され使用されています。</p>
				<p>また、wp.Vicunaをベースに、カスタマイズをより手軽にしたテーマ<a href="http://ma38su.org/projects/">wp.Vicuna Ext.</a>が公開されており、当サイトでも当初<a href="http://ma38su.org/projects/">wp.Vicuna Ext.</a>を利用していました。</p>
				<p>先日、wp.Vicunaが新しい構造体のスキンに変更されましたが、残念ながらwp.Vicuna Ext.は旧バージョンの1.5.8ベースであるため、そのままでは新構造体スキンが適用できません。</p>
				<p>そこで、wp.Vicuna(1.5.9)に、wp.Vicuna Ext.のコードを反映して、さらに一部改良を施したテーマwp.Vicuna Ext. Custom(wp.Vicuna.exc)を作成しました。</p>
				<p>wp.Vicuna Ext.で新構造体スキンが適用出来ない、とお悩みの方は是非ご利用下さい。</p>
				<p>→ <a href="/wordpress/vicuna" target="_top">wp.Vicuna Ext. Custom 配布ページへ</a></p>
]]></content:encoded>
			<wfw:commentRss>http://fos.uzusionet.com/archives/31/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
