Changed name to Scratchy.
[scratchy.git] / scratchy.scm
similarity index 98%
rename from burrower.scm
rename to scratchy.scm
index ed5e98f..df538b4 100644 (file)
@@ -1,4 +1,4 @@
-;;; Burrower gopher server
+;;; Scratchy gopher server
 ;;
 ;; Requires Chicken 5.0.0.
 ;;
 ;;
 ;; Requires Chicken 5.0.0.
 ;;
 
 ;;; Global constants
 
 
 ;;; Global constants
 
-(define burrower-version "1.0.0")
+(define scratchy-version "1.0.0")
 
 
-(define burrower-footer
+(define scratchy-footer
   (conc "\n"
         "--------------------------------------------------\n"
   (conc "\n"
         "--------------------------------------------------\n"
-        "This gopher hole was dug using Burrower v" burrower-version ".\n"
+        "This gopher hole was dug using Scratchy v" scratchy-version ".\n"
         "Powered by Chicken Scheme!"))
 
 (define gopher-index-filename "index")
         "Powered by Chicken Scheme!"))
 
 (define gopher-index-filename "index")
                           (serve-info-records (read-line)))
                       (loop (peek-char)))))))
           (if (config-display-footer config)
                           (serve-info-records (read-line)))
                       (loop (peek-char)))))))
           (if (config-display-footer config)
-              (serve-info-records burrower-footer))
+              (serve-info-records scratchy-footer))
           (print ".\r"))
         (error "No legal index file not found."))))
   
           (print ".\r"))
         (error "No legal index file not found."))))