Data source
The data was provided by /u/periscallop in this comment, and is available for download on Pastebin.
Steps for building
- Download the raw list of links, either from Pastebin (see above) or from https://jwlss.pw/roo/roos.dot.
- Run cat roos.dat | tr -d $'\r' | sed s/\ /-\>/g | sed "s/.*/&;/g" > roos.dot to transform the links into something dot can understand.
- Open roos.dot in a text editor. Prepend the line digraph roos {, and append the line }.
- Run touch roos.svg.
- Run dot -Tsvg roos.dot -o roos.svg to generate a SVG graph. This takes a few minutes.
End result
You can see the end result here as a SVG file, and here as a PNG file.