<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>18889</bug_id>
          
          <creation_ts>2012-09-15 08:35:43 +0000</creation_ts>
          <short_desc>RequestWWW</short_desc>
          <delta_ts>2012-09-15 13:12:04 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebRTC Working Group</product>
          <component>WebRTC API</component>
          <version>unspecified</version>
          <rep_platform>SGI</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>INVALID</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>blocker</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Roger Mbiama Assogo">mbiama</reporter>
          <assigned_to name="Web RTC Working Group">public-webrtc</assigned_to>
          <cc>harald</cc>
    
    <cc>public-webrtc</cc>
          
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>73954</commentid>
    <comment_count>0</comment_count>
    <who name="Roger Mbiama Assogo">mbiama</who>
    <bug_when>2012-09-15 08:35:43 +0000</bug_when>
    <thetext>logprocess.pl -f /path/to/logprocess.conf
use W3C::LogValidator;
    my $logprocessor = W3C::LogValidator-&gt;new(&quot;angosso.net/www&quot;);
    $logprocessor-&gt;process;
my $logprocessor = W3C::LogValidator-&gt;new;
    $logprocessor-&gt;process;
%conf = (
    &quot;UseOutputModule&quot; =&gt; &quot;W3C::LogValidator::Output::Mail&quot;,
    &quot;ServerAdmin&quot; =&gt; &apos;admin@angosso.net&apos;,
    &quot;verbose&quot; =&gt; &quot;3&quot;
    );
  $processor =
W3C::LogValidator-&gt;new(&quot;/home/angosson/www/public_html/config.angosso&quot;,
\%conf);
%conf = (
    &quot;UseOutputModule&quot; =&gt; &quot;W3C::LogValidator::Output::HTML&quot;,
    &quot;OutputTo&quot; =&gt; &apos;/home/angosson/www/public_html/file.html&apos;,
    &quot;verbose&quot; =&gt; &quot;0&quot;
    );
  $processor =
W3C::LogValidator-&gt;new(&quot;/home/angosson/wwww/public_html/config.angosso&quot;,
\%conf);
Public bug-tracking w3c at http://www.angosso.net/Bugs/Public/
Clear Navigation      YES
#!/usr/bin/perl -w
use Test::More &apos;no_plan&apos;; use Data::Dumper; use
W3C::LogValidator::CSSValidator; #my $rooturl = &quot;http://www.example.com&quot;; my
$rooturl = &quot;http://search.cpan.org/&quot;; my $validator =
W3C::LogValidator::CSSValidator-&gt;new ({verbose =&gt; 1, rooturl =&gt; $rooturl,
AuthorizedExtensions =&gt; &quot;.html .xhtml .phtml .htm .shtml .php .svg .xml /
.cgi&quot;, }); $validator-&gt;uris($rooturl); my %results = $validator-&gt;process_list;
ok($validator-&gt;valid, &quot;CSS validation&quot;) or diag Dumper(\%results); __END__
Output is: perl /tmp/a.pl Now Using the CSS Validation module... Done! not ok 1
- CSS validation
# Failed test &apos;CSS validation&apos; # at /tmp/a.pl line 17. # $VAR1 = { # &apos;thead&apos; =&gt;
[ # &apos;Rank&apos;, # &apos;Hits&apos;, # &apos;#Error(s)&apos;, # &apos;Address&apos; # ], # &apos;trows&apos; =&gt; [], #
&apos;intro&apos; =&gt; &apos;Here are the most popular invalid document(s)
that I could find in the
# logs for .&apos;, # &apos;name&apos; =&gt; &apos;CSSValidator&apos;, # &apos;outro&apos; =&gt; &apos;I couldn\&apos;t find any
invalid document in this log.&apos; # };
1..1
# Looks like you failed 1 test of 1.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>73960</commentid>
    <comment_count>1</comment_count>
    <who name="Harald Alvestrand">harald</who>
    <bug_when>2012-09-15 13:12:04 +0000</bug_when>
    <thetext>Closing as invalid. Don&apos;t see any relevance to WebRTC.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>