Difference between revisions of "Category Handling"
Jump to navigation
Jump to search
m (fixed namespace) |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
Categories are articles with an optional category text and a list of articles have been added to the category. | Categories are articles with an optional category text and a list of articles have been added to the category. | ||
ZIMlib handles the category text and article lists by using two [[Namespaces]]. | ZIMlib handles the category text and article lists by using two [[ZIM File Format#Namespaces|Namespaces]]. | ||
* namespace U contains the category text | * namespace U contains the category text | ||
* namespace V contains the list of articles | * namespace V contains the list of articles per category | ||
* namespace W contains the list of categories per article |
Latest revision as of 16:16, 17 October 2010
Categories are articles with an optional category text and a list of articles have been added to the category.
ZIMlib handles the category text and article lists by using two Namespaces.
- namespace U contains the category text
- namespace V contains the list of articles per category
- namespace W contains the list of categories per article