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

59 Commits

Author SHA1 Message Date
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
Elisabeth Henry
15fb7064dd added a render_all method to book 2016-02-19 15:28:37 +01:00
Elisabeth Henry
c2b71fdd39 parsing in now done in book, once and for all 2016-02-19 14:59:37 +01:00
Elisabeth Henry
8709cf3aec a bit of cleaning 2016-02-19 08:05:18 +01:00
Elisabeth Henry
bcbe3a097b broke everything but am fixing it lol 2016-02-19 07:02:10 +01:00
Elisabeth Henry
54d4cbecdb added support for customized header numbering 2016-02-19 04:37:15 +01:00
Elisabeth Henry
3a1afc011c started working on latex renderer 2016-02-19 03:55:16 +01:00
Elisabeth Henry
ad16db489a forgot to add lib.rs in previous commit (thanks Travis for telling me) 2016-02-19 03:01:21 +01:00
Elisabeth Henry
86f18eef59 Epub renderergit statusgit status! 2016-02-19 02:56:43 +01:00
Elisabeth Henry
fde728f14d md renderer no longer moves its vector 2016-02-18 23:00:24 +01:00
Elisabeth Henry
61a6354398 html renderer no longer moves its vector 2016-02-18 22:58:34 +01:00
Elisabeth Henry
2160f5d0d8 compiles without warnings 2016-02-18 22:50:23 +01:00
Elisabeth Henry
9173e2f4e8 read config from file 2016-02-18 22:32:43 +01:00