/[pub]/test/html-webhacc/cc.cgi
Suika

Diff of /test/html-webhacc/cc.cgi

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

revision 1.62 by wakaba, Thu Aug 14 15:50:42 2008 UTC revision 1.69 by wakaba, Thu Dec 11 03:22:56 2008 UTC
# Line 1  Line 1 
1  #!/usr/bin/perl  #!/usr/bin/perl
2    # -d:DProf
3  use strict;  use strict;
4    
5  use lib qw[/home/httpd/html/www/markup/html/whatpm  use lib qw[/home/httpd/html/www/markup/html/whatpm
6             /home/wakaba/work/manakai2/lib];             /home/wakaba/work/manakai2/lib
7               /home/httpd/html/regexp/lib
8              ];
9  use CGI::Carp qw[fatalsToBrowser];  use CGI::Carp qw[fatalsToBrowser];
10    
11    require WebHACC::Input;    require WebHACC::Input;
# Line 69  sub check_and_print ($$$) { Line 72  sub check_and_print ($$$) {
72      ## NOTE: This is an error of the implementation.      ## NOTE: This is an error of the implementation.
73      $result->layer_uncertain ('transfer');      $result->layer_uncertain ('transfer');
74      $result->generate_result_section;      $result->generate_result_section;
75    
76        $out->input ($original_input);
77      return;      return;
78    }    }
79    
80    my $checker_class = {    my $checker_class = {
81      'text/cache-manifest' => 'WebHACC::Language::CacheManifest',      'text/cache-manifest' => 'WebHACC::Language::CacheManifest',
82      'text/css' => 'WebHACC::Language::CSS',      'text/css' => 'WebHACC::Language::CSS',
83        'text/x-css-inline' => 'WebHACC::Language::CSSInline',
84      'text/html' => 'WebHACC::Language::HTML',      'text/html' => 'WebHACC::Language::HTML',
85        'text/x-h2h' => 'WebHACC::Language::H2H',
86        'text/x-regexp-js' => 'WebHACC::Language::RegExpJS',
87      'text/x-webidl' => 'WebHACC::Language::WebIDL',      'text/x-webidl' => 'WebHACC::Language::WebIDL',
88    
89      'text/xml' => 'WebHACC::Language::XML',      'text/xml' => 'WebHACC::Language::XML',

Legend:
Removed from v.1.62  
changed lines
  Added in v.1.69

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24