trill_on_swish/commit
trill_on_swish v. 2.0
author | rzese |
---|---|
Fri Jul 15 12:19:33 2016 +0200 | |
committer | rzese |
Fri Jul 15 12:19:33 2016 +0200 | |
commit | 548de31b39b068258ec1e5efb4e17d9b9181ed5a |
tree | 078575a5d18fd272fcbc8487b15468df8363b57d |
parent | e9cdf8884b6869c54e1aa125322f2d9df4fe5255 |
Diff style: stat patch
Makefile | 46 ++ applications/trill_on_swish.pl | 101 ++ client/trill_on_swish-ask.sh | 86 + config-available/trill_on_swish.pl | 26 ++ examples/BRCA.owl | 2474 ++++++++++++++++++++ examples/DBPedia.owl | 1260 ++++++++++ examples/biopaxLevel3.owl | 3063 +++++++++++++++++++++++++ examples/examples.swinb | 16 ++ examples/index.json | 12 ++ examples/peoplePets.owl | 188 ++ examples/vicodi.owl | 1703 ++++++++++++++ lib/trill_on_swish/config.pl | 40 ++ lib/trill_on_swish/cp_authenticate.pl | 4 + lib/trill_on_swish/csv.pl | 110 + lib/trill_on_swish/examples.pl | 20 ++ lib/trill_on_swish/form.pl | 246 ++ lib/trill_on_swish/gitty.pl | 456 ++++ lib/trill_on_swish/help.pl | 6 ++ lib/trill_on_swish/highlight.pl | 222 ++ lib/trill_on_swish/include.pl | 63 ++ lib/trill_on_swish/logging.pl | 38 ++ lib/trill_on_swish/markdown.pl | 23 ++ lib/trill_on_swish/page.pl | 116 ++ lib/trill_on_swish/render.pl | 30 ++ lib/trill_on_swish/render/c3.pl | 105 ++ lib/trill_on_swish/render/graphviz.pl | 14 ++ lib/trill_on_swish/render/rdf.pl | 6 ++ lib/trill_on_swish/render/table.pl | 78 ++ lib/trill_on_swish/search.pl | 44 ++ lib/trill_on_swish/storage.pl | 54 ++ lib/trill_on_swish/template_hint.pl | 16 ++ lib/trill_on_swish/trace.pl | 74 ++ lib/trill_on_swish/translate_rdf.pl | 2947 ++++++++++++++++++++++++ lib/trill_on_swish/trill/bddem.so | Bin 919457 -> 0 bytes lib/trill_on_swish/trill/trill.pl | 2056 +++++++++++++++++ src | 2 ++ web/bower_components/codemirror/theme/neo.css | 43 + web/css/print.css | 399 ++++ web/css/trill_on_swish-min.css | 14 + web/css/trill_on_swish-min.css.gz | Bin 71836 -> 0 bytes web/help/about.html | 65 ++ web/help/background.html | 21 ++ web/help/beware.html | 22 ++ web/help/caveats.html | 8 ++ web/help/help.html | 483 ++++ web/help/notebook.html | 27 ++ web/help/runner.html | 11 ++ web/icons/favicon.ico | Bin 16958 -> 0 bytes web/js/require.js | 109 ++ web/js/trill_on_swish-min.js | 128 ++ web/js/trill_on_swish-min.js.gz | Bin 314699 -> 0 bytes 51 files changed, 1870 insertions(+), 15205 deletions(-)