Difference between revisions of "Category Handling"
Jump to navigation
Jump to search
(New page: 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...) |
|||
(2 intermediate revisions by 2 users 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 | * namespace U contains the category text | ||
* namespace | * 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