mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
Introduced /content endpoint
Book content is now served under /content/book/... The old access to book content via a top-level URL /book/... is so far preserved for backward compatibility. Redirects were changed to use the new URL scheme. Links in the search results still use the old scheme.
This commit is contained in:
@ -2,4 +2,5 @@
|
||||
/ text/html ./test/welcome.html
|
||||
/skin/index.css application/json ./test/helloworld.txt
|
||||
/zimfile/A/Ray_Charles ray/charles ./test/welcome.html
|
||||
/content/zimfile/A/Ray_Charles charles/ray ./test/welcome.html
|
||||
/search text/html ./test/helloworld.txt
|
||||
|
Reference in New Issue
Block a user