summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add Book.generateFile to output a pdfSamy Pessé2015-01-245-3/+89
* Add base loader to resolve git dependenciesSamy Pessé2015-01-243-2/+152
* Watch all fiels that can be parsed in serveSamy Pessé2015-01-241-1/+12
* Improve navigation with non existant entriesSamy Pessé2015-01-242-8/+24
* Update gitbook-parsers and improve summary testsSamy Pessé2015-01-241-1/+4
* Complete serve commandSamy Pessé2015-01-244-7/+239
* Normalize language to support: "fr-FR"Samy Pessé2015-01-232-3/+10
* Set translation to use in templatesSamy Pessé2015-01-231-1/+3
* Load locales to translate layoutSamy Pessé2015-01-232-19/+40
* Fix #517: fix weibo sharing class in headerSamy Pessé2015-01-231-2/+0
* Fix error in book parsingSamy Pessé2015-01-231-6/+6
* Change name config "lang" to "language"Samy Pessé2015-01-232-2/+6
* Fix display of log typeSamy Pessé2015-01-231-1/+1
* Accept argument "log" from commandsSamy Pessé2015-01-231-1/+4
* Improve logs in book parserSamy Pessé2015-01-231-11/+34
* Add logs methods to Book objectSamy Pessé2015-01-233-3/+35
* Add context configuration to Book objectSamy Pessé2015-01-231-5/+15
* Fix paths indexed in search indexSamy Pessé2015-01-231-1/+1
* Fix version in generator tagSamy Pessé2015-01-232-2/+13
* Accept format argument to build commandSamy Pessé2015-01-231-1/+7
* Test ebook generation instead of pdf outputSamy Pessé2015-01-232-2/+5
* Check that readme file is not ignored when parsingSamy Pessé2015-01-231-0/+1
* Add base for ebook generatorSamy Pessé2015-01-234-32/+181
* Change name of generator "site" to "website"Samy Pessé2015-01-222-1/+1
* Use html link in search indexSamy Pessé2015-01-223-17/+17
* Write search index to output folderSamy Pessé2015-01-223-2/+52
* Write glossary for websiteSamy Pessé2015-01-223-8/+26
* Replace glossary terms by links to glossarySamy Pessé2015-01-221-1/+1
* Mark glossary terms in html parsedSamy Pessé2015-01-222-2/+72
* Use external gitbook parsersSamy Pessé2015-01-224-61/+11
* Remove parent extension for nunjucksSamy Pessé2015-01-221-2/+0
* Add options "input" that equals root of the bookSamy Pessé2015-01-211-0/+10
* Copy files from book to outputSamy Pessé2015-01-212-6/+1
* Fix display of summary in websiteSamy Pessé2015-01-211-3/+3
* Add summary utilsSamy Pessé2015-01-211-0/+24
* Normalize summary in gitbookSamy Pessé2015-01-212-1/+5
* Fix path to assets in websiteSamy Pessé2015-01-211-0/+9
* Copy theme assets to outputSamy Pessé2015-01-213-12/+36
* generate an index.html for entry pointsSamy Pessé2015-01-211-4/+18
* Adapt themes website templatesSamy Pessé2015-01-212-1/+12
* Add normalization of pluginsSamy Pessé2015-01-212-2/+93
* Fix site generator polluting basegeneratorSamy Pessé2015-01-212-9/+22
* Fix json template preparationSamy Pessé2015-01-214-15/+108