Difference between revisions of "Category Handling"

From openZIM
Jump to navigation Jump to search
 
Line 4: Line 4:


* 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