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

71 Commits

Author SHA1 Message Date
Elisabeth Henry 57f0ae08d7 changelog updated to 0.1.0 2016-02-21 21:25:01 +01:00
Elisabeth Henry 2656a57aea updated readme and bugs 2016-02-21 21:16:01 +01:00
Elisabeth Henry c7c362f88c completed book example 2016-02-21 20:33:30 +01:00
Elisabeth Henry ef26c10c02 updated templates 2016-02-21 19:39:54 +01:00
Elisabeth Henry f4cb25c8f8 removed verbose option from book config as it only makes sense on the command line 2016-02-21 18:31:13 +01:00
Elisabeth Henry c5a1fcfe60 warning messages now printed on stderr, and only in verbose 2016-02-21 18:29:16 +01:00
Elisabeth Henry bfe7a60e1f updated doc 2016-02-21 18:28:48 +01:00
Elisabeth Henry b753149858 binary: added cover to default book generated 2016-02-21 16:54:03 +01:00
Elisabeth Henry 8625ac1262 html: fixed escaping html issue 2016-02-21 16:53:43 +01:00
Elisabeth Henry 561b0d4f9f refactored main.rs 2016-02-21 16:23:12 +01:00
Elisabeth Henry 0b3dabdae2 added --create option to binary 2016-02-21 06:58:37 +01:00
Elisabeth Henry 51270e0cec fixed issue on stable/beta 2016-02-21 06:31:57 +01:00
Elisabeth Henry 11c84726b8 fixed some escaping, now allow use output.xx instead of output_xxx in book file 2016-02-21 05:29:40 +01:00
Elisabeth Henry d93adc5880 First chapter of book example is now actually README.md 2016-02-21 04:36:10 +01:00
Elisabeth Henry 10cdd50322 fixed html escaping of title/author in templates 2016-02-21 04:35:35 +01:00
Elisabeth Henry 3accc203d9 fixed latex escaping problem in title 2016-02-21 04:34:54 +01:00
Elisabeth Henry a8a51235f1 Updated documentation 2016-02-21 02:06:14 +01:00
Elisabeth Henry 80e0d50c53 nows tries to render odt if specified in book file 2016-02-21 01:55:16 +01:00
Elisabeth Henry 40b32226cc experimental support for odt 2016-02-21 01:49:58 +01:00
Elisabeth Henry d474bce3d6 started to work on odt rendering but it's a pain:( 2016-02-20 22:52:10 +01:00
Elisabeth Henry 81c2b69d4a config.md: documented the option for including file with hiden chapter title 2016-02-20 19:23:02 +01:00
Elisabeth Henry c6455dd98c added support for chapter whose title is hidden 2016-02-20 19:06:15 +01:00
Elisabeth Henry 3446801baa updated bugs and current features 2016-02-20 18:51:32 +01:00
Elisabeth Henry 32bb5c93c5 license to license.md 2016-02-20 18:48:39 +01:00
Elisabeth Henry 067c1907c4 README.md: updated license part 2016-02-20 18:47:41 +01:00
Elisabeth Henry 0c97fde591 Changed license to LGPL 2016-02-20 18:44:48 +01:00
Elisabeth Henry 93ab87451c README.md: fixed link for mustache 2016-02-20 18:41:02 +01:00
Elisabeth Henry 2e63a46546 rewrote escape_html function instead of using pasted one, and add escape_tex function 2016-02-20 18:35:48 +01:00
Elisabeth Henry c668efb9d3 added empty changelog 2016-02-20 17:24:07 +01:00
Elisabeth Henry 754fed8e13 config.md: added epub_version doc 2016-02-20 17:21:29 +01:00
Elisabeth Henry 08b5f2833d README.md: fixed link error 2016-02-20 17:14:28 +01:00
Elisabeth Henry 4b1683e964 updated README.md 2016-02-20 17:13:14 +01:00
Elisabeth Henry 06f59b08f8 added options to binary 2016-02-20 16:56:07 +01:00
Elisabeth Henry 763c3671e8 started using clap to parse arguments 2016-02-20 05:49:41 +01:00
Elisabeth Henry b4e0acb3a5 updated readme.md and Cargo.toml 2016-02-20 04:49:20 +01:00
Elisabeth Henry 2ad66d7286 now supports epub3 (in theory) 2016-02-20 03:41:29 +01:00
Elisabeth Henry 48bd6db5e4 zipper now create directory when needs to be 2016-02-20 00:28:42 +01:00
Elisabeth Henry 91d99ca9a6 fixed a bug which caused error when crowbook runned on book in same directory 2016-02-20 00:10:31 +01:00
Elisabeth Henry 4725b0b7a6 fixed typo bug 2016-02-20 00:04:28 +01:00
Elisabeth Henry 829746a762 runned clippy, thus some minor corrections 2016-02-19 23:43:16 +01:00
Elisabeth Henry 56e786a938 updated readme.md 2016-02-19 23:01:34 +01:00
Elisabeth Henry e26c5978b6 updated book-example 2016-02-19 22:30:21 +01:00
Elisabeth Henry c070f79573 fixed a bug when multiple chapters in same files were detected for any level of heading 2016-02-19 22:21:47 +01:00
Elisabeth Henry 559cc8fac7 added a way to set epub/html template and css 2016-02-19 22:17:10 +01:00
Elisabeth Henry 90504e2acc added a book_example 2016-02-19 21:35:49 +01:00
Elisabeth Henry 1db5f79107 add option to have custom command for latex->pdf 2016-02-19 17:19:42 +01:00
Elisabeth Henry 1f8f6129c2 some stuff 2016-02-19 16:54:00 +01:00
Elisabeth Henry 25920495ab tests now compile again 2016-02-19 16:27:41 +01:00
Elisabeth Henry d460778ec2 removed dependency on zip (since we use command line anyway) 2016-02-19 16:26:20 +01:00
Elisabeth Henry e60e173356 handles pdf support through pdflatex 2016-02-19 16:25:28 +01:00