You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
6 months ago | |
---|---|---|
LICENSE | 6 months ago | |
README.md | 6 months ago | |
arp.php | 6 months ago | |
content_table.php | 6 months ago |
README.md
ARP
Summary
- Introduction
- Usage
- Configuring
- References
Introduction
ARP is an ARK resolver with basic funcionality (i.e. persistent identifier redirecting with basic versioning). The reason PHP was used is most web hosting providers will only accept PHP scripting.
Usage
Redirect any requests to ^ark:/?(.*)$
to arp.php?$1
Configuring
Edit content_table.php
to fit your needs. Each persistent identifier is defined by an array. Optionally you may also attribute versioning or other information.
References
"The N2T API and UI". Online access: https://n2t.net/e/n2t_apidoc.html.