-
-
Notifications
You must be signed in to change notification settings - Fork 447
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
Enhancement: The current "Online" ZIM list always downloaded #1144
Comments
We have meanwhile an OPDS end-point https://wiki.kiwix.org/wiki/OPDS. This should be used instead of the XML file. |
Relates to #57 |
Although since the OPDS backend is ready (#57 (comment)) we could implement it on the app. |
I was thinking, for this solution:
Since the library.xml file is essentially flat, we can just stream the XML file rather than downloading it fully. We can parse on the go and display the result. |
is a duplicate of #683
is new, as far as I know. I am not aware of the approach in this situation @kelson42 @mhutti1 . For now, a caching system can be implemented very easily that would only download the library when the date at http://download.kiwix.org/library/library.xml is newer than the currently downloaded version. |
I would not invest any more energy on this as using our OPDS backend in place of the |
Checklist for requesting a feature:
Is your feature request related to a problem? Please describe.
Both these combined lead to a long wait time, high data usage and unnecessary server load.
Describe the solution you'd like
Describe alternatives you've considered
The text was updated successfully, but these errors were encountered: