<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,7 +1,9 @@
 # &#47924;&#49884;&#54624; &#54056;&#53556;(&#51221;&#44508;&#54364;&#54788;&#49885;)&#51012; &#51060;&#44275;&#50640; &#45208;&#50676;&#54616;&#49464;&#50836;.
-# &#45236;&#48512;&#51201;&#51004;&#47196; PHP&#51032; eregi() &#54632;&#49688;&#47484; &#49324;&#50857;&#54633;&#45768;&#45796;.
+# &#45236;&#48512;&#51201;&#51004;&#47196; PHP&#51032; preg_match() &#54632;&#49688;&#47484; &#49324;&#50857;&#54633;&#45768;&#45796;.
 # ignore-patterns/$id		$id &#44172;&#49884;&#54032;&#50640;&#49436;&#51032; &#47924;&#49884; &#47785;&#47197;
 # ignore-patterns/__all__	(&#51060; &#54028;&#51068;.) &#47784;&#46304; &#44172;&#49884;&#54032;&#50640;&#49436;&#51032; &#47924;&#49884; &#47785;&#47197;
-&#51221;&#47568;.*?&#48127;&#44256;.*?100&#47564;&#50896;.*?&#48716;&#47140;
-&#47924;&#47308;.*?&#54868;&#49345;.*?(&#52292;|&#52311;)&#54021;
-&#54868;&#49345;.*?(&#52292;|&#52311;)&#54021;.*&#47924;&#47308;
+{&#51221;&#47568;.*?&#48127;&#44256;.*?100&#47564;&#50896;.*?&#48716;&#47140;}msu
+{&#47924;&#47308;.*?&#54868;&#49345;.*?(&#52292;|&#52311;)&#54021;}msu
+{&#54868;&#49345;.*?(&#52292;|&#52311;)&#54021;.*&#47924;&#47308;}msu
+{&#54256;.*?&#51064;&#51613;.*?&#50630;&#51020;}msu
+|&#45432;&#47784;&#54021;|msu
\ No newline at end of file</diff>
      <filename>ignore-patterns/__all__</filename>
    </modified>
    <modified>
      <diff>@@ -1,2 +1,3 @@
 # image-proxy.php&#192;&#199; &#185;&#204;&#183;&#175;&#184;&#181; URL&#192;&#187; &#192;&#204;&#176;&#247;&#191;&#161; &#179;&#170;&#191;&#173;&#199;&#207;&#188;&#188;&#191;&#228;. (&#199;&#209;&#193;&#217;&#191;&#161; &#199;&#207;&#179;&#170;&#190;&#191;.)
 # &#191;&#236;&#185;&#176;&#193;&#164;(#)&#192;&#218;&#183;&#206; &#189;&#195;&#192;&#219;&#199;&#207;&#180;&#194; &#193;&#217;&#192;&#186; &#185;&#171;&#189;&#195;&#181;&#203;&#180;&#207;&#180;&#217;.
+http://ystown.info/dc_image_proxy/image-proxy.php</diff>
      <filename>image-proxies</filename>
    </modified>
    <modified>
      <diff>@@ -64,8 +64,8 @@ function isIgnored($article) {
 	global $ignorePatterns;
 
 	foreach($ignorePatterns as $pattern) {
-		if(eregi($pattern, $article-&gt;subject) or
-			eregi($pattern, $article-&gt;content)) {
+		if(@preg_match($pattern, $article-&gt;subject) or
+			@preg_match($pattern, $article-&gt;content)) {
 			return true;
 		}
 	}</diff>
      <filename>index.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f02169d81fda6f3ea8c9a55000da69d6a2343e90</id>
    </parent>
  </parents>
  <author>
    <name>Hong, MinHee</name>
    <email>minhee@dahlia.kr</email>
  </author>
  <url>http://github.com/dahlia/dc-feed/commit/ff4648a2df4187932282d9ed40724921b2c2472a</url>
  <id>ff4648a2df4187932282d9ed40724921b2c2472a</id>
  <committed-date>2007-08-24T18:20:43-07:00</committed-date>
  <authored-date>2007-08-24T18:20:43-07:00</authored-date>
  <message> * improved ignore-patterns
   * added one more default ignore-patterns
   * made use preg_match</message>
  <tree>0d62b00d0cd094c6597590bac169b2fb30104425</tree>
  <committer>
    <name>Hong, MinHee</name>
    <email>minhee@dahlia.kr</email>
  </committer>
</commit>
