Commit Graph

16 Commits

Author SHA1 Message Date
Matthieu Gautier 92c9a47a0d Move the templating system to mustache instead of ctpp2.
Mustache templating system is a bit simpler than ctpp2 and ctpp2 is no
more maintained (see #189).
We are moving to the kainjow's Mustache project
(https://github.com/kainjow/Mustache).

It simplify a lot our system has it is header only and we don't have to
precompile the template.

Fix #21
2019-01-09 18:28:48 +01:00
Matthieu Gautier 5159d985c6 Remove support for external index.
This feature is considered obsolete for a while.
In fact, it was already not supported since June 2018 as we were compiling
xapian without the chert backend support.

Assume that we don't support it and remove it from the code.
See kiwix/kiwix-tools#245

This is a API break. library.xml files will still work but the indexPath
and indexType will be dropped silently from the file.
2019-01-07 16:47:08 +01:00
Kelson c0d5e091d3 Small update of the README 2018-07-07 21:15:48 +02:00
Emmanuel Engelhart a66b178633 Update README 2018-06-24 22:16:16 +02:00
Matthieu Gautier 6b0d2788aa Add dependency `libaria2` in the README. 2018-04-23 17:40:21 +02:00
RohanBh 683b5249a2 Fix meson installation error by using pip3 2018-03-10 03:10:09 +05:30
Emmanuel Engelhart 8e8724b6be Fix typo in the README 2017-02-06 20:52:47 +01:00
Emmanuel Engelhart 094e05ac8a ctpp2 static lib as a non std name 2017-02-03 07:15:21 +01:00
Emmanuel Engelhart c15339a972 Small remark to install deps locally 2017-01-23 22:04:50 +01:00
Emmanuel Engelhart ffb1f40671 Do not forget pkg-config 2017-01-23 21:33:55 +01:00
Emmanuel Engelhart 121693bcfa Typo on the README 2017-01-23 21:31:44 +01:00
Emmanuel Engelhart d2c3eeb337 More simple/robus README 2017-01-23 21:25:07 +01:00
Matthieu Gautier ed800e4f00 Update README.
Also add a COMPILE_ubuntu-16.04.md to let people compile on ubuntu 16.04.
2017-01-23 15:24:24 +01:00
Matthieu Gautier d9798414c3 Update README.md
- Mention kiwix-build to build kiwix-lib.
- Separate the real dependencies from the package to install.
- Mention the (standard meson) --default-library option.
2017-01-10 10:50:04 +01:00
Kunal Mehta 3bfcd89e22 Document libctpp2-dev dependency (fixes #11) 2017-01-09 23:12:30 -08:00
Kunal Mehta 12b6a50dba Add README with build instructions (closes #3, #6) 2017-01-02 06:57:01 -08:00