Implement ZIM reader getTags() and getName()

This commit is contained in:
Kelson 2016-09-04 20:11:34 +02:00 committed by kelson42
parent 4b6ad3508a
commit 96f0fff54d

View File

@ -41,6 +41,8 @@ void show(kiwix::Library library) {
<< std::endl << "indexpath:\t" << itr->indexPath
<< std::endl << "url:\t\t" << itr->url
<< std::endl << "title:\t\t" << itr->title
<< std::endl << "name:\t\t" << itr->name
<< std::endl << "tags:\t\t" << itr->tags
<< std::endl << "description:\t" << itr->description
<< std::endl << "creator:\t" << itr->creator
<< std::endl << "date:\t\t" << itr->date