rhdunn / cainteoir-engine

The Cainteoir Text-to-Speech core engine
http://reecedunn.co.uk/cainteoir/
GNU General Public License v3.0
43 stars 8 forks source link

Make the metadata extractor accept rdfa-website test runner style arguments #52

Open rhdunn opened 11 years ago

rhdunn commented 11 years ago

At the moment, the metadata application cannot be used directly as a runner for the rdfa-website test suite (via the bin/run-suite command). This is due to two reasons:

  1. The reader API does not accept URIs (see issue #51).
  2. The metadata command does not accept the command-line options used by the bin/run-suite script.

To work around this, the tests/rdfa-test-harness script has been created. This should not be needed as the metadata command-line tool should recognise these arguments (or ignore them if they are not relevant).

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/1026772-make-the-metadata-extractor-accept-rdfa-website-test-runner-style-arguments?utm_campaign=plugin&utm_content=tracker%2F254961&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F254961&utm_medium=issues&utm_source=github).