This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env ruby -w | |
# This script checks if a given GeoCities page has been saved by the Archive | |
# Team. Its goal is to reduce duplication of effort by only grabbing new pages. | |
# | |
# Input: plaintext list of URLs to check | |
# Output: plaintext list of URLs not in the cache | |
# | |
# MIT license, stilist, 02009 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 6ba25f0fe838a06cc5ff29b93b8a2759ca82bdd7 Mon Sep 17 00:00:00 2001 | |
From: stilist <[email protected]> | |
Date: Thu, 8 Jan 2009 23:19:31 -0500 | |
Subject: [PATCH] test | |
--- | |
goof.css | 4 ++++ | |
1 files changed, 4 insertions(+), 0 deletions(-) | |
create mode 100644 goof.css |
NewerOlder