libkiwix/src/server
Veloman Yunkan 958067d94d Backend translates the search results page
Now the search results page is presented by the backend in the language
controlled by the value of the `userlang` URL query parameter (or, if
the latter is missing, the value of the `Accept-Language:` HTTP header).

Note that the front-end doesn't yet take advantage of this
functionality.
2024-02-01 18:27:54 +04:00
..
byte_range.cpp Include missing `algorithm` header. 2020-06-10 15:27:51 +02:00
byte_range.h Fixed a comment 2020-05-26 14:04:18 +04:00
etag.cpp Decoupling ETags from the server id 2022-10-19 19:21:28 +04:00
etag.h Decoupling ETags from the server id 2022-10-19 19:21:28 +04:00
i18n.cpp Unmustached i18n::Parameters 2024-01-10 00:26:13 +04:00
i18n.h Lazy translation during error response generation 2024-01-10 00:26:13 +04:00
internalServer.cpp Backend translates the search results page 2024-02-01 18:27:54 +04:00
internalServer.h Passing only root location instead of the entire server 2023-11-29 21:32:16 +04:00
internalServer_catalog.cpp Dropped root from HTTPErrorResponse & friends 2023-11-29 21:32:16 +04:00
microhttpd_wrapper.h Moved microhttpd_wrapper.h under server/ 2024-01-09 20:20:51 +04:00
request_context.cpp Decoupled RequestContext from MHD_Connection 2024-01-09 20:44:44 +04:00
request_context.h Decoupled RequestContext from MHD_Connection 2024-01-09 20:44:44 +04:00
response.cpp Fix against a malicious "</script>" in KIWIX_RESPONSE_DATA 2024-01-29 10:53:36 +01:00
response.h All kiwix-serve errors are now frontend-translatable 2024-01-29 10:53:36 +01:00