Difference between revisions of "Tags"

Jump to navigation Jump to search
6 bytes added ,  15:08, 5 December 2019
no edit summary
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Tags are text slugs stored in the <code>Tags</code> Article of the [[Metadata]] namespace of a ZIM file.
Tags are text slugs stored in the <code>Tags</code> Article of the [[Metadata|"M" namespace]] of a ZIM file.


A ZIM file can have zero, one or many Tags.
A ZIM file can have zero, one or many Tags.
Line 24: Line 24:
Common private tags used by [https://github.com/kiwix/kiwix-lib/ kiwix] Publishers:
Common private tags used by [https://github.com/kiwix/kiwix-lib/ kiwix] Publishers:


* <code>_ftindex:<no|yes></code>: indicates that the ZIM file includes a full-text index.
* <code>_ftindex:<no|yes></code>: indicates wheter the ZIM file includes a full-text index.
* <code>_pictures:<no|yes></code>: indicates whether the ZIM file includes pictures.
* <code>_pictures:<no|yes></code>: indicates whether the ZIM file includes pictures.
* <code>_videos:<no|yes></code>: indicates whether the ZIM file includes videos.
* <code>_videos:<no|yes></code>: indicates whether the ZIM file includes videos.
* <code>_details:<no|yes></code>: indicates whether the ZIM file includes detailed content.
* <code>_details:<no|yes></code>: indicates whether the ZIM file includes detailed content.
* <code>_category:<xxx></code>: indicates that the ZIM file could be categorized as <code>xxx</code>. ZIM readers don't have to follow this convention. Kiwix readers don't even use the <code>_category</code> Tag in readers but uses it to inform its separate filtering mechanism.
* <code>_category:<xxx></code>: indicates that the ZIM file could be categorized as <code>xxx</code>. ZIM readers don't have to follow this convention. Kiwix readers don't even use the <code>_category</code> Tag in readers but uses it to inform its separate filtering mechanism.

Navigation menu