Difference between revisions of "Category Handling"

From openZIM
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...)
 
m (fixed namespace)
Line 3: Line 3:
ZIMlib handles the category text and article lists by using two [[Namespaces]].
ZIMlib handles the category text and article lists by using two [[Namespaces]].


* namespace X contains the category text
* namespace U contains the category text
* namespace Y contains the list of articles
* namespace V contains the list of articles

Revision as of 10:33, 22 February 2009

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