/[suikacvs]/markup/html/html5/spec-ja/words.cgi
Suika

Diff of /markup/html/html5/spec-ja/words.cgi

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

revision 1.1 by wakaba, Thu Jul 24 13:17:16 2008 UTC revision 1.2 by wakaba, Sun Oct 26 10:18:34 2008 UTC
# Line 45  if ($ENV{REQUEST_METHOD} eq 'POST') { Line 45  if ($ENV{REQUEST_METHOD} eq 'POST') {
45          map {s/%%+/%/; s/\s+/ /; $_}          map {s/%%+/%/; s/\s+/ /; $_}
46          ($param->{en}, $param->{ja}, $param->{suffix}, $param->{note});          ($param->{en}, $param->{ja}, $param->{suffix}, $param->{note});
47      print $map_file "\n";      print $map_file "\n";
48        close $map_file;
49    
50        require 'common.pl';
51        system_ ('cvs', 'commit', -m => 'by remote user', $map_file_name);
52    
53      print q[Status: 202 Appended      print q[Status: 202 Appended
54  Content-Type: text/html ; charset = us-ascii  Content-Type: text/html ; charset = us-ascii
55    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24