1
0
Fork 0
mirror of https://github.com/lise-henry/crowbook synced 2024-06-07 11:36:14 +02:00
Commit Graph

1808 Commits

Author SHA1 Message Date
Elisabeth Henry 63124d4b65 local images now work for pdf and epub outputs 2016-02-27 04:40:23 +01:00
Elisabeth Henry a523789435 local images now work for pdf and epub outputs 2016-02-27 04:35:38 +01:00
Elisabeth Henry 4e25d5eddb EPUB can now embed local images 2016-02-27 03:51:57 +01:00
Elisabeth Henry b9844663f5 main.rs: fixed bug 2016-02-27 02:57:55 +01:00
Elisabeth Henry 528f1ac000 updated changelog 2016-02-27 00:07:22 +01:00
Elisabeth Henry 63dd7ec7f9 latex renderer also transform local links 2016-02-27 00:06:25 +01:00
Elisabeth Henry a5d842a096 added license and bugs to config.book 2016-02-26 23:37:55 +01:00
Elisabeth Henry 33edcdb905 updated Chaneglog 2016-02-26 23:37:40 +01:00
Elisabeth Henry 1a227ff0be epub renderer now correctly displays unnumbered chapters without a number 2016-02-26 23:34:58 +01:00
Elisabeth Henry 67320cd5cf updated tests/book.rs to new path for config.book 2016-02-26 23:30:39 +01:00
Elisabeth Henry d8683054da Epub renderer now correctly converts links to .md files used for the book to inner link in epub document 2016-02-26 23:23:25 +01:00
Elisabeth Henry 00f4b007dc updated Bugs.md 2016-02-26 23:22:21 +01:00
Elisabeth Henry 4ff7c28f69 html renderer now converts links to .md files used in the book to inner references 2016-02-26 23:17:48 +01:00
Elisabeth Henry 94d839df5c fixed typos in README.md 2016-02-26 23:16:47 +01:00
Elisabeth Henry 52e706c341 moved config.book to root dir 2016-02-26 23:16:32 +01:00
Elisabeth Henry e8846117f2 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
Elisabeth Henry 5c92e50ab4 fixed some typos in README.md 2016-02-26 19:23:06 +01:00
Elisabeth Henry 9ee9e4958d cleaned a bit (hum) book.rs 2016-02-26 19:11:16 +01:00
Elisabeth Henry 8175812f36 added zip.command to book options 2016-02-26 18:51:13 +01:00
Elisabeth Henry d68c24d754 updated changelog 2016-02-26 17:46:57 +01:00
Elisabeth Henry 722e80ec35 tests/book.rs: call render_epub instead of render_all so it doesn't fail if latex is not present 2016-02-26 17:41:51 +01:00
Elisabeth Henry bd2971ab61 no longer change current directory, as it generated problems in multithreaded envs 2016-02-26 17:33:33 +01:00
Elisabeth Henry 431907cf39 removed tests/test_helper.rs as with tests being moved to library it was not very useful (TODO: add integration tests 2016-02-26 15:36:15 +01:00
Elisabeth Henry 41d31dd504 Cargo.toml: (properly?) disabled doctest as it seems to cause trouble with --target 2016-02-26 15:27:56 +01:00
Elisabeth Henry 2009dd09fb .travis.yml: reverted to original 2016-02-26 14:42:40 +01:00
Elisabeth Henry 46705a55b7 .travis.yml: moved back rust version 2016-02-26 14:35:50 +01:00
Elisabeth Henry a727e0cb74 moved rust version to nightly 2016-02-26 14:32:36 +01:00
Elisabeth Henry 03569f5338 alright, this made things worse... 2016-02-26 14:28:48 +01:00
Elisabeth Henry 6e111b2035 tries disabling doctest for .travis.yml 2016-02-26 14:26:18 +01:00
Elisabeth Henry f855d74db6 continued documentation 2016-02-26 04:21:20 +01:00
Elisabeth Henry 158142c32e book.rs: added documentation 2016-02-26 02:45:21 +01:00
Elisabeth Henry 59f4aab0fe updated changelog 2016-02-26 02:08:59 +01:00
Elisabeth Henry d2da852bc0 html, odt: either made methods private or (for html) hide them for the docs 2016-02-26 02:08:06 +01:00
Elisabeth Henry 0b0da0092e code cleaning and improving documentation 2016-02-26 01:49:38 +01:00
Elisabeth Henry 38433292d5 improved documentation of parser.rs 2016-02-26 00:51:35 +01:00
Elisabeth Henry bd25114bd4 moved token, cleaner and parser public again 2016-02-26 00:19:19 +01:00
Elisabeth Henry 3381c5d078 added unit test for book 2016-02-26 00:17:03 +01:00
Elisabeth Henry d21dbc529e module cleaner is now private 2016-02-26 00:02:09 +01:00
Elisabeth Henry 2991099ecd modules token and parser are now private 2016-02-25 23:59:33 +01:00
Elisabeth Henry 7aba577347 made escape a private mod and added some tests 2016-02-25 23:50:10 +01:00
Elisabeth Henry 792fe1e7eb preventively bumped version to 0.3.0-unreleased 2016-02-25 23:35:29 +01:00
Elisabeth Henry d513a03703 moved tests/toc.rs inside src/lib so module toc can be private 2016-02-25 23:33:54 +01:00
Elisabeth Henry a47c4c434f bumped version to 0.2.2 2016-02-25 22:15:06 +01:00
Elisabeth Henry 570b5aeb99 bumped version preventively to 0.2.2-unreleased 2016-02-25 21:49:43 +01:00
Elisabeth Henry a2afa21dbf fixed french cleaner, now uses em space after — 2016-02-25 21:47:42 +01:00
Elisabeth Henry 27e0b239ca bumped version 2016-02-25 20:13:12 +01:00
Elisabeth Henry aa7c05c748 updated documentation 2016-02-25 20:11:06 +01:00
Elisabeth Henry 665f5a49a2 updated changelog 2016-02-25 19:58:19 +01:00
Elisabeth Henry 32e7231fba added a dash escape test in test.md 2016-02-25 19:56:30 +01:00
Elisabeth Henry c600207d21 force latex not to overflow page 2016-02-25 19:56:18 +01:00