Project

dowl

0.01
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Generate simple HTML documentation for subset of RDFS/OWL
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0.9.5
>= 2.2.2
 Project Readme
A simple command-line tool for generating HTML documentation from RDFS/OWL schemas

INSTALLATION

dowl is available as a gem, so you can just do:

[sudo] gem install dowl

To install from a source simply do:

rake install

Both options 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 the second parameter is optional 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.