OSDN Git Service

Moved face images from face/ to image/face. default.ini.php shows bracketted alt...
authorhenoheno <henoheno>
Wed, 28 Jul 2004 11:38:48 +0000 (20:38 +0900)
committerhenoheno <henoheno>
Wed, 28 Jul 2004 11:38:48 +0000 (20:38 +0900)
default.ini.php
image/face/bigsmile.png [moved from face/bigsmile.png with 100% similarity]
image/face/heart.png [moved from face/heart.png with 100% similarity]
image/face/huh.png [moved from face/huh.png with 100% similarity]
image/face/index.html [moved from face/index.html with 100% similarity]
image/face/oh.png [moved from face/oh.png with 100% similarity]
image/face/sad.png [moved from face/sad.png with 100% similarity]
image/face/smile.png [moved from face/smile.png with 100% similarity]
image/face/wink.png [moved from face/wink.png with 100% similarity]
image/face/worried.png [moved from face/worried.png with 100% similarity]

index ac04acf..b24908e 100644 (file)
@@ -2,7 +2,7 @@
 /////////////////////////////////////////////////
 // PukiWiki - Yet another WikiWikiWeb clone.
 //
-// $Id: default.ini.php,v 1.9 2004/07/24 08:04:23 henoheno Exp $
+// $Id: default.ini.php,v 1.10 2004/07/28 11:38:48 henoheno Exp $
 //
 // PukiWiki setting file (user agent:default)
 
@@ -107,32 +107,32 @@ $line_rules = array(
 
 $facemark_rules = array(
        // Face marks
-       '\s(\:\))'      => ' <img alt="$1" src="./face/smile.png" />',
-       '\s(\:D)'       => ' <img alt="$1" src="./face/bigsmile.png" />',
-       '\s(\:p)'       => ' <img alt="$1" src="./face/huh.png" />',
-       '\s(\:d)'       => ' <img alt="$1" src="./face/huh.png" />',
-       '\s(XD)'        => ' <img alt="$1" src="./face/oh.png" />',
-       '\s(X\()'       => ' <img alt="$1" src="./face/oh.png" />',
-       '\s(;\))'       => ' <img alt="$1" src="./face/wink.png" />',
-       '\s(;\()'       => ' <img alt="$1" src="./face/sad.png" />',
-       '\s(\:\()'      => ' <img alt="$1" src="./face/sad.png" />',
-       '&amp;(smile);' => ' <img alt="$1" src="./face/smile.png" />',
-       '&amp;(bigsmile);'=> ' <img alt="$1" src="./face/bigsmile.png" />',
-       '&amp;(huh);'   => ' <img alt="$1" src="./face/huh.png" />',
-       '&amp;(oh);'    => ' <img alt="$1" src="./face/oh.png" />',
-       '&amp;(wink);'  => ' <img alt="$1" src="./face/wink.png" />',
-       '&amp;(sad);'   => ' <img alt="$1" src="./face/sad.png" />',
-       '&amp;(heart);' => ' <img alt="$1" src="./face/heart.png" />',
-       '&amp;(worried);'=>' <img alt="$1" src="./face/worried.png" />',
+       '\s(\:\))'      => ' <img alt="$1" src="image/face/smile.png" />',
+       '\s(\:D)'       => ' <img alt="$1" src="image/face/bigsmile.png" />',
+       '\s(\:p)'       => ' <img alt="$1" src="image/face/huh.png" />',
+       '\s(\:d)'       => ' <img alt="$1" src="image/face/huh.png" />',
+       '\s(XD)'        => ' <img alt="$1" src="image/face/oh.png" />',
+       '\s(X\()'       => ' <img alt="$1" src="image/face/oh.png" />',
+       '\s(;\))'       => ' <img alt="$1" src="image/face/wink.png" />',
+       '\s(;\()'       => ' <img alt="$1" src="image/face/sad.png" />',
+       '\s(\:\()'      => ' <img alt="$1" src="image/face/sad.png" />',
+       '&amp;(smile);' => ' <img alt="[$1]" src="image/face/smile.png" />',
+       '&amp;(bigsmile);'=> ' <img alt="[$1]" src="image/face/bigsmile.png" />',
+       '&amp;(huh);'   => ' <img alt="[$1]" src="image/face/huh.png" />',
+       '&amp;(oh);'    => ' <img alt="[$1]" src="image/face/oh.png" />',
+       '&amp;(wink);'  => ' <img alt="[$1]" src="image/face/wink.png" />',
+       '&amp;(sad);'   => ' <img alt="[$1]" src="image/face/sad.png" />',
+       '&amp;(heart);' => ' <img alt="[$1]" src="image/face/heart.png" />',
+       '&amp;(worried);'=>' <img alt="[$1]" src="image/face/worried.png" />',
 
        // Face marks, Japanese style
-       '\s(\(\^\^\))'  => ' <img alt="$1" src="./face/smile.png" />',
-       '\s(\(\^-\^)'   => ' <img alt="$1" src="./face/bigsmile.png" />',
-       '\s(\(\.\.;)'   => ' <img alt="$1" src="./face/oh.png" />',
-       '\s(\(\^_-\))'  => ' <img alt="$1" src="./face/wink.png" />',
-       '\s(\(--;)'     => ' <img alt="$1" src="./face/sad.png" />',
-       '\s(\(\^\^;)'   => ' <img alt="$1" src="./face/worried.png" />',
-       '\s(\(\^\^;\))' => ' <img alt="$1" src="./face/worried.png" />',
+       '\s(\(\^\^\))'  => ' <img alt="$1" src="image/face/smile.png" />',
+       '\s(\(\^-\^)'   => ' <img alt="$1" src="image/face/bigsmile.png" />',
+       '\s(\(\.\.;)'   => ' <img alt="$1" src="image/face/oh.png" />',
+       '\s(\(\^_-\))'  => ' <img alt="$1" src="image/face/wink.png" />',
+       '\s(\(--;)'     => ' <img alt="$1" src="image/face/sad.png" />',
+       '\s(\(\^\^;)'   => ' <img alt="$1" src="image/face/worried.png" />',
+       '\s(\(\^\^;\))' => ' <img alt="$1" src="image/face/worried.png" />',
 
        // Push buttons, 0-9 and sharp (Compatibility with cell phones)
        '&amp;(pb1);'   => '[1]',
similarity index 100%
rename from face/bigsmile.png
rename to image/face/bigsmile.png
similarity index 100%
rename from face/heart.png
rename to image/face/heart.png
similarity index 100%
rename from face/huh.png
rename to image/face/huh.png
similarity index 100%
rename from face/index.html
rename to image/face/index.html
similarity index 100%
rename from face/oh.png
rename to image/face/oh.png
similarity index 100%
rename from face/sad.png
rename to image/face/sad.png
similarity index 100%
rename from face/smile.png
rename to image/face/smile.png
similarity index 100%
rename from face/wink.png
rename to image/face/wink.png
similarity index 100%
rename from face/worried.png
rename to image/face/worried.png