-
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No URL to access directly a content #54
Comments
As much as I'm happy that you eventually changed your opinion on this, the ticket is a slightly incorrect: There are unique URLs for each content:
Currently, content files are not considered front-article and thus not returned by suggestion/search/random. We can fix this in different ways:
|
@rgaudin Thx for the clarification... but it makes the problem harder to fix! I don't feel I have a mature idea about how it should look like, but I have the intuition that each entry (both multifile and monofile) deserve a dedicated URL (a page, or an overlay... but not a direct access). The reason behind is that all the metadata can not (and should not) always be displayed on the welcome page. This URL/page would then be what is indexed for random/suggestions. That said we can still keep a way to open documents directly... |
Then I suggest we discuss a general redesign of the tool because the whole nautilus UI is the home page. I think it deserves it and I think it's the appropriate time as well (because of the WebUI project). |
Let's please not forget "classic" (spec-compliant) access to the ZIM's contents via the listings in |
Thank you @Jaifroid ; I've closed that other ticket so we don't split the same discussion on two tickets. You are rightfully differentiating You seem to advocate (I might have misunderstood) putting every file in One question being the user experience of putting everything in the listing: most of nautilus is files that can be anything. Those are the considerations that I believe staled the discussion. |
I originally opened #42 in response to v0 Nautilus ZIMs not having anything other than
The important thing, IMHO, is that the dirEntries that are considered loadable resources (which might be the same as what you call Regarding the useability issues you raise, I think the random button should just access the content in the same way as if a user had clicked on an entry on the home page if possible -- yes, it might not be possible without further coding for videos given that their entries open as a JS application in Nautilus ZIMs, but clients that can't run JS from the ZIM would prefer to be able to download the content than put it in a player that won't run. An alternative is for the reader software to show a dialogue box if random has served non-HTML content. It could simply ask "Do you want to download this file"? The user then has a chance to cancel. But this is a matter for the reader software. |
I agree with all that ; hence my question above. Just to be clear, the only leverage we have at scraper level is to set the Currently, setting this triggers it to appear in Random and Suggestion so yeah, we have to make decisions for reasons that are out of bounds: anticipate how the reader will react and decide accordingly. Semantically, all nautilus files could be considered |
It seems the solution approach chosen (from #73) is:
… which indeed would solve all the problems reported at first :) |
There is no way to access directly a content. A limitation which has a few direct consequences like:
I would propose to improve Nautilus so we get a unique URL corresponding to this (visualize a content):
Once this is done, secure the all the points listed above are implemented properly
The text was updated successfully, but these errors were encountered: