#!/usr/bin/perl # This is a CGI script to get the version data on the database and server. # It is to be installed at /web/herald/htdocs/heraldry/OandA/data_copyright.cgi on atensubmissions.nexiliscom.com. # Set URL for this script. $cgi_url = '/cgi-bin/heraldry/OandA/data_copyright.cgi'; # Set title for form. $form_title = 'SCA Database Copyright'; require '/web/herald/cgi-bin/heraldry/OandA/common.pl'; &print_header (); &connect_to_data_server (); print S 'c'; print S 'EOF'; &get_matches (); print '
'; &print_messages (); &print_trailer (); # end of /web/herald/htdocs/heraldry/OandA/data_copyright.cgi