kiwix-lib 1.0.0 =============== * Correctly regenerate template resource using cttp2c at compilation time. * Suggestion use xapian database when available * Support multi-zim search in kiwix-lib (a search can now search on several embedded database in zims in the same time) * Fix some wording * Fix license issues * Add out argument to jni getContent* method to get the title of article in the same time we get the content * Rename `compile_resources.py` script to `kiwix-compile-resources` * Use static lib when building for android or in "static mode" * Make the ResourceNotFound exception public kiwix-lib 0.2.0 =============== * Generate the snippet from the article content if the snippet is not directly in the database. This provide better snippets as they now depending of the query. * Use the stopwords and the language stored in the fulltext index database to parse the user query. * Remove the indexer functionnality. * Move to C++11 standard. * Use the fulltext search of the zimlib. We still have the fulltext search code in kiwix-lib to be able to search in fulltext index by side of a zim file. (To be remove in the future) * Few API hanges * Change a lot of `Reader` methods to const methods. * Fix some crashes.