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
The index.html convention is pretty well established, and implemented in Solid Servers (well NSS and CSS) ...in that if you access a folder, including the root of pod, like https://solidos.solidcommunity.net/ , then it seems logical that when the folder browser in SolidOS is browsing such a URI which ends in /, when it notices that there is an index.html file, it should show that HTMNL file to the user, maybe next to or as an alternative to (tabs? drawer? drawer for thelist of files) the list of folder contents.
The text was updated successfully, but these errors were encountered:
index.html is a configurable delivery for requests for URIs ending in / in apache, nginx, and other HTTP servers. I believe Solid servers should learn from these examples.
I'm not sure how or whether this is what this issue is about, but using solidcommunity.net with Node Solid Server 5.7.4 (mashlib 1.8.5), when the folder browser in SolidOS is browsing to a container with index.html it shows up as a dokieli pane with label 'view'.
Presumably it's from the following line, but I can't see where the relevant type inference would have come from.
The index.html convention is pretty well established, and implemented in Solid Servers (well NSS and CSS) ...in that if you access a folder, including the root of pod, like https://solidos.solidcommunity.net/ , then it seems logical that when the folder browser in SolidOS is browsing such a URI which ends in /, when it notices that there is an index.html file, it should show that HTMNL file to the user, maybe next to or as an alternative to (tabs? drawer? drawer for thelist of files) the list of folder contents.
The text was updated successfully, but these errors were encountered: