Dynamic metadata resolution and transformed identifiers
Cantor, Scott
cantor.2 at osu.edu
Sun Nov 2 13:37:07 EST 2014
On 11/2/14, 3:38 PM, "Tom Scavo" <trscavo at gmail.com> wrote:
>On Fri, Oct 31, 2014 at 6:29 PM, Cantor, Scott <cantor.2 at osu.edu> wrote:
>>
>> In practice, it takes not much more than a simple bash script to take a
>> URL-encoded entityID parameter in the URL and decode-then-hash it into
>>the
>> filename to return. I've done it, in fact.
>
>Would you mind posting that script here?
I don't have it anymore, I just threw one together years ago when I was
testing.
I have a cgi decoding script, and you'd just do $FORM_entityID | urldecode
| sha1sum basically.
-- Scott
More information about the dev
mailing list