Difference between revisions of "Tags"

Jump to navigation Jump to search
1 byte added ,  14:25, 15 August 2019
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 that 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