<?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>SukmoonLee Blog &#187; web editor</title>
	<atom:link href="http://blog.sukmoonlee.com/wordpress/archives/tag/web-editor/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.sukmoonlee.com/wordpress</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Thu, 20 Sep 2012 00:01:14 +0000</lastBuildDate>
	<language>ko-KR</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>CKEditor</title>
		<link>http://blog.sukmoonlee.com/wordpress/archives/197</link>
		<comments>http://blog.sukmoonlee.com/wordpress/archives/197#comments</comments>
		<pubDate>Tue, 28 Aug 2012 11:41:08 +0000</pubDate>
		<dc:creator>Sukmoon Lee</dc:creator>
				<category><![CDATA[Program]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[web editor]]></category>

		<guid isPermaLink="false">http://blog.sukmoonlee.com/wordpress/?p=197</guid>
		<description><![CDATA[웹페이지를 개발할때 간단한 글쓰기에서 HTML이 지원되는 에디터를 사용하기 위해서 찾은 오픈소스입니다. http://ckeditor.com/ 사용법도 아주 간단하며, PHP 모듈도 지원이 되어, 설치 후에 아래와 같이 PHP 코드를 추가해주면 됩니다. content라는 textarea name으로 된 부분을 HTML 에디터로 변경해줍니다. &#60;?php include $_SERVER&#91;&#34;DOCUMENT_ROOT&#34;&#93;.&#34;/ckeditor/ckeditor_php5.php&#34;; &#160; $CKEditor = new CKEditor&#40;&#41;; $CKEditor-&#62;basePath = '/ckeditor/'; $CKEditor-&#62;replace&#40;&#34;content&#34;&#41;; ?&#62;]]></description>
				<content:encoded><![CDATA[<p>웹페이지를 개발할때 간단한 글쓰기에서 HTML이 지원되는 에디터를 사용하기 위해서 찾은 오픈소스입니다.</p>
<p><a href="http://ckeditor.com/">http://ckeditor.com/</a></p>
<p>사용법도 아주 간단하며, PHP 모듈도 지원이 되어, 설치 후에 아래와 같이 PHP 코드를 추가해주면 됩니다.</p>
<p>content라는 textarea name으로 된 부분을 HTML 에디터로 변경해줍니다.</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="php" style="font-family:monospace;">    <span style="color: #000000; font-weight: bold;">&lt;?php</span>
    <span style="color: #b1b100;">include</span> <span style="color: #000088;">$_SERVER</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">&quot;DOCUMENT_ROOT&quot;</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">.</span><span style="color: #0000ff;">&quot;/ckeditor/ckeditor_php5.php&quot;</span><span style="color: #339933;">;</span>
&nbsp;
    <span style="color: #000088;">$CKEditor</span> <span style="color: #339933;">=</span> <span style="color: #000000; font-weight: bold;">new</span> CKEditor<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
    <span style="color: #000088;">$CKEditor</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">basePath</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'/ckeditor/'</span><span style="color: #339933;">;</span>
    <span style="color: #000088;">$CKEditor</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">replace</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;content&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
    <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://blog.sukmoonlee.com/wordpress/archives/197/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
