<?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/"
	>

<channel>
	<title>fritz's blog</title>
	<atom:link href="http://blog.funspace.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.funspace.org</link>
	<description>firtz's blog version what?</description>
	<pubDate>Mon, 20 Oct 2008 04:29:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7-almost-beta</generator>
	<language>ko</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WordPress 2.3.2 관련 문서</title>
		<link>http://blog.funspace.org/2008/02/01/wordpress-232-%ea%b4%80%eb%a0%a8-%eb%ac%b8%ec%84%9c/</link>
		<comments>http://blog.funspace.org/2008/02/01/wordpress-232-%ea%b4%80%eb%a0%a8-%eb%ac%b8%ec%84%9c/#comments</comments>
		<pubDate>Fri, 01 Feb 2008 09:06:12 +0000</pubDate>
		<dc:creator>fritz</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<category><![CDATA[WordPress]]></category>

		<category><![CDATA[워드프레스설치]]></category>

		<guid isPermaLink="false">http://blog.funspace.org/2008/02/01/wordpress-232-%ea%b4%80%eb%a0%a8-%eb%ac%b8%ec%84%9c/</guid>
		<description><![CDATA[http://codex.wordpress.org/New_To_WordPress_-_Where_to_Start 에서 참고]]></description>
			<content:encoded><![CDATA[<p>wp2.0 설치에 관한 내용 쓸 예정 입니다.</p>
<h2>라이센스</h2>
<p>GPL</p>
<h2 id="4_%ec%84%a4%ec%b9%98%e_1">설치환경</h2>
<ul>
<li>PHP Version 4.2 이상 (WordPress Version 2.5 에서는 4.3 이상 필요)</li>
<li>MySQL Version 4.0 이상</li>
<li>Apache 환경에서 (Permalink 라고도 말하는) clean URI를 사용하려면 mod_rewrite 모듈 필요</li>
</ul>
<h2 id="4_%eb%8b%a4%ec%9a%b4%e_1">다운로드</h2>
<p><a title="WordPress Official Site" href="http://www.wordpress.org/" target="_blank">http://www.wordpress.org/</a></p>
<h2>설치순서</h2>
<ol>
<li>WordPress 패키지를 다운로드후 압축을 풉니다.</li>
<li>WordPress가 사용할 데이터베이스를 생성합니다. (데이터베이스 사용자는 해당 데이터베이스에 대한 모든 접근과 수정 권한을 가져야 합니다.)</li>
<li>wp-config-sample.php을 wp-config.php로 이름을 변경합니다.</li>
<li>wp-config.php 파일을 문서편집기로 열어 데이터베이스 정보를 변경합니다.
<pre name="code" class="php">
// ** MySQL settings ** //
define(&#039;DB_NAME&#039;, &#039;putyourdbnamehere&#039;);    // The name of the database
define(&#039;DB_USER&#039;, &#039;usernamehere&#039;);     // Your MySQL username
define(&#039;DB_PASSWORD&#039;, &#039;yourpasswordhere&#039;); // ...and password
define(&#039;DB_HOST&#039;, &#039;localhost&#039;);    // 99% chance you won&#039;t need to change this value
define(&#039;DB_CHARSET&#039;, &#039;utf8&#039;);
define(&#039;DB_COLLATE&#039;, &#039;&#039;);
</pre>
</li>
<li>WordPress 폴더를 원하는 위치로 옮깁니다.</li>
<li>웹브라우저로 wp-admin/install.php 경로의 설치 스크립트를 실행 합니다.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.funspace.org/2008/02/01/wordpress-232-%ea%b4%80%eb%a0%a8-%eb%ac%b8%ec%84%9c/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
