Paul Bramscher wrote a PURL (Persistent URL) system for dspace. This is a set of php scripts
that map a PURL to legacy URLs. These scripts form an API that can be accessed through HTTP calls. There are three locations where these scripts can be found:
On strip1 (production)
ls -1 /dspace/purl/
db_connect.php
db_connect.php~
get.php
index.phtml
phptest.php
purl.css
purl.php
purl.php~
purl.sql
verbform.phtml
verbs.php
verbs.php~
Two locations on odin
/var/www/purl/verbs.php
/var/www/purl/db_connect.php
/var/www/purl/purl.php
/var/www/purl/verbs.php~
/var/www/purl/db_connect.php~
/var/www/purl/purl.php~
/var/www/purl/phptest.php
/var/www/purl/get.php
/var/www/purl_test/verbs.php
/var/www/purl_test/db_connect.php
/var/www/purl_test/purl.php
/var/www/purl_test/verbs.php~
/var/www/purl_test/db_connect.php~
/var/www/purl_test/purl.php~
/var/www/purl_test/phptest.php
/var/www/purl_test/get.php