lambdamusic / Ontospy

Python library and command-line interface for inspecting and visualizing RDF models aka ontologies.
http://lambdamusic.github.io/Ontospy/
MIT License
221 stars 52 forks source link

fonts.googleapis.com cannot be reached from local file and causes slowness #58

Closed VladimirAlexiev closed 2 years ago

VladimirAlexiev commented 6 years ago

Opening https://rawgit.com/euBusinessGraph/eubg-data/master/ontology/index.html is fast. But if you download https://github.com/euBusinessGraph/eubg-data/tree/master/ontology and open index.html locally, it's very slow. I've tracked it down to this url:

I think you should open fonts.googleapis.com using explicit protocol (http or https).

Generated with

$ ontodocs -o ontology --theme readable model/ebg-ontology.ttl
OntoDocs v1.2 (OntoSpy v1.9)
------------
Please choose an output format for the ontology visualization: (q=quit)
2) Html: multi-page
lambdamusic commented 6 years ago

I think you are confusing things. Those documentation pages haven't been generated with ontodocs, but LODE.

VladimirAlexiev commented 6 years ago

@lambdamusic Sorry, I've now moved this to https://rawgit.com/euBusinessGraph/eubg-data/master/ontology-ontodocs/index.html and https://github.com/euBusinessGraph/eubg-data/tree/master/ontology-ontodocs. (Whereas at the other URL you can see an implementation of #16 for LODE)