Sha256: e829ba9d01c7ff129fbe64d6b39fc2bdb5fd25f7932c36a79a2d5128786f738c

Contents?: true

Size: 865 Bytes

Versions: 1

Compression:

Stored size: 865 Bytes

Contents

A simple command-line tool for generating HTML documentation from RDFS/OWL schemas

INSTALLATION

Once you have the code checked out simple do:

rake install

To install the dowl gem. This will give you a new command-line application called dowl.

The application takes two parameters. The first parameter is the location of the schema file to parse (currently in Turtle only) the second parameter is option and is the location of an ERB file that contains the template for output. A default template is provided and can be customized for specific purposes.

The script sends its output to STDOUT so just pipe it into a file.

E.g:

dowl examples/example.ttl >/tmp/example.html

The script will automatically include the contents of introduction.html, if found in the same directory as the schema, into the documentation. This file should contain an HTML fragment.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dowl-0.2 README