1
0
Fork 0
mirror of https://github.com/lise-henry/crowbook synced 2024-06-06 02:16:08 +02:00

Update library part of README

This commit is contained in:
Elisabeth Henry 2016-12-16 02:06:21 +01:00
parent 3306bf5360
commit 0e36121d9d

View File

@ -235,15 +235,16 @@ the code is written as a library, so if you want to build on it you can
use it as such. You can look at the generated documentation on
[docs.rs](https://docs.rs/releases/search?query=crowbook).
Additionally, [crowbook-text-processing](https://github.com/lise-henry/crowbook-text-processing/) is
a separate library containing all the "typographic" functions (smart
quotes, handling of non-breaking spaces in french, ...).
Note that, in order to facilitate code reuse, some features have been
split to separate libraries:
* [crowbook-text-processing](https://github.com/lise-henry/crowbook-text-processing/) contains all the "typographic" functions (smart
quotes, handling of non-breaking spaces in french, ...).
* [crowbook-intl](https://github.com/lise-henry/crowbook-intl/) is
used for the internationalization (translation) process.
License
-------
Crowbook is free software: you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License (LGPL),
version 2.1 or (at your option) any ulterior version. See