libkiwix/static
Veloman Yunkan 846404e959 Proper HTML encoding/decoding of tags in the frontend
- Tags in the OPDS feed are HTML encoded and must be decoded.

- Tag values must be HTML encoded when injected into the DOM:

  * When the injection is done by setting the innerHTML attribute of a
    DOM element, HTML encoding must be done explicitly (since that text
    is going to be parsed as HTML).

  * When the tag value is expanded into a string that is then set as an
    attribute of a DOM element via the setAttribute() method, no HTML
    encoding must be done (since Element.setAttribute() directly sets
    that value and no HTML decoding is involved in that operation).
2024-09-04 18:43:24 +04:00
..
skin Proper HTML encoding/decoding of tags in the frontend 2024-09-04 18:43:24 +04:00
templates Add accesskey to Kiwix Server multiple search inputs 2024-05-11 11:23:27 +02:00
catalog_v2_searchdescription.xml /catalog/v2/searchdescription.xml 2021-06-08 20:37:00 +04:00
ft_opensearchdescription.xml Add searchdescription.xml endpoint 2022-06-03 15:46:41 +02:00
generate_i18n_resources_list.py Added translation counts to skin/languages.js 2024-01-31 17:52:56 +04:00
i18n_resources_list.txt Registered i18n resources for new languages 2024-05-27 17:41:29 +04:00
meson.build Don't use `check` keyword argument on old meson. 2023-02-08 15:19:59 +01:00
navigation_feed.tmpl Introduce the server functionality in the kiwix-lib. 2019-08-11 11:30:43 +02:00
opensearchdescription.xml Root url is normalized once in the constructor 2021-06-08 20:37:00 +04:00
resources_list.txt Enter polyfills.js 2024-02-15 16:03:29 +01:00
viewer.html Add accesskey to Kiwix Server home button 2024-05-11 11:23:27 +02:00