#1920: archive issue trackers

opened by njr2128

using Github's API, archive all issues


njr2128 commented:

simple recursive crawl of html: wget -r -np -k https://github.com/cu-mkp/m-k-manuscript-data/issues/


njr2128 commented:

Another tool for a similar strategy (just local harvest of site): http://www.httrack.com/


njr2128 commented:

from @tcatapano - another idea: use json output from the github rest api to serve as input to Jekyll to generate a static site - for example, each issue json record is converted to md document with associated metadata in the yaml header - should each comment in an issue be part of the md issue page or be its own page and linked to? ¯\_(ツ)_/¯