OSDN Git Service

Japanese words => English
authorhenoheno <henoheno>
Sun, 11 Jun 2006 14:35:39 +0000 (23:35 +0900)
committerhenoheno <henoheno>
Sun, 11 Jun 2006 14:35:39 +0000 (23:35 +0900)
pukiwiki.ini.php

index 953fd52..5e68172 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 // PukiWiki - Yet another WikiWikiWeb clone
-// $Id: pukiwiki.ini.php,v 1.139 2006/06/03 11:32:18 henoheno Exp $
+// $Id: pukiwiki.ini.php,v 1.140 2006/06/11 14:35:39 henoheno Exp $
 // Copyright (C)
 //   2002-2006 PukiWiki Developers Team
 //   2001-2002 Originally written by yu-ji
@@ -250,8 +250,8 @@ $read_auth = 0;
 
 $read_auth_pages = array(
        // Regex                   Username
-       '#¤Ò¤­¤³¤â¤ë¤Û¤²#'      => 'hoge',
-       '#(¥Í¥¿¥Ð¥ì|¤Í¤¿¤Ð¤ì)#' => 'foo,bar,hoge',
+       '#HogeHoge#'            => 'hoge',
+       '#(NETABARE|NetaBare)#' => 'foo,bar,hoge',
 );
 
 /////////////////////////////////////////////////
@@ -260,9 +260,9 @@ $edit_auth = 0;
 
 $edit_auth_pages = array(
        // Regex                   Username
-       '#Bar¤Î¸ø³«Æüµ­#'       => 'bar',
-       '#¤Ò¤­¤³¤â¤ë¤Û¤²#'      => 'hoge',
-       '#(¥Í¥¿¥Ð¥ì|¤Í¤¿¤Ð¤ì)#' => 'foo,bar,hoge',
+       '#BarDiary#'            => 'bar',
+       '#HogeHoge#'            => 'hoge',
+       '#(NETABARE|NetaBare)#' => 'foo,bar,hoge',
 );
 
 /////////////////////////////////////////////////