diff --git a/unileiden/.htaccess b/unileiden/.htaccess new file mode 100644 index 000000000..335c6fd28 --- /dev/null +++ b/unileiden/.htaccess @@ -0,0 +1,10 @@ +Header set Access-Control-Allow-Origin * +Options +FollowSymLinks +RewriteEngine on + +# Redirect LexiRumah requests +RewriteRule ^lexirumah(/.*)?$ https://lexirumah.model-ling.eu/lexirumah$1 [L,R=307,NC] + +# Redirect to the Centre for Digital Scholarship +# page on permanent URLs by default +RewriteRule ^(.*)$ https://lab.library.universiteitleiden.nl/purl/ [L,R=307,NC] \ No newline at end of file diff --git a/unileiden/README.md b/unileiden/README.md index 2718a314b..7dbff5e7f 100644 --- a/unileiden/README.md +++ b/unileiden/README.md @@ -1,11 +1,14 @@ -UniLeiden -========= +# UniLeiden -Datasets maintained by the Leiden University Centre for Digital Scholarship +Persistent URIs for Leiden University. +Currently maintained by the Leiden University Libraries' Centre for Digital Scholarship. Homepage: * https://www.library.universiteitleiden.nl/research-and-publishing/centre-for-digital-scholarship +Information about this service: +* https://lab.library.universiteitleiden.nl/purl/ + Contacts: * Ben Companjen * Laurents Sesink @@ -13,3 +16,23 @@ Contacts: GitHub Users and Organizations: * https://github.com/bencomp * https://github.com/LeidenUniversityLibrary + + +## LexiRumah + +An online database containing lexical data for languages of Eastern Indonesian and Timor-Leste. + +Dataset: +* https://doi.org/10.5281/zenodo.1164782 + +Contacts: +* Ben Companjen (Maintainer) +* Owen D. Edwards (Editor) +* Marian Klamer (Editor) +* Gereon Kaiping (Developer) + +GitHub Users and Organizations: +* https://github.com/bencomp +* https://github.com/lessersunda +* https://github.com/LeidenUniversityLibrary +* https://github.com/Anaphory \ No newline at end of file diff --git a/unileiden/lexirumah/.htaccess b/unileiden/lexirumah/.htaccess deleted file mode 100644 index 1a928f89c..000000000 --- a/unileiden/lexirumah/.htaccess +++ /dev/null @@ -1,6 +0,0 @@ -Header set Access-Control-Allow-Origin * -Header set Access-Control-Allow-Headers DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified$ -Options +FollowSymLinks -RewriteEngine on -RewriteRule ^unileiden/lexirumah/(.*)$ https://lexirumah.model-ling.eu/lexirumah/$1 [L,R=307,NC] - diff --git a/unileiden/lexirumah/README.md b/unileiden/lexirumah/README.md deleted file mode 100644 index 7fb57a676..000000000 --- a/unileiden/lexirumah/README.md +++ /dev/null @@ -1,19 +0,0 @@ -LexiRumah -========= - -An online database containing lexical data for languages of Eastern Indonesian and Timor-Leste. - -Dataset: -* https://doi.org/10.5281/zenodo.1164782 - -Contacts: -* Ben Companjen (Maintainer) -* Owen D. Edwards (Editor) -* Marian Klamer (Editor) -* Gereon Kaiping (Developer) - -GitHub Users and Organizations: -* https://github.com/bencomp -* https://github.com/lessersunda -* https://github.com/LeidenUniversityLibrary -* https://github.com/Anaphory