-
-
Notifications
You must be signed in to change notification settings - Fork 113
Open
Description
The kiwix-desktop app's ATOM feed is a great tool, however currently it does not comply with standards.
Please check the URL: https://browse.library.kiwix.org/catalog/v2/entries
at:
Please note that the URL part has to be fully-qualified i.e.:
- instead of
<link rel="http://opds-spec.org/image/thumbnail"
href="/catalog/v2/illustration/001eb72b-e815-af2c-7225-f9ad60b5c891/?size=48"
<link type="text/html" href="/content/cest-pas-sorcier_fr_zapping-sauvage_2024-11" />
- there should be:
<link rel="http://opds-spec.org/image/thumbnail"
href="http://browse.library.kiwix.org/catalog/v2/illustration/001eb72b-e815-af2c-7225-f9ad60b5c891/?size=48"
<link type="text/html" href="http://browse.library.kiwix.org/content/cest-pas-sorcier_fr_zapping-sauvage_2024-11" />