1
0
mirror of https://github.com/lise-henry/crowbook synced 2024-09-30 04:51:21 +02:00
crowbook/src/lib
Elisabeth Henry b8b6fe68dd Fix EPUB rendering issues
- Remove the need to have named chapter titles in EPUB

- Cover was previously listed twice in content.opf, fixed that
2016-03-01 19:12:16 +01:00
..
tests Update libs/tests/book.rs to use real YAML multiline syntax 2016-03-01 17:28:31 +01:00
book.rs Set book's path when creating with new_from_markdown_file 2016-03-01 18:28:49 +01:00
bookoption.rs Move BookOptions to its own module, bookoptions.rs 2016-03-01 15:09:50 +01:00
bookoptions.rs Make BookOptions::set returns the previous option, if already set 2016-03-01 15:33:24 +01:00
cleaner.rs moved book options handling to a separate struct, BookOptions 2016-02-27 13:52:43 +01:00
epub.rs Fix EPUB rendering issues 2016-03-01 19:12:16 +01:00
error.rs adaptating verbose status to Logger 2016-02-29 00:36:45 +01:00
escape.rs made escape a private mod and added some tests 2016-02-25 23:50:10 +01:00
html.rs use Logger struct and removed book.debug/println 2016-02-28 17:11:11 +01:00
latex.rs improved warning messages 2016-02-29 01:47:49 +01:00
lib.rs Move BookOptions to its own module, bookoptions.rs 2016-03-01 15:09:50 +01:00
logger.rs adaptating verbose status to Logger 2016-02-29 00:36:45 +01:00
number.rs code cleaning and improving documentation 2016-02-26 01:49:38 +01:00
odt.rs improved warning messages 2016-02-29 01:47:49 +01:00
parser.rs no longer change current directory, as it generated problems in multithreaded envs 2016-02-26 17:33:33 +01:00
resource_handler.rs improved warning messages 2016-02-29 01:47:49 +01:00
templates.rs worked a bit on HTML styling, now includes a navigation menu that can be displayed or hidden 2016-02-25 02:23:34 +01:00
toc.rs toc.rs: minor comment modification 2016-02-25 15:30:20 +01:00
token.rs started working on a way to get links to .md files working, but it's gonna be a long road 2016-02-26 22:41:30 +01:00
zipper.rs added zip.command to book options 2016-02-26 18:51:13 +01:00