/[suikacvs]/markup/html/html5/spec-ja/make.pl
Suika

Diff of /markup/html/html5/spec-ja/make.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by wakaba, Sat Jun 28 06:13:12 2008 UTC revision 1.5 by wakaba, Thu Jul 3 06:13:03 2008 UTC
# Line 75  $source_text =~ s{(<(?>p(?>re)?|li|d[td] Line 75  $source_text =~ s{(<(?>p(?>re)?|li|d[td]
75          $v = $tag . q[<span class=ja-translation lang=ja>] .          $v = $tag . q[<span class=ja-translation lang=ja>] .
76              replace_pattern2 ($pattern{$pattern}, $1, $2, $3, $4, $5) .              replace_pattern2 ($pattern{$pattern}, $1, $2, $3, $4, $5) .
77              q[</span>];              q[</span>];
78            last;
79        }        }
80      }      }
81      $v;      $v;
# Line 91  $source_text =~ s{(<(?>link|img|script)\ Line 92  $source_text =~ s{(<(?>link|img|script)\
92    }    }
93  }ges;  }ges;
94    
95  $source_text =~ s{\[\[([A-Z]+):([^]]+)\]\]}  $source_text =~ s{\[\[([A-Z ]+):([^]]+)\]\]}
96  {<em class=rfc2119 title="$1">$2</em>}gs;  {<em class=rfc2119 title="$1">$2</em>}gs;
97    
98  #$source_text =~ s[<title>][<base href="http://www.whatwg.org/specs/web-apps/current-work/"><title>];  #$source_text =~ s[<title>][<base href="http://www.whatwg.org/specs/web-apps/current-work/"><title>];

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.5

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24