1
0
mirror of https://github.com/lise-henry/crowbook synced 2024-09-29 20:41:24 +02:00
Commit Graph

381 Commits

Author SHA1 Message Date
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 v0.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 v0.2.1 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
Elisabeth Henry
d50579b579 ecape dashes in latex so -- is not transformed to – 2016-02-25 19:55:49 +01:00
Elisabeth Henry
b03409fcde arguments.md: fixed typo 2016-02-25 19:26:49 +01:00
Elisabeth Henry
5db20f70eb updated Changelog 2016-02-25 19:26:29 +01:00
Elisabeth Henry
0db51c5b1c latex: use spverbatim instead of verbatim to allow breaking lines 2016-02-25 19:25:42 +01:00
Elisabeth Henry
8c11db543b removed debugging println 2016-02-25 19:22:45 +01:00
Elisabeth Henry
3c251d08ce latex: try to make long url break lines 2016-02-25 19:13:37 +01:00
Elisabeth Henry
f2adcac6b8 latex: if url and url content is the same thing, display directly \url{} instead of using \href{}{} 2016-02-25 19:13:16 +01:00
Elisabeth Henry
3fba98fc3b html: bug fix in numbering of unnumbered chapters 2016-02-25 19:12:45 +01:00
Elisabeth Henry
c4c0699708 Cargo.toml: bumped version preventively to 0.2.1-unreleased 2016-02-25 17:06:35 +01:00
Elisabeth Henry
67bd8c7aea changed travis package name from rust-crowbook-... to crowbook-... 2016-02-25 16:46:13 +01:00
Elisabeth Henry
c363521344 bumped version to 0.2.0 v0.2.0 2016-02-25 16:37:23 +01:00
Elisabeth Henry
c835adf472 added ChangeLog at the end of the book as unnumbered chapter 2016-02-25 16:37:06 +01:00
Elisabeth Henry
a79d05a400 modified template.html according to W3C validator suggestion 2016-02-25 16:23:15 +01:00
Elisabeth Henry
75a9d55153 updated README.md 2016-02-25 16:20:33 +01:00
Elisabeth Henry
de34b7478a fixed typo in ChangeLog.md 2016-02-25 16:06:12 +01:00
Elisabeth Henry
cd869cd12d clarified ChangeLog.md 2016-02-25 16:02:08 +01:00
Elisabeth Henry
fd15da13df --print-template is now usable with --set epub.version 3 2016-02-25 15:52:46 +01:00
Elisabeth Henry
30262ebc07 binary: added a --print-template option 2016-02-25 15:41:30 +01:00
Elisabeth Henry
bdf03f2c17 added menu.svg icon to the repository, though it is not yet used in code (template.html directly includes a BASE64 representation of it, which is not very clean, admittedly 2016-02-25 15:31:29 +01:00
Elisabeth Henry
b2e9793f18 toc.rs: minor comment modification 2016-02-25 15:30:20 +01:00
Elisabeth Henry
770822ac43 Book now supports multiline strings 2016-02-25 15:29:35 +01:00
Elisabeth Henry
93b7f828d4 tuned html css 2016-02-25 05:57:30 +01:00
Elisabeth Henry
1a90a35bca moved version to 0.2.0-beta1 v0.2.0-beta1 2016-02-25 02:54:42 +01:00
Elisabeth Henry
5b18e144a9 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
Elisabeth Henry
dae61f0eb2 updated changelog 2016-02-24 22:33:14 +01:00
Elisabeth Henry
02f296ff03 Epub: nav.xhtml has full toc (but not yet toc.ncx) 2016-02-24 22:31:24 +01:00
Elisabeth Henry
ab47a0d3bb updated tests to they pass 2016-02-24 20:58:51 +01:00