<?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>PHPプログラマのバリ・ポジ情報ブログ &#187; JavaScript</title>
	<atom:link href="http://blog.veryposi.info/tag/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.veryposi.info</link>
	<description>PHP,JavaScriptやサーバーの設定などのプログラミングに関する情報をバリ・ポジティブに発信しているプログラマのブログ、『バリ・ポジ』</description>
	<lastBuildDate>Thu, 10 May 2012 06:23:01 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>FCKEditorのプラグインGeshiProを改造</title>
		<link>http://blog.veryposi.info/programing/cms/wordpress/fckeditor-plugin-geshipro/</link>
		<comments>http://blog.veryposi.info/programing/cms/wordpress/fckeditor-plugin-geshipro/#comments</comments>
		<pubDate>Sun, 01 Feb 2009 20:37:36 +0000</pubDate>
		<dc:creator>gensan</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[fckeditor]]></category>
		<category><![CDATA[geshipro]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://blog.veryposi.info/?p=58</guid>
		<description><![CDATA[&#160; FCKEditorのプラグインGeghiProを改造しました。 行番号とソースコードをテーブル組みに変えてソースコードのみを選択コピーできるようにしました。 &#160; 例えば &#160; 1 2 3  [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p>FCKEditorのプラグインGeghiProを改造しました。</p>
<p>行番号とソースコードをテーブル組みに変えてソースコードのみを選択コピーできるようにしました。</p>
<p>&nbsp;</p>
<p>例えば</p>
<p>&nbsp;</p>
<div class="syntax">
<table>
<tbody>
<tr>
<td class="line_numbers">
<pre>
1
2
3
4
5
</pre>
</td>
<td class="code">
<pre class="html4strict"><span style="color: rgb(0, 153, 0);"><a href="http://december.com/html/4/element/div.html"><span style="color: rgb(0, 0, 0); font-weight: bold;">&lt;div</span></a> <span style="color: rgb(0, 0, 102);">style</span>=<span style="color: rgb(255, 0, 0);">&quot;width: 300px;&quot;</span><span style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span>
    <span style="color: rgb(0, 153, 0);"><a href="http://december.com/html/4/element/div.html"><span style="color: rgb(0, 0, 0); font-weight: bold;">&lt;div</span></a> <span style="color: rgb(0, 0, 102);">style</span>=<span style="color: rgb(255, 0, 0);">&quot;margin: 0px auto; width:20px; border:1px solid red;&quot;</span><span style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span>
        ○
    <span style="color: rgb(0, 153, 0);"><span style="color: rgb(0, 0, 0); font-weight: bold;">&lt;/div&gt;</span></span>
<span style="color: rgb(0, 153, 0);"><span style="color: rgb(0, 0, 0); font-weight: bold;">&lt;/div&gt;</span></span></pre>
</td>
</tr>
</tbody>
</table>
</div>
<p>&nbsp;</p>
<p>こんな感じです。</p>
<p>後は、スタイルシートでデザインすればOK！！</p>
<p>その他、行数を1以外からもはじめられるように修正しました。</p>
<p>&nbsp;</p>
<div class="syntax">
<table>
<tbody>
<tr>
<td class="line_numbers">
<pre>
100
101
102
103
104
</pre>
</td>
<td class="code">
<pre class="html4strict"><span style="color: rgb(0, 153, 0);"><a href="http://december.com/html/4/element/div.html"><span style="color: rgb(0, 0, 0); font-weight: bold;">&lt;div</span></a> <span style="color: rgb(0, 0, 102);">style</span>=<span style="color: rgb(255, 0, 0);">&quot;width: 300px;&quot;</span><span style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span>
    <span style="color: rgb(0, 153, 0);"><a href="http://december.com/html/4/element/div.html"><span style="color: rgb(0, 0, 0); font-weight: bold;">&lt;div</span></a> <span style="color: rgb(0, 0, 102);">style</span>=<span style="color: rgb(255, 0, 0);">&quot;margin: 0px auto; width:20px; border:1px solid red;&quot;</span><span style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span>
        ○
    <span style="color: rgb(0, 153, 0);"><span style="color: rgb(0, 0, 0); font-weight: bold;">&lt;/div&gt;</span></span>
<span style="color: rgb(0, 153, 0);"><span style="color: rgb(0, 0, 0); font-weight: bold;">&lt;/div&gt;</span></span></pre>
</td>
</tr>
</tbody>
</table>
</div>
<p>&nbsp;</p>
<p>こんな感じです。</p>
<p>よかったら使ってみてください<img src="http://blog.veryposi.info/wp-content/plugins/fckeditor-for-wordpress-plugin/smiles/typepad/happy01.gif" alt="" /></p>
<p>ダウンロードファイルは、「<a href="http://www.deanlee.cn/wordpress/fckeditor-for-wordpress-plugin/">Dean&rsquo;s FCKEditor for WordPress plugin</a>」というプラグインにGeshiProを同梱してあります。</p>
<p>インストール方法：</p>
<p><span id="more-58"></span></p>
<ol>
<li>以下のリンクからWordPressのプラグインの圧縮ファイルをダウンロードします。</li>
<li>ダウンロードした圧縮したダウンロードファイルを解凍します。</li>
<li>解凍してできたフォルダをWordPressのプラグインのフォルダにまるごとアップロードします（「wp-content\plugins」へアップロード)</li>
<li>WordPressの管理画面から「Dean&#8217;s FCKEditor For WordPress」のプラグインを有効にします。</li>
<li>これで完了です。</li>
</ol>
<p>あとは、新規作成ボタンを押下するとFCKEditorが立ち上がるので、</p>
<p><a href="http://blog.veryposi.info/wp-content/uploads/2009/02/geshipro.jpg" rel="lightbox[58]"><img height="88" width="300" class="aligncenter size-medium wp-image-60" title="geshipro" alt="geshipro" src="http://blog.veryposi.info/wp-content/uploads/2009/02/geshipro-300x88.jpg" /></a></p>
<p>このアイコンをクリックするとGeshiProの改造版が使用できます。</p>
<p>ダウンロードファイル：<a href="http://blog.veryposi.info/wp-content/uploads/2009/02/fckeditor-for-wordpress-plugin.zip">GeshiPro(改造版)</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.veryposi.info/programing/cms/wordpress/fckeditor-plugin-geshipro/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: blog.veryposi.info @ 2026-04-06 02:29:17 -->