Skip to content

Commit

Permalink
Handle all unileiden requests in one file
Browse files Browse the repository at this point in the history
- Create unileiden/.htaccess that catches all requests;
- Move README for LexiRumah into main unileiden README;
- Add link to info page about PURL service
  • Loading branch information
bencomp committed Oct 31, 2019
1 parent 73acdc1 commit fb6a059
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 28 deletions.
10 changes: 10 additions & 0 deletions unileiden/.htaccess
Original file line number Diff line number Diff line change
@@ -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]
29 changes: 26 additions & 3 deletions unileiden/README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,38 @@
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 <[email protected]>
* Laurents Sesink <[email protected]>

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) <[email protected]>
* Owen D. Edwards (Editor) <[email protected]>
* Marian Klamer (Editor) <[email protected]>
* Gereon Kaiping (Developer) <[email protected]>

GitHub Users and Organizations:
* https://github.com/bencomp
* https://github.com/lessersunda
* https://github.com/LeidenUniversityLibrary
* https://github.com/Anaphory
6 changes: 0 additions & 6 deletions unileiden/lexirumah/.htaccess

This file was deleted.

19 changes: 0 additions & 19 deletions unileiden/lexirumah/README.md

This file was deleted.

0 comments on commit fb6a059

Please sign in to comment.