Hi,
cool discussion as I was about to create a system information section in my sitemap. In fact I already did but it consists of placeholders only so far.
I planned on pulling many information by the system binding but I also wanted to be able to see logfiles through the ios app when being away from home. (Would be nice if the messages could be even filtered for errors/warnings only ...)
I am not a developer but I wonder if it would't be a lot simpler to enhance the webview widget to not only display difficult stuff like pictures, videos and special formatted stuff but simple (local!) textfiles?
Digging deeper into the issue, I discovered its possible already.
https://192.168.x.xxx:8443/static/log.log directly shows the logfile since its a simple, plain text file. (copied there manually)
Testing the webview widget: not working since it seems that jetty is not handling symlinks by default. A copied file works though. (well, webview items still cannot part of items but sitemaps only but thats something different. - I dont want logfiles on my start page)
Jetty Alias serving:
http://wiki.eclipse.org/Jetty/Howto/How_to_serve_symbolically_linked_filesI really would prefer to be able to use a standard function than to add code snippets here and there (and even in different languages) for additional comfort.
-> is there a reason not being able to display sym links ? Or is it just a standard setting whick lacked of a reason for changing it ?
-> How could a filter display warn / error messages only ?