/[suikacvs]/markup/html/whatpm/Whatpm/ContentChecker.pm
Suika

Diff of /markup/html/whatpm/Whatpm/ContentChecker.pm

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

revision 1.75 by wakaba, Fri Mar 21 09:44:57 2008 UTC revision 1.76 by wakaba, Sat Mar 22 03:07:06 2008 UTC
# Line 287  sub check_document ($$$;$) { Line 287  sub check_document ($$$;$) {
287    };    };
288    
289    $self->{must_level} = 'm';    $self->{must_level} = 'm';
290    $self->{fact_level} = 'f';    $self->{fact_level} = 'm';
291    $self->{should_level} = 's';    $self->{should_level} = 's';
292    $self->{good_level} = 'w';    $self->{good_level} = 'w';
293    $self->{info_level} = 'i';    $self->{info_level} = 'i';
# Line 400  sub check_element ($$$;$) { Line 400  sub check_element ($$$;$) {
400    };    };
401    
402    $self->{must_level} = 'm';    $self->{must_level} = 'm';
403    $self->{fact_level} = 'f';    $self->{fact_level} = 'm';
404    $self->{should_level} = 's';    $self->{should_level} = 's';
405    $self->{good_level} = 'w';    $self->{good_level} = 'w';
406    $self->{info_level} = 'i';    $self->{info_level} = 'i';
# Line 423  sub check_element ($$$;$) { Line 423  sub check_element ($$$;$) {
423    $self->{return} = {    $self->{return} = {
424      class => {},      class => {},
425      id => $self->{id}, table => [], term => $self->{term},      id => $self->{id}, table => [], term => $self->{term},
426        uri => {}, # URIs other than those in RDF triples
427                         ## TODO: xmlns="", SYSTEM "", atom:* src="", xml:base=""
428      rdf => [],      rdf => [],
429    };    };
430    

Legend:
Removed from v.1.75  
changed lines
  Added in v.1.76

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24