8,242
edits
Line 1: | Line 1: | ||
The ''' | The '''content manager''' or ''library'' is a software solution responsible to deal with available content offline&online. This is a c++ class which deals with one or many XML library files. In the library, there are books, which are for example ZIM files. Each book may have a lot of details about the ZIM file like title, number of page, size, infos about how to download it, corresponding index paht, etc. | ||
In the library, there are books, which are for example ZIM files. Each book may have a lot of details about the ZIM file like title, number of page, size, infos about how to download it, corresponding index paht, etc. | |||
== Use cases == | == Use cases == | ||
Line 16: | Line 14: | ||
By running the local instance, this should work like a local instance only scenario. By running the installed instance, this should ignore the local instance. | By running the local instance, this should work like a local instance only scenario. By running the installed instance, this should ignore the local instance. | ||
edits