mirror of
https://github.com/kiwix/libkiwix.git
synced 2026-01-26 15:18:17 -05:00
The HumanReadableId can contains special char (`&`/`=`/...) As it is used as to create a url in the opds template, we must url encode it. - We don't need to encode the book id as it is a uuid, it never contains special char. - We don't need to encode the book url as it is read from the library and the url must already be correctly encoded in the library.xml. (tests modified accordingly)
53 lines
1.8 KiB
XML
53 lines
1.8 KiB
XML
<library version="1.0">
|
||
<book
|
||
id="raycharles"
|
||
path="./zimfile.zim"
|
||
url="https://github.com/kiwix/libkiwix/raw/master/test/data/zimfile.zim"
|
||
title="Ray Charles"
|
||
description="Wikipedia articles about Ray Charles"
|
||
language="eng"
|
||
creator="Wikipedia"
|
||
publisher="Kiwix"
|
||
date="2020-03-31"
|
||
name="wikipedia_en_ray_charles"
|
||
tags="unittest;wikipedia;_category:wikipedia;_pictures:no;_videos:no;_details:no;_ftindex:yes"
|
||
articleCount="284"
|
||
mediaCount="2"
|
||
size="556"
|
||
faviconMimeType="image/png"
|
||
favicon="SOME DATA"
|
||
></book>
|
||
<book
|
||
id="raycharles_uncategorized"
|
||
path="./zimfile.zim"
|
||
url="https://github.com/kiwix/libkiwix/raw/master/test/data/zimfile.zim"
|
||
title="Ray (uncategorized) Charles"
|
||
description="No category is assigned to this library entry."
|
||
language="rus"
|
||
creator="Wikipedia"
|
||
publisher="Kiwix"
|
||
date="2020-03-31"
|
||
name="wikipedia_ru_ray_charles"
|
||
tags="unittest;wikipedia;_pictures:no;_videos:no;_details:no"
|
||
articleCount="284"
|
||
mediaCount="2"
|
||
size="123"
|
||
></book>
|
||
<book
|
||
id="charlesray"
|
||
path="./zimfile&other.zim"
|
||
url="https://github.com/kiwix/libkiwix/raw/master/test/data/zimfile%26other.zim"
|
||
title="Charles, Ray"
|
||
description="Wikipedia articles about Ray Charles"
|
||
language="fra"
|
||
creator="Wikipedia"
|
||
publisher="Kiwix"
|
||
date="2020-03-31"
|
||
name="wikipedia_fr_ray_charles"
|
||
tags="unittest;wikipedia;_category:jazz;_pictures:no;_videos:no;_details:no;_ftindex:yes"
|
||
articleCount="284"
|
||
mediaCount="2"
|
||
size="556"
|
||
></book>
|
||
</library>
|