1
0
mirror of https://github.com/fabianonline/telegram_backup.git synced 2025-07-04 22:16:26 +00:00

WIP: Using mustache as template engine for HTML exporter.

This commit is contained in:
2016-07-07 06:40:00 +02:00
parent c62e6db3d3
commit ecbca30a10
7 changed files with 78 additions and 34 deletions

View File

@ -94,5 +94,9 @@ least the folder `export` contains exported data.
## Attribution
This tool uses libraries from other developers which are covered by other licenses,
which are:
* [Kotlogram](https://github.com/badoualy/kotlogram) by Yannick Badoual, licensed under MIT License.
* [SQLite JDBC](https://bitbucket.org/xerial/sqlite-jdbc) by Taro L. Saito, licensed under Apache License version 2.0.
* [Kotlogram](https://github.com/badoualy/kotlogram) by Yannick Badoual, licensed
under MIT License.
* [SQLite JDBC](https://bitbucket.org/xerial/sqlite-jdbc) by Taro L. Saito,
licensed under Apache License version 2.0.
* [Mustache.java](https://github.com/spullara/mustache.java) by RightTime,
Inc., licensed under Apache License version 2.0.