# MySQL database parameters $DB_NAME = "UTasER"; $DB_HOST = "localhost"; $DB_USER= "eprintsADT"; $DB_PASS = "genADTdata"; # University Specific Code $UNI_CODE = 'TU'; # University Description Text $UNI_TEXT = 'University of Tasmania'; # E-print Archive Short Name $EPRINT_SHORT_NAME = "UTasER"; # Where the eprints archive is physically located $ARCHIVE_DIR = "/home/leven/eprints/archives/UTasER/html/en"; # Base Eprints URL $BASE_URL = "http://eprints.comp.utas.edu.au:81"; # ADT relative URL $ADT_URL = "/ADT"; # Where to store the ADT exported HTML files $ADT_DIR = $ARCHIVE_DIR . "/ADT"; # Starting URL for eprints attached documents $DOCS_URL = "http://eprints.comp.utas.edu.au:81/archive/"; # University copyright URL $COPY_URL = "http://www.utas.edu.au/copyright/copyright_disclaimers.html"; 1;