last call status report

OK, I've got a LC status report working
  http://www.w3.org/2001/sw/DataAccess/lc-status-report.html

v1.6 shows we have
 14 open threads,
 8 threads pending confirmation that we've addressed them, and
 1 closed threads.

Hmm... it would be nice to track which ones have already
been forwarded to the WG for discussion. I have a way
of relating telcon actions to comment threads, but I
haven't used it yet. Oh... and it would be nice for this
report to show connections to WG issues.

Eric,

Here's how I build the last call status report.

1st, on homer, I do:

connolly@homer ../connolly[513] rsync -av
lists.w3.org:/home/lists/public-rdf-dawg-comments/archive/latest/
sparql-comments/

then, on my normal machine, I do:

connolly@dirk:~/w3ccvs/WWW/2001/sw/DataAccess$ make
lc-status-report.html
mkdir -p sparql-comments
echo copy from lists.w3.org manually first...
copy from lists.w3.org manually first...
rsync -av -e ssh connolly@homer.w3.org:sparql-comments/ sparql-comments/
receiving file list ... done

sent 20 bytes  received 5496 bytes  3677.33 bytes/sec
total size is 2013624  speedup is 365.05
PYTHONPATH=../../../2000/10/swap
python ../../../2000/04/maillog2rdf/aboutMsg.py --since 2005-07-21 --mh
sparql-comments >sparql-lc-comments-rsync.rdf
python ../../../2000/10/swap/cwm.py --chatty=15 lc-comment-rules.n3
sparql-lc-comments-rsync.rdf --think --data --n3 >lc-threads.n3
    Recieved Content-type: 'text/plain' for
file:/home/connolly/w3ccvs/WWW/2001/sw/DataAccess/lc-comment-rules.n3
    Given Content-type: 'text/rdf+n3' for
file:/home/connolly/w3ccvs/WWW/2001/sw/DataAccess/lc-comment-rules.n3
    Recieved Content-type: 'application/rdf+xml' for
file:/home/connolly/w3ccvs/WWW/2001/sw/DataAccess/sparql-lc-comments-rsync.rdf
      In order:[[R1], [R2*, R3*], [R5], [R4]]
      Grand total 51 facts found
   Begining output.
python ../../../2000/10/swap/cwm.py --chatty=15
lc-status-report-rules.n3 --n3 --think >lc-status-report-f.n3
    Recieved Content-type: 'text/plain' for
file:/home/connolly/w3ccvs/WWW/2001/sw/DataAccess/lc-status-report-rules.n3
    Given Content-type: 'text/rdf+n3' for
file:/home/connolly/w3ccvs/WWW/2001/sw/DataAccess/lc-status-report-rules.n3
      In order:[[R1], [R3], [R4], [R2], [R6], [R7], [R5]]
            Reading and parsing
file:/home/connolly/w3ccvs/WWW/2001/sw/DataAccess/lc-threads.n3
              Recieved Content-type: 'text/plain' for
file:/home/connolly/w3ccvs/WWW/2001/sw/DataAccess/lc-threads.n3
              Guessed ContentType:text/rdf+n3
                semantics: {674}
      Grand total 160 facts found
   Begining output.
python ../../../2000/10/swap/cwm.py lc-status-report-f.n3 --strings |
perl -pe 's/&/&/' >lc-status-report.html

-- 
Dan Connolly, W3C http://www.w3.org/People/Connolly/
D3C2 887B 0F92 6005 C541  0875 0F91 96DE 6E52 C29E

Received on Monday, 1 August 2005 17:26:49 UTC