libkiwix/static
Veloman Yunkan ae56d399b7 Explained why search_result.html needs inline CSS
In #727 inline CSS [was extracted](e4a4b2f961)
from `static/templates/no_search_result.html` into a separate stylesheet
resource. The purpose was to later

1. get rid of the custom `static/templates/no_search_result.html` error
   template and use a general purpose error template instead (this was
   accomplished by PR #744).

2. deduplicate the CSS code between `static/templates/no_search_result.html` and
   `static/templates/search_result.html` by making the latter to also refer to
   an internal CSS resource rather than containing inline stylesheet code.

While preparing to implement the 2nd point, I figured out that
`kiwix::SearchRenderer` is used as a component in `kiwix-desktop` too,
which probably would be upset by a link to a libkiwix's internal CSS resource.

This commit documents that finding.
2022-05-18 12:45:47 +04:00
..
i18n Localisation updates from https://translatewiki.net. 2022-05-11 16:11:17 +02:00
skin Floor the value returned by viewPortToCount() 2022-05-15 08:02:32 +05:30
templates Explained why search_result.html needs inline CSS 2022-05-18 12:45:47 +04:00
catalog_v2_searchdescription.xml /catalog/v2/searchdescription.xml 2021-06-08 20:37:00 +04:00
generate_i18n_resources_list.py Add a script to generate the i18n resource list automatically. 2022-05-16 14:27:48 +02:00
i18n_resources_list.txt Update i18n_resources_list.txt using generate_i18n_resources_list.py 2022-05-16 14:27:48 +02:00
meson.build Do not auto discover i18n files. 2022-05-16 14:27:37 +02: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 Applied cache-id to search_results.css 2022-05-02 20:37:22 +04:00