<?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>Ange*Blanc &#187; リンク</title>
	<atom:link href="http://angeblanc.net/tag/link/feed/" rel="self" type="application/rss+xml" />
	<link>http://angeblanc.net</link>
	<description>WordPressのプラグイン紹介をメインに細々と。時々写真も撮ったりするペンタスキー。</description>
	<lastBuildDate>Tue, 17 Aug 2010 03:33:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>【WP】外部リンクをわかりやすく表示する。Link Indication</title>
		<link>http://angeblanc.net/2008/05/06/link-indication/</link>
		<comments>http://angeblanc.net/2008/05/06/link-indication/#comments</comments>
		<pubDate>Tue, 06 May 2008 13:09:40 +0000</pubDate>
		<dc:creator>たちばな</dc:creator>
				<category><![CDATA[WP Plugin]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[プラグイン]]></category>
		<category><![CDATA[リンク]]></category>

		<guid isPermaLink="false">http://angeblanc.net/?p=69</guid>
		<description><![CDATA[『Link Indication』は、リンク先のドメイン・拡張子を判別し、aタグにclass属性を付加してくれるWordpressプラグインです。
CSSを定義することにより、リンクに画像・テキストを付加することが出来ます。

プラグイン配布元 → <a href="http://sw-guide.de/wordpress/plugins/link-indication/" hreflang="en">Link Indication Plugin — Software Guide</a>
<br clear="all" />
<p><strong class="rating">個人的オススメ度：</strong>&#160;<img style="display:inline;padding:0px;margin:0px;background-color:transparent;border:none;" src="http://angeblanc.net/wp-content/plugins/xavins-review-ratings/default/star.png" alt="&#9733;" title="5/5" /><img style="display:inline;padding:0px;margin:0px;background-color:transparent;border:none;" src="http://angeblanc.net/wp-content/plugins/xavins-review-ratings/default/star.png" alt="&#9733;" title="5/5" /><img style="display:inline;padding:0px;margin:0px;background-color:transparent;border:none;" src="http://angeblanc.net/wp-content/plugins/xavins-review-ratings/default/star.png" alt="&#9733;" title="5/5" /><img style="display:inline;padding:0px;margin:0px;background-color:transparent;border:none;" src="http://angeblanc.net/wp-content/plugins/xavins-review-ratings/default/star.png" alt="&#9733;" title="5/5" /><img style="display:inline;padding:0px;margin:0px;background-color:transparent;border:none;" src="http://angeblanc.net/wp-content/plugins/xavins-review-ratings/default/star.png" alt="&#9733;" title="5/5" />&#160;</p>]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" src="http://angeblanc.net/wp-content/uploads/icons/wpiconsv2.thumbnail.jpg"  alt="WordPress" />『Link Indication』は、リンク先のドメイン・拡張子を判別し、aタグにclass属性を付加してくれるWordPressプラグインです。<br />
CSSを定義することにより、リンクに画像・テキストを付加することが出来ます。<br />
<br clear="all" /></p>
<p>プラグイン配布元 → <a href="http://sw-guide.de/wordpress/plugins/link-indication/" hreflang="en" target="_blank" class="liexternal">Link Indication Plugin — Software Guide</a><br />
<br clear="all" /></p>
<div align="right"><p><strong class="rating">個人的オススメ度：</strong>&nbsp;&#9733;&#9733;&#9733;&#9733;&#9733;&nbsp;</p></div>
<p class="more"><span id="more-69"></span></p>
<p><br clear="all" /></p>
<h3>導入方法</h3>
<ol>
<li>プラグイン配布元から『link-indication.zip』（Download Latest Version 3.2）、<br />
『images.zip』をダウンロード。</li>
<li>解凍後、『link-indication.php』をwp-content/pluginsへアップロード。</li>
<li>wp-content/themes/使用中テーマ/style.cssを編集する。</li>
<p><br clear="all" /></p>
<pre class="brush: css;">
/* For Link Indication plugin */
a.liexternal { padding-right: 12px; background: url(images/link-icon_external.gif) no-repeat right; }
a.liwikipedia { padding-right: 14px; background: url(images/link-icon_wikipedia.gif) no-repeat right; }
a.liimdb { padding-right: 18px; background: url(images/link-icon_imdb.png) no-repeat right; }
a.liftp { padding-right: 13px; background: url(images/link-icon_ftp.png) no-repeat right; }
a.limailto { padding-right: 18px; background: url(images/link-icon_mail.png) no-repeat right; }
a.lipdf { padding-right: 12px; background: url(images/link-icon_pdf.png) no-repeat right;  }
</pre>
<p>例：プラグイン配布元から。</p>
<li>『images.zip』を解凍し、wp-content/themes/使用中テーマ/images/にCSS定義に応じた画像を<br />
アップロードする</li>
<li>管理画面（Plugins（プラグイン））にて『Link Indication』を有効化。</li>
<li>オプションを設定する。</li>
</ol>
<p><br clear="all" /></p>
<h3>オプションの設定</h3>
<p>Settings&nbsp;&gt;&nbsp;Link&nbsp;Indication<br />
<strong>Blog URLs (your internal URLs)：</strong><br />
　内部リンクのドメイン指定。（自サイトのURLがデフォルトで入っている）</p>
<p><strong>CSS Class Attributes</strong><br />
      　<strong>External links:</strong> liexternal：外部リンクのクラス名<br />
      　<strong>FTP links:</strong> liftp：ftp://～ のクラス名<br />
      　<strong>mailto links:</strong> limailto：mailto:～ のクラス名<br />
      　<strong>Internal links:</strong> liinternal：内部リンクのクラス名</p>
<p><strong>Specific link types：</strong><br />
      　<strong>Type：</strong>URLまたはファイル<br />
      　<strong>Search string：</strong>検索させる文字列（ドメイン等を指定）<br />
      　<strong>CSS class：</strong>CSSクラス名</p>
<p><strong>Plugin’s Application</strong><br />
      　<strong>Do not apply the plugin to comments：</strong><br />
      　　コメントに適用させない場合にチェックを入れる。<br />
      　<strong>Apply this plugin to the entire blog incl.〜 ：</strong><br />
      　　記事のみだけでなく、ブログ全体に適用させる場合にチェックを入れる。</p>
<p><strong>Miscellaneous Options</strong><br />
      　<strong>Apply the class attributes also to images) ：</strong><br />
      　　アンカータグ内imgタグにも適用する場合にチェックを入れる。</p>
<p>　<strong>Apply target=&#8221;_blank&#8221;〜：</strong><br />
　　外部リンク等を別ウィンドウで開く場合にチェックを入れる。<br />
<br clear="all" /></p>
<h3>スクリーンショット</h3>
<p><a href="http://angeblanc.net/wp-content/uploads/2008/05/link-indication.jpg" rel="lightbox" title="Link Indication" class="liimagelink"><img src="http://angeblanc.net/wp-content/uploads/2008/05/link-indication.thumbnail.jpg" alt="Link Indication" width="100" height="100" class="attachment wp-att-103 alignleft" /></a><a href="http://angeblanc.net/wp-content/uploads/2008/05/link-indication1.jpg" rel="lightbox" title="Link Indication Option1" class="liimagelink"><img src="http://angeblanc.net/wp-content/uploads/2008/05/link-indication1.thumbnail.jpg" alt="Link Indication Option1" width="100" height="100" class="attachment wp-att-101 alignleft" /></a><a href="http://angeblanc.net/wp-content/uploads/2008/05/link-indication2.jpg" rel="lightbox" title="Link Indication Option2" class="liimagelink"><img src="http://angeblanc.net/wp-content/uploads/2008/05/link-indication2.thumbnail.jpg" alt="Link Indication Option2" width="100" height="100" class="attachment wp-att-102 alignleft" /></a></p>
<p><br clear="all" /></p>
<h3>動作確認環境</h3>
<p>WordPress 2.3.2 , 2.5 , 2.5.1, 2.6<br />
Plugin ver 3.2</p>
]]></content:encoded>
			<wfw:commentRss>http://angeblanc.net/2008/05/06/link-indication/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Links</title>
		<link>http://angeblanc.net/links/</link>
		<comments>http://angeblanc.net/links/#comments</comments>
		<pubDate>Thu, 11 Oct 2007 05:31:44 +0000</pubDate>
		<dc:creator>たちばな</dc:creator>
				<category><![CDATA[雑記]]></category>
		<category><![CDATA[リンク]]></category>

		<guid isPermaLink="false">http://angeblanc.net/links/</guid>
		<description><![CDATA[


Links

Ange*Blanc Flickr
Ange*Blanc Photo Gallery
つぶ焼き（仮）
ブクブクな日々
変デジ研究所






BlogPeople







]]></description>
			<content:encoded><![CDATA[<div class="link_list">
<ul style="list-style-type: none;">
<li id="linkcat-81" class="linkcat">
<h2>Links</h2>
<ul>
<li><a href="http://www.flickr.com/photos/angeblanc/" target="_blank" class="liflickr">Ange*Blanc Flickr</a></li>
<li><a href="http://photo.angeblanc.net/" target="_blank" class="liexternal">Ange*Blanc Photo Gallery</a></li>
<li><a href="http://petit.jugem.cc/" target="_blank" class="liexternal">つぶ焼き（仮）</a></li>
<li><a href="http://bukubukuna.exblog.jp/" target="_blank" class="liexternal">ブクブクな日々</a></li>
<li><a href="http://apple.mo-blog.jp/camera/" target="_blank" class="liexternal">変デジ研究所</a></li>
</ul>
</li>
</ul>
</div>
<p><br clear="all" /></p>
<div id="links">
<dl>BlogPeople
<dt></dt>
<dd>
<div class="bp" style="height: 200px;overflow: auto; "><script language="javascript" type="text/javascript" src="http://www.blogpeople.net/display/usr/0f0d425255501440.js"></script></div>
</dd>
</dl>
<p><br clear="all" /></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://angeblanc.net/links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
