You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For RAM and CPU constrained environments and some hosting scenarios with unchanging data it would be great to pregenerate the HTML pages to serve them with a simple HTML server. Is this supported or could it be easily implemented in lodview? Or is it better to just crawl it and download it using for example wget? I can help with the implementation either in Java or as a Dockerfile.
The text was updated successfully, but these errors were encountered:
Using for example wget http://localhost:1234/ontology --mirror -p --convert-links does not work correctly, as the page is not initialized on download. @dvcama: Is it possible to configure LodView so that it doesn't use JavaScript anymore to load data after the page has been served, but instead serve the complete page at once so that it works without JavaScript?
For RAM and CPU constrained environments and some hosting scenarios with unchanging data it would be great to pregenerate the HTML pages to serve them with a simple HTML server. Is this supported or could it be easily implemented in lodview? Or is it better to just crawl it and download it using for example wget? I can help with the implementation either in Java or as a Dockerfile.
The text was updated successfully, but these errors were encountered: