#!/bin/awk -f
# process-biblio.awk
# Copyright (C) 2000, Seth David Schoen ";
print "This list is generated automatically by a script based on the current";
print "contents of my database. This is a list of books I have (in California);";
print "I have only entered about 50% of my library so far.";
print "I also have a separate list of books I would like";
print "to have. ";
print "Books with a known ISBN are linked to BookFinder.com, a powerful search engine";
print "created by my friend Anirvan Chatterjee";
print "and maintained by his company 13th Generation Media.";
print "I don't receive any commission or compensation for";
print "recommending books.";
print "These links are provided solely for your convenience";
print "in case you are interested in obtaining a copy of one of these";
print "titles. ";
print "I invite you to join me in boycotting Amazon.com. ";
print "Thanks to Erik Klavon for";
print "suggestions and advice. ";
print "This list was generated on ";
system("date +'%A, %B %d, %Y, at %H:%M.'");
print " ";
print "";
}
function footer(){
printf("
\n");
printf("