Naive GRDDL Client in Bash

Source: http://inamidst.com/proj/grddl/grddler.sh

   grddler.sh - GRDDL Documents Naively
   Usage: ./grddler.sh uri > output.rdf
   Requires: bash, xsltproc, python

It's a shame about the use of __import__('urlparse').urljoin since I
was hoping I'd be able to do it using only bash and xsltproc. There
ought to be a standard open source library for handling URIs written
in C.

In any case, enjoy.

-- 
Sean B. Palmer, http://inamidst.com/sbp/

Received on Friday, 9 June 2006 10:41:11 UTC