deepinthecode.com
Using Ruby to Get All Links from a Sitemap XML File - Deep in the Code
I was looking at the cached pages on the Wayback Machine and decided to find out if that site had an API. (It does.) I wanted to find a way to use this API to submit links to the Wayback Machine database. As it turns out, a Ruby gem called WaybackArchiver has already been written … Continue reading "Using Ruby to Get All Links from a Sitemap XML File"
David Young