<?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>AppleNote &#187; 블로그관리</title>
	<atom:link href="http://www.applenote.net/category/maintenance/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.applenote.net</link>
	<description>Let&#039;s swim to the Moon. Let&#039;s climb through the Tide.</description>
	<lastBuildDate>Thu, 08 Sep 2011 08:48:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>LaTeX</title>
		<link>http://www.applenote.net/2011/latex/</link>
		<comments>http://www.applenote.net/2011/latex/#comments</comments>
		<pubDate>Thu, 08 Sep 2011 01:48:14 +0000</pubDate>
		<dc:creator>applenote</dc:creator>
				<category><![CDATA[블로그관리]]></category>

		<guid isPermaLink="false">http://www.applenote.net/?p=72</guid>
		<description><![CDATA[Latex 연습]]></description>
			<content:encoded><![CDATA[<p>Latex 연습</p>
<p><img src='http://s0.wp.com/latex.php?latex=%5CLaTeX&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;LaTeX' title='&#92;LaTeX' class='latex' /></p>
<p><img src='http://s0.wp.com/latex.php?latex=i%5Chbar%5Cfrac%7B%5Cpartial%7D%7B%5Cpartial+t%7D%5Cleft%7C%5CPsi%28t%29%5Cright%3E%3DH%5Cleft%7C%5CPsi%28t%29%5Cright%3E&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='i&#92;hbar&#92;frac{&#92;partial}{&#92;partial t}&#92;left|&#92;Psi(t)&#92;right&gt;=H&#92;left|&#92;Psi(t)&#92;right&gt;' title='i&#92;hbar&#92;frac{&#92;partial}{&#92;partial t}&#92;left|&#92;Psi(t)&#92;right&gt;=H&#92;left|&#92;Psi(t)&#92;right&gt;' class='latex' /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.applenote.net/2011/latex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>스타일시트 CSS 수정 및 .htaccess 파일 생성</title>
		<link>http://www.applenote.net/2010/%ec%8a%a4%ed%83%80%ec%9d%bc%ec%8b%9c%ed%8a%b8-css-%ec%88%98%ec%a0%95/</link>
		<comments>http://www.applenote.net/2010/%ec%8a%a4%ed%83%80%ec%9d%bc%ec%8b%9c%ed%8a%b8-css-%ec%88%98%ec%a0%95/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 07:26:00 +0000</pubDate>
		<dc:creator>applenote</dc:creator>
				<category><![CDATA[블로그관리]]></category>

		<guid isPermaLink="false">http://applenote.net/?p=46</guid>
		<description><![CDATA[1. ThatVistaBlog 테마 줄간격 line-height 수정 수정할 파일 : wp-content/themes/ThatVistaBlog/blueXL body { font:80% Trebuchet MS, sans-serif; color:#333; line-height:1.25 em; } 위 코드에서 &#8220;line-height:1.25 em&#8221; 를 &#8220;line-height:160 %&#8221;로 수정. 2. htaccess 파일 생성 서치 프랜들리 주소 search friendly url 을 위해 다음과 같은 내용의 .htaccess 을 루트 디렉토리에 만듬. RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [...]]]></description>
			<content:encoded><![CDATA[<p>1. ThatVistaBlog 테마 줄간격 line-height 수정<br />
수정할 파일 : wp-content/themes/ThatVistaBlog/blueXL</p>
<p><code>body { font:80% Trebuchet MS, sans-serif; color:#333; line-height:1.25 em; }</code></p>
<p>위 코드에서 &#8220;line-height:1.25 em&#8221; 를 &#8220;line-height:160 %&#8221;로 수정.</p>
<p>2. htaccess 파일 생성</p>
<p>서치 프랜들리 주소 search friendly url 을 위해 다음과 같은 내용의 .htaccess 을 루트 디렉토리에 만듬.<br />
<code><IfModule mod_rewrite.c><br />
RewriteEngine On<br />
RewriteBase /<br />
RewriteRule ^index\.php$ - [L]<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . /index.php [L]<br />
</IfModule></code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.applenote.net/2010/%ec%8a%a4%ed%83%80%ec%9d%bc%ec%8b%9c%ed%8a%b8-css-%ec%88%98%ec%a0%95/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML5 and Flash Video Player 플러그인 설치</title>
		<link>http://www.applenote.net/2010/html5-video-%ed%94%8c%eb%9f%ac%ea%b7%b8%ec%9d%b8-%ec%84%a4%ec%b9%98/</link>
		<comments>http://www.applenote.net/2010/html5-video-%ed%94%8c%eb%9f%ac%ea%b7%b8%ec%9d%b8-%ec%84%a4%ec%b9%98/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 05:39:14 +0000</pubDate>
		<dc:creator>applenote</dc:creator>
				<category><![CDATA[블로그관리]]></category>

		<guid isPermaLink="false">http://applenote.net/?p=31</guid>
		<description><![CDATA[HTML5 and Flash Video Player 플러그인 설치 사용법 : videoplayer file=&#8221;파일경로&#8221; 를 [... /]사이에 넣으면 됨.]]></description>
			<content:encoded><![CDATA[<p>HTML5 and Flash Video Player 플러그인 설치</p>
<p>사용법 : videoplayer file=&#8221;파일경로&#8221; 를 [... /]사이에 넣으면 됨.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.applenote.net/2010/html5-video-%ed%94%8c%eb%9f%ac%ea%b7%b8%ec%9d%b8-%ec%84%a4%ec%b9%98/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gallery 플러그인 설치</title>
		<link>http://www.applenote.net/2010/gallery-%ed%94%8c%eb%9f%ac%ea%b7%b8%ec%9d%b8-%ec%84%a4%ec%b9%98/</link>
		<comments>http://www.applenote.net/2010/gallery-%ed%94%8c%eb%9f%ac%ea%b7%b8%ec%9d%b8-%ec%84%a4%ec%b9%98/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 13:48:45 +0000</pubDate>
		<dc:creator>applenote</dc:creator>
				<category><![CDATA[블로그관리]]></category>

		<guid isPermaLink="false">http://applenote.net/?p=25</guid>
		<description><![CDATA[Gallery 플러그인 설치. 설정 > 옵션 : 에서 다음과 같이 설정 1. 기본 갤러리 gallery 경로 설정 : wp-content/gallery/ 2. 이미지 로테이터 image rotator 설치경로 설정 : &#8220;http://applenote.net/wp-content/upload/ 3. 계속 추가 예정]]></description>
			<content:encoded><![CDATA[<p>Gallery 플러그인 설치.</p>
<p>설정 > 옵션 : 에서 다음과 같이 설정</p>
<p>1. 기본 갤러리 gallery 경로 설정 : wp-content/gallery/<br />
2. 이미지 로테이터 image rotator 설치경로 설정 : &#8220;http://applenote.net/wp-content/upload/</p>
<p>3. 계속 추가 예정</p>
]]></content:encoded>
			<wfw:commentRss>http://www.applenote.net/2010/gallery-%ed%94%8c%eb%9f%ac%ea%b7%b8%ec%9d%b8-%ec%84%a4%ec%b9%98/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://www.applenote.net/2010/hello-world/</link>
		<comments>http://www.applenote.net/2010/hello-world/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 01:35:03 +0000</pubDate>
		<dc:creator>applenote</dc:creator>
				<category><![CDATA[블로그관리]]></category>

		<guid isPermaLink="false">http://www.applenote.net/?p=1</guid>
		<description><![CDATA[Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!]]></description>
			<content:encoded><![CDATA[<p>Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.applenote.net/2010/hello-world/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

