Skip to content

Groovy program to convert the w3c tracker tool xml to a disposition of comments.

Notifications You must be signed in to change notification settings

marc1s/W3C-Tracker-to-DoC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This tool helps W3C spec writers produce a Disposition of Comments from a W3C Tracker.

Partial summary of steps:

1. Export the tracker data in XML format: If the tracker is at https://example.com/track/, export it as https://example.com/track/api/dump?full

2. Place the entire xml dump into file "ir.xml" in the current directory.

3. Adapt the settings in run.sh and W3C_Tracker_XML_DoC.groovy to match your spec.

4. Run run.sh. Upon success, you will see (on a mac, at least) the generated html file in your browser.

5. Iterate until satisfied.

6. Do the rest by hand.

About

Groovy program to convert the w3c tracker tool xml to a disposition of comments.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Groovy 94.6%
  • Shell 5.4%