-
-
Notifications
You must be signed in to change notification settings - Fork 56
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
Kiwix OPDS Feed Title #915
Comments
Thinking loud. The problem of kiwix-serve instance name/title is broader than just here. Welcome page title is a topic as well. I was thinking tha the problem shoykd be solved by a custom welcom page... but I wonder if we would still benefit of a --instanceTitle option? |
It could also be part of some library-wide metadata because in this context, the library is the instance. I can't recall the content of the discussion we had around categories/tags in Paris but I have the feeling it was somewhat connected. Are there already other static information you can think of that you'd see user wanting to customize? |
@rgaudin Your last remark makes sense if we consider at some point to replace the custom library xml by a proper OPDS feed, see kiwix/overview#59 |
@rgaudin At this stage, my opinion on this issue has slightly evolved:
|
It's better but not that much
Are you suggesting to close this as wontfix? |
Yes, not really worth the effort... but I mostly want to challenge your wish to have this natively. Somehow related to #976 too |
Not convinced! Title is part of the Atom spec and is required for a I'd prefer we keep this open forever as I believe we'll eventually need instance metadata but we can close as well since this is not happening in the foreseeable future. |
Kiwix OPDS feed's title is
All Entries
which makes sense in the context of theentries
endpoint within the API but when used as a Feed source (as advertise in the kiwix-serve viewer), it doesn't.An
All Entries
subscription is not a good name.Ii might be difficult to solve, especially given a meaningful name might not be generic, so maybe we assume that all syndication readers allow renaming and users would go through that extra step.
The text was updated successfully, but these errors were encountered: