1
0
Fork 0
mirror of https://github.com/lise-henry/crowbook synced 2024-05-23 13:16:16 +02:00
Commit Graph

218 Commits

Author SHA1 Message Date
Elisabeth Henry 9d8cf18664 updated documentation and bumped version 2016-02-27 17:02:35 +01:00
Elisabeth Henry 1d53e9772e Add hidden titles to the toc even if the heading is not displayed inline 2016-02-27 15:04:35 +01:00
Elisabeth Henry 94a9f4eb2e worked a bit on css 2016-02-27 14:51:11 +01:00
Elisabeth Henry cbbabf11e9 moved book options handling to a separate struct, BookOptions 2016-02-27 13:52:43 +01:00
Elisabeth Henry 5ec5924a50 renamed resource.rs to resource_handler.rs 2016-02-27 12:52:25 +01:00
Elisabeth Henry 280dd1a079 updated changelog 2016-02-27 04:50:04 +01:00
Elisabeth Henry c216feff99 html renderer now passes validator 2016-02-27 04:48:17 +01:00
Elisabeth Henry bd8cc636ca tests/book.rs: removed unecessary use 2016-02-27 04:42:20 +01:00
Elisabeth Henry 55aa320c3c updated config.book 2016-02-27 04:41:38 +01:00
Elisabeth Henry dc6498801a removed debugging println 2016-02-27 04:41:29 +01:00
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