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

344 Commits

Author SHA1 Message Date
Elisabeth Henry bdfe8d0dde Bump version 2016-04-02 16:58:23 +02:00
Elisabeth Henry 07e0d2f3b4 Update ChangeLog and config.md 2016-04-02 16:53:13 +02:00
Elisabeth Henry d6b75050dc Update ChangeLog 2016-04-02 14:28:08 +02:00
Elisabeth Henry 05e1f530ee Complete localization support 2016-04-02 14:19:36 +02:00
Elisabeth Henry 00b355c1c9 Add support for localisation in generated files 2016-04-02 13:58:36 +02:00
Elisabeth Henry e6ab171fdb Update test/html.rs for numbered paragraphs 2016-03-22 17:55:36 +01:00
Elisabeth Henry 145a74bbee Update ChangeLog 2016-03-22 17:49:38 +01:00
Elisabeth Henry 3866ca4c4e Update README.md 2016-03-22 17:47:42 +01:00
Elisabeth Henry 8c6ec21008 Fix typo in README.md 2016-03-22 17:40:50 +01:00
Elisabeth Henry 498ff5e75a Fix mardown 2016-03-22 17:40:12 +01:00
Elisabeth Henry cc1308f81e Add contributors section to README.md 2016-03-22 17:38:54 +01:00
Elisabeth Henry ad8b76259e Move back display button inside of the menu 2016-03-22 17:20:59 +01:00
Elisabeth Henry 4b86b79d48 Add unique id to each p element
* Related to #12
2016-03-22 17:15:30 +01:00
Elisabeth Henry b5d0bd8027 Modify menu.svg to look like a toc menu 2016-03-15 20:46:14 +01:00
Elisabeth Henry 9f65a4ff89 Add CSS stylesheet for print media 2016-03-15 19:50:11 +01:00
Elisabeth Henry cca4d9f5ca Make javascript find correct chapter to display according to #anchor 2016-03-15 18:13:56 +01:00
Elisabeth Henry 1e87a556b0 Changed 'display all' to 'display mode' 2016-03-15 17:18:15 +01:00
Elisabeth Henry 7bebfed1d8 Add html.display_chapter to allow to revert back to old standalone 2016-03-15 17:02:07 +01:00
Elisabeth Henry bfffabe34c Add book.svg and pages.svg in the resources
- Make sure they are exported in base64 in standalone HTML
- Also moved "display all" button next to menu button
2016-03-15 14:07:37 +01:00
Élisabeth Henry 350bd6a46c Merge pull request #11 from taophp/newjs
Now you can switch from one chapter view to whole book view and reverse
2016-03-15 13:50:49 +01:00
Stéphane Mourey c3cf46bfb4 Implementing the SwitchAll/OneChapter feature 2016-03-15 13:18:14 +01:00
Stéphane Mourey 977906f777 Merge pull request #4 from lise-henry/newjs
Fix javascript links in navigation bar
2016-03-14 21:54:25 +01:00
Elisabeth Henry 9ec3f6ea94 Fix javascript links in navigation bar
This feels like a bit of a hack though
2016-03-12 17:46:47 +01:00
Stéphane Mourey 2b4009d3dd Merge pull request #3 from lise-henry/newjs
Newjs
2016-03-12 17:39:57 +01:00
Stéphane Mourey 62c55aad68 Merge pull request #2 from lise-henry/master
Update
2016-03-12 17:36:04 +01:00
Elisabeth Henry 6743ebe5fe Display standalone HTML's chapters one by one 2016-03-12 15:14:45 +01:00
Elisabeth Henry 8b475a3ad3 Add JS script from Stephane Mourey 2016-03-12 14:40:06 +01:00
Elisabeth Henry 1ab2377e71 Separated html.script and html_dir.script 2016-03-12 14:24:18 +01:00
Elisabeth Henry aa16e1f623 Update ChangeLog 2016-03-09 01:54:23 +01:00
Elisabeth Henry 7c6b36fe4d Add support for local images inclusion in standalone HTML
Using base64.
2016-03-09 01:52:23 +01:00
Elisabeth Henry 330398b2b2 Fix ResourceHandler mapping image path for files w/o extensions 2016-03-09 01:02:30 +01:00
Elisabeth Henry 682d93d1e4 Use Base64 library to include menu.svg in standalone HTML
(Instead of hardcoding it in the template.)
2016-03-09 00:57:17 +01:00
Elisabeth Henry 120dfbeed2 Fix CSS: set max-width of li, not ul/ol 2016-03-07 23:28:34 +01:00
Elisabeth Henry eed7530f04 Add support for embedding files in html_dir output 2016-03-07 23:26:57 +01:00
Elisabeth Henry 56f397372e Make multiple files HTML use menu.svg as a file instead of base64 2016-03-07 19:40:22 +01:00
Elisabeth Henry fd2f6c7382 Work on HTML/CSS alignment 2016-03-07 19:33:49 +01:00
Élisabeth Henry 5d18cdf376 Merge pull request #9 from taophp/master
Improving readability for the HTML output format
2016-03-07 18:08:52 +01:00
Stéphane Mourey 8491a42ad9 Improving readability for the HTML output 2016-03-07 15:19:09 +01:00
Stéphane Mourey f302daaa41 Merge pull request #1 from lise-henry/master
Update book_example/config.md
2016-03-07 14:49:54 +01:00
Elisabeth Henry 42ef79876a Update book_example/config.md 2016-03-07 01:56:38 +01:00
Elisabeth Henry c5ed1ab8d7 Add output.html_dir in config.book 2016-03-06 02:50:04 +01:00
Elisabeth Henry 6def2e40f4 Update ChangeLog 2016-03-06 02:48:53 +01:00
Elisabeth Henry f42ace238c Add html.script option to specify javascript file to use
Also, various templates use this value instead of hard-coding the
javascript code (and duplicating it three times).
2016-03-06 02:35:11 +01:00
Elisabeth Henry ee44d57de1 Update Changelog 2016-03-05 23:15:59 +01:00
Elisabeth Henry 40c35b39c7 Add links to previous and next chapter in HtmlDirRenderer 2016-03-05 23:10:06 +01:00
Elisabeth Henry f381f7159e Update .gitignore 2016-03-05 22:34:41 +01:00
Elisabeth Henry a145d78cf5 Add image support for HtmlDirRenderer 2016-03-05 22:33:30 +01:00
Elisabeth Henry 21ec13a79a Add (not yet complete) HtmlDirRenderer
For rendering a multiple-files HTML in a directory, in `output.html_dir`.
2016-03-05 22:02:27 +01:00
Elisabeth Henry fd31be67d7 Add templates for html_dir output 2016-03-05 20:35:11 +01:00
Elisabeth Henry 4f33cbf381 Update ChangeLog 2016-03-05 18:36:08 +01:00