1
0
mirror of https://github.com/lise-henry/crowbook synced 2024-09-28 07:09:40 +02:00
Commit Graph

793 Commits

Author SHA1 Message Date
Elisabeth Henry
6c86016aa7 Update lang/fr.po 2016-10-09 22:31:18 +02:00
Elisabeth Henry
7e94c99332 Localize text_view.rs and zipper.rs 2016-10-09 21:43:22 +02:00
Elisabeth Henry
591ee3a0b0 Localize grammar_check.rs, lang.rs, parser.rs and resource_handler.rs 2016-10-09 21:40:35 +02:00
Elisabeth Henry
144d5cb2e0 Localize epub.rs and error.rs 2016-10-09 21:36:16 +02:00
Elisabeth Henry
26dde64ae4 Add lformat! to bookoption(s).rs 2016-10-09 20:32:57 +02:00
Elisabeth Henry
7c14e18250 Add lformat! invocation to html.rs and html_dir.rs 2016-10-09 20:18:52 +02:00
Elisabeth Henry
01568a0723 Use crowbook-localize from crates.io 2016-10-09 20:12:47 +02:00
Elisabeth Henry
5c41059719 Add lformat! calls for book.rs and odt.rs 2016-10-09 20:12:17 +02:00
Elisabeth Henry
aa57f2fa76 Add crowbook.pot to .gitignore 2016-10-09 03:06:31 +02:00
Elisabeth Henry
2ec4d4d57e Replace format by lformat in latex.rs 2016-10-09 03:05:40 +02:00
Elisabeth Henry
3d79b5dd05 Use crowbook-localize 0.0.4 2016-10-09 02:45:19 +02:00
Elisabeth Henry
b2b9e75b43 Use crowbook-localize 0.0.3 2016-10-08 22:44:57 +02:00
Elisabeth Henry
8f082c0648 Add rerun-if-changed lines in build.rs 2016-10-08 14:52:35 +02:00
Elisabeth Henry
934591b019 More strings translated in french 2016-10-07 23:10:35 +02:00
Elisabeth Henry
ca5ce3f9e6 More strings translated in french 2016-10-07 23:01:16 +02:00
Elisabeth Henry
df3b615874 Add src/lib/localize_macros.rs to gitignorre 2016-10-07 22:33:07 +02:00
Elisabeth Henry
56bab1a4bc Continuing localization 2016-10-07 22:25:05 +02:00
Elisabeth Henry
aa6cf82b66 Started french localization 2016-10-07 20:47:21 +02:00
Elisabeth Henry
4b3cf028b9 Remove a unused string from lang/xx.yaml 2016-10-07 10:02:23 +02:00
Elisabeth Henry
5aac4b41a1 Update ChangeLog 2016-10-07 10:02:04 +02:00
Elisabeth Henry
e031b116b1 Add tomorrow-night theme for the guide 2016-10-07 00:24:48 +02:00
Elisabeth Henry
cff9361e3d Update default colours 2016-10-07 00:24:35 +02:00
Elisabeth Henry
7cdeb3b3d6 updated guide and its theme 2016-10-07 00:24:24 +02:00
Elisabeth Henry
00ac5cc51f Change default colours 2016-10-06 23:31:07 +02:00
Elisabeth Henry
421561549f Fix path config.book->guide.book 2016-10-06 23:20:15 +02:00
Elisabeth Henry
ee55a1a71c Update docs 2016-10-06 23:12:14 +02:00
Elisabeth Henry
c627e8bdb9 Renamed config.book to guide.book 2016-10-06 23:10:39 +02:00
Elisabeth Henry
c589a6fe55 Updated config.book 2016-10-06 23:10:11 +02:00
Elisabeth Henry
219e22fba7 Use try! instead of unwrap() when reading html.css.colours template 2016-10-06 23:09:54 +02:00
Elisabeth Henry
2b6216e93c Updated config.book 2016-10-06 23:05:19 +02:00
Elisabeth Henry
d2f27a176b Updated README links 2016-10-06 23:05:01 +02:00
Elisabeth Henry
68c3951656 Added a chapter 'Tips and tricks' 2016-10-06 23:04:33 +02:00
Elisabeth Henry
74f0fb417b Updated ChangeLog 2016-10-06 22:34:03 +02:00
Elisabeth Henry
99ad4f41a3 Remove commented lines from Cargo.toml 2016-10-06 22:25:07 +02:00
Elisabeth Henry
9462681b88 Make cleaner module private 2016-10-06 22:24:53 +02:00
Elisabeth Henry
c197a24d1c Remove test_cleaner example 2016-10-06 22:23:56 +02:00
Elisabeth Henry
672bfb1122 Use crowbook_text_processing from Crates.io 2016-10-06 22:18:22 +02:00
Elisabeth Henry
834d497a47 Remove mod cleaner from mod.rs since it doesn't exist anymore 2016-10-06 22:18:09 +02:00
Elisabeth Henry
c78aaaae16 Use FrenchFormatter from crowbook_text_processing 2016-10-06 21:49:51 +02:00
Elisabeth Henry
ac4623f3fa Use remove_whitespaces from separate crate 2016-10-06 20:51:18 +02:00
Elisabeth Henry
d546033da7 Move escape.rs to crowbook-text-processing crate 2016-10-06 20:37:45 +02:00
Elisabeth Henry
069e71b8af Bump version preventively to 0.10.0, and update ChangeLog 2016-10-06 19:47:06 +02:00
Elisabeth Henry
10682e3cba Update templates documentation 2016-10-06 19:46:43 +02:00
Elisabeth Henry
8ea645b874 Add html.css.colours template
This is done so it is possible to only override the colour scheme, while
not having to generate a whole new CSS file.

Also, instead of e.g. {{fr}} being set to true if lang is "fr",
it's now {{lang_fr}}.
2016-10-06 19:36:34 +02:00
Elisabeth Henry
34c4a2489c Update ChangeLog 2016-10-06 17:12:29 +02:00
Elisabeth Henry
3630365183 Update templates.md doc 2016-10-06 17:10:36 +02:00
Elisabeth Henry
e8e26ecea2 No longer display toc menu if there isn't at least two elements in it 2016-10-06 17:10:27 +02:00
Elisabeth Henry
b2cdad3896 Update ChangeLog 2016-10-06 16:52:48 +02:00
Elisabeth Henry
1110c654dd Add --quiet option and InfoLevel::Quiet
This allows to run crowbook without printing any messages, even
on stderr, which can be useful for e.g. running it from markdown-mode
in emacs.
2016-10-06 16:50:27 +02:00
Elisabeth Henry
e1cb17d97f Improve performance of default cleaner 2016-10-06 03:15:04 +02:00