tar xvf package.tar %ls Makefile comment_collector.c form_builder check_query comment_collector.html grep.c check_query.c config.h package.tar comment_collector db.prints perform_query -=-=-=-= edit "form_builder" change "db.prints" to the path and filename of the database (the prints database in this case) The line
=========== Change as before. Move "comment_collector.html" to wherever you put the FORM prints_form.html -=-=-=-=-=- If all went well, repeat the above procedure for the architecture database, this time you'll have to do more editing. "form_builder" will need a complete facelift, and config.h will need to be told the field names, the max number of fields and most important, the output format. To change the output format, you'll need to know a little about C/awk/perl formatting using %s. Hopefully, the existing format description will guide you in this process.