<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[TNF : Tatter Network Foundation forum - 데이터 복원할 때 슬로건이 바뀌는 문제]]></title>
	<link rel="self" href="http://forum.tattersite.com/ko/extern.php?action=feed&amp;tid=1419&amp;type=atom"/>
	<updated>2006-08-24T04:52:51Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.tattersite.com/ko/viewtopic.php?id=1419</id>
		<entry>
			<title type="html"><![CDATA[RSS 답글: 데이터 복원할 때 슬로건이 바뀌는 문제]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=8179#p8179"/>
			<content type="html"><![CDATA[<div class="quotebox"><cite>inureyes 작성:</cite><blockquote><p>crizin님께 전달하도록 하겠습니다^^</p></blockquote></div><p>고맙습니다. <img src="http://forum.tattersite.com/ko/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></content>
			<author>
				<name><![CDATA[화성]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=463</uri>
			</author>
			<updated>2006-08-24T04:52:51Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=8179#p8179</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: 데이터 복원할 때 슬로건이 바뀌는 문제]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=8175#p8175"/>
			<content type="html"><![CDATA[<div class="quotebox"><cite>화성 작성:</cite><blockquote><p>윈도우즈에 RPM을 깔아놓고 실험(개발)용으로 쓰는데요. 티스토리의 블로그에서 데이터를 백업해서 복원하면 글 주소(퍼머링크)가 바뀌더군요.</p><p>Tattertools.Data.Post.php에 있는 validateSlogan 함수의 코드가 다음과 같던데요.<br /></p><div class="codebox"><pre><code>return preg_match(&#039;/^[^!-\/:-@[-`{-~\s]+$/&#039;, $slogan);</code></pre></div><p>아래와 같이 바꾸는 게 낫지 않을까요?<br /></p><div class="codebox"><pre><code>return !preg_match(&#039;|[!-,.-/:-@[-`{-~\s]|&#039;, $slogan);</code></pre></div><p>제가 봤을 때 글 주소에 허용하는 문자는 한글, 영문자, 숫자, 그리고 &#039;-&#039; 인데요. 이 걸 잘못된 문자로 인식하네요.<br />제가 잘못 알고 있는 게 있다면 얘기해 주시기 바랍니다.</p></blockquote></div><p>crizin님께 전달하도록 하겠습니다^^</p>]]></content>
			<author>
				<name><![CDATA[inureyes]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=2</uri>
			</author>
			<updated>2006-08-24T04:47:10Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=8175#p8175</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[데이터 복원할 때 슬로건이 바뀌는 문제]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=8153#p8153"/>
			<content type="html"><![CDATA[<p>윈도우즈에 RPM을 깔아놓고 실험(개발)용으로 쓰는데요. 티스토리의 블로그에서 데이터를 백업해서 복원하면 글 주소(퍼머링크)가 바뀌더군요.</p><p>Tattertools.Data.Post.php에 있는 validateSlogan 함수의 코드가 다음과 같던데요.<br /></p><div class="codebox"><pre><code>return preg_match(&#039;/^[^!-\/:-@[-`{-~\s]+$/&#039;, $slogan);</code></pre></div><p>아래와 같이 바꾸는 게 낫지 않을까요?<br /></p><div class="codebox"><pre><code>return !preg_match(&#039;|[!-,.-/:-@[-`{-~\s]|&#039;, $slogan);</code></pre></div><p>제가 봤을 때 글 주소에 허용하는 문자는 한글, 영문자, 숫자, 그리고 &#039;-&#039; 인데요. 이 걸 잘못된 문자로 인식하네요.<br />제가 잘못 알고 있는 게 있다면 얘기해 주시기 바랍니다.</p>]]></content>
			<author>
				<name><![CDATA[화성]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=463</uri>
			</author>
			<updated>2006-08-23T13:55:09Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=8153#p8153</id>
		</entry>
</feed>
