summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix #628: preserve pure anchor links and hash in relative linksSamy Pessé2015-03-062-4/+21
* Escape svgexport argsSamy Pessé2015-03-051-1/+2
* Fix transformation of README.md links in index.htmlSamy Pessé2015-02-261-2/+4
* Fix normalization of html link (README to index)Samy Pessé2015-02-211-1/+1
* Improve language detection from book.jsonSamy Pessé2015-02-141-0/+4
* Fix #608: fix chapter name for glossarySamy Pessé2015-02-142-3/+6
* Escape description in title attr of glossary linkSamy Pessé2015-02-141-1/+1
* Fix generation of multilingual book as ebookSamy Pessé2015-02-141-4/+5
* Merge pull request #605 from GitbookIO/update/lodashSamy Pessé2015-02-131-11/+15
|\
| * Fix test for lodash 3.1.0 (from git)Samy Pessé2015-02-111-11/+15
* | Fix test with post in blocksSamy Pessé2015-02-133-30/+35
* | Limit concurrent blocks processedSamy Pessé2015-02-132-10/+65
* | Accept post function from block to post process contentSamy Pessé2015-02-122-11/+26
* | Fix page normalization with empty links or imagesSamy Pessé2015-02-121-0/+2
* | Improve pdf by adding default header and footerSamy Pessé2015-02-122-4/+4
* | Always generate README.json with langs indexSamy Pessé2015-02-125-27/+24
* | Fix GitbookIO/plugin-youtube#2: hash remote image for local pathSamy Pessé2015-02-122-4/+11
* | Fix default language to englishSamy Pessé2015-02-121-0/+3
|/
* Update to gitbook-parsers@0.4.0Samy Pessé2015-02-091-2/+2
* Improve i18n to support locale normalizationSamy Pessé2015-02-093-14/+71
* Fix #595: calcul link to glossary as an absolute pathSamy Pessé2015-02-071-1/+1
* Fix #588: Fix replacement of glossary terms by linksSamy Pessé2015-02-061-1/+2
* Use tiny-lr instead of old unmaintained fork.Ludovico Fischer2015-02-051-1/+1
* Handle SVG correctly in page normalizationSamy Pessé2015-02-051-1/+8
* Add "finish:before" to the list of valid hooksSamy Pessé2015-02-051-1/+1
* Correctly copy cover for sub booksSamy Pessé2015-02-043-1/+8
* Fix generation of multilingual books as ebookSamy Pessé2015-02-041-7/+13
* Improve logs for images and ebook copySamy Pessé2015-02-042-12/+12
* Load plugins from the book in prioritySamy Pessé2015-02-041-1/+4
* Set "info" as default log levelSamy Pessé2015-02-031-1/+1
* Fix init commandSamy Pessé2015-02-031-4/+4
* Accept alpha and beta version of pluginsSamy Pessé2015-02-021-1/+1
* Improve install command to resolve best plugin versionSamy Pessé2015-02-023-38/+85
* Don't use xmlMode to normalize htmlSamy Pessé2015-01-301-1/+1
* Fix validation of semi-loaded pluginsSamy Pessé2015-01-301-0/+2
* Fix namespacing of plugins resourcesSamy Pessé2015-01-304-44/+65
* Fix support of iframe in html normalizationSamy Pessé2015-01-301-3/+14
* Use spaces identationSamy Pessé2015-01-301-24/+24
* Add "generator" to plugins blocks and filters ctxSamy Pessé2015-01-301-1/+2
* Remove useless logSamy Pessé2015-01-301-1/+0
* Fix #567: Fail hard if book.json is invalidSamy Pessé2015-01-301-0/+2
* Add warning message when gitbook version to use is not fixedSamy Pessé2015-01-301-0/+12
* Download external images in ebook formatSamy Pessé2015-01-294-53/+58
* Fix ebook commandsSamy Pessé2015-01-291-1/+1
* Convert inline svg as png if neededSamy Pessé2015-01-292-4/+42
* Fix inline svg image in pageSamy Pessé2015-01-291-1/+1
* Remove used blocks from templatesSamy Pessé2015-01-291-6/+16
* Add option to block to not parse outputSamy Pessé2015-01-293-37/+88
* Fix copy of plugins assets to outputSamy Pessé2015-01-281-5/+5
* Fix resources loading in pluginsSamy Pessé2015-01-283-3/+5
* Fix log option to command line commandsSamy Pessé2015-01-282-17/+2
* Fix for good path resolution of svg imageSamy Pessé2015-01-281-2/+2
* Fix conversion of svg when cache is emptySamy Pessé2015-01-281-0/+2
* Improve svg conversion and links normalizationSamy Pessé2015-01-281-11/+19
* Fix absolute path calculSamy Pessé2015-01-282-9/+11
* Improve image conversion to png to avoid doublonsSamy Pessé2015-01-283-40/+87
* Fix error message when svgexport is not installedSamy Pessé2015-01-281-1/+1
* Use svgexport instead of imagemagickSamy Pessé2015-01-283-43/+68
* Handle correctly path starting with "/"Samy Pessé2015-01-282-2/+4
* Handle absolute url for images conversion (svg -> png)Samy Pessé2015-01-282-4/+20
* Improve error message when imagemagick is not installedSamy Pessé2015-01-282-2/+10
* Show log from ebook-convert in realtime for debuggingSamy Pessé2015-01-281-3/+10
* Convert svg images to png in ebookSamy Pessé2015-01-286-6/+138
* Fix init of livereload plugin on serveSamy Pessé2015-01-281-5/+4
* Fix display of plugins countSamy Pessé2015-01-282-1/+6
* Check parser used before applying template shortcutsSamy Pessé2015-01-271-5/+11
* Add options "shortcuts" for blocks from pluginsSamy Pessé2015-01-272-1/+39
* Improve tests on blocks extensionsSamy Pessé2015-01-271-0/+1
* Complete parsing of blocks from plugin extensionsSamy Pessé2015-01-271-11/+31
* Parse correctly list of blocks and argsSamy Pessé2015-01-271-12/+32
* Add blocks from plugins to template engineSamy Pessé2015-01-273-4/+88
* Improve tests for plugins with filtersSamy Pessé2015-01-272-6/+11
* Move plugin helper methods to a specific classSamy Pessé2015-01-274-139/+140
* Extend templates filtersSamy Pessé2015-01-273-1/+12
* Parse plugins in book instead of generatorSamy Pessé2015-01-275-32/+23
* Fix invalid log call in website generatorSamy Pessé2015-01-271-1/+1
* Add back "page:before" hookSamy Pessé2015-01-275-67/+138
* Log output from ebook-convert when debug is enabledSamy Pessé2015-01-271-0/+2
* Transform as absolute output path in configurationSamy Pessé2015-01-261-1/+1
* Fix #273: clean the output without removing .git and .svnSamy Pessé2015-01-262-40/+86
* fs.list take option for files to ignoresSamy Pessé2015-01-262-26/+37
* Extract filters from pluginsSamy Pessé2015-01-261-8/+62
* Transform page after hook "page"Samy Pessé2015-01-261-1/+3
* Call hook "init" when preparing generatorSamy Pessé2015-01-261-1/+6
* Fix logs for deprecated hooksSamy Pessé2015-01-261-0/+4
* Add warning message about deprecated hooksSamy Pessé2015-01-262-4/+17
* Improve logs for plugins installationSamy Pessé2015-01-261-2/+5
* Fix git url parsing for content referencesSamy Pessé2015-01-261-16/+10
* Support ssh urls in git parsingSamy Pessé2015-01-261-3/+8
* Add tests for parsing git urlSamy Pessé2015-01-261-1/+4
* Improve loggerSamy Pessé2015-01-253-13/+39
* Improve logger moduleSamy Pessé2015-01-256-52/+127
* Change comment start and end in templatesSamy Pessé2015-01-251-1/+11
* Fix loading of plugins when book root is relativeSamy Pessé2015-01-251-1/+1
* Add logs on plugins loadingSamy Pessé2015-01-251-1/+6
* Improve output of book.logSamy Pessé2015-01-251-1/+11
* Add color to outputSamy Pessé2015-01-251-1/+18
* Add _book to list of files to ignoreSamy Pessé2015-01-251-0/+1
* Add command to init a bookSamy Pessé2015-01-242-14/+111
* Add command to generate all ebooksSamy Pessé2015-01-241-23/+25