summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Improve svg conversion and links normalizationSamy Pessé2015-01-285-18/+34
| |
| * Fix absolute path calculSamy Pessé2015-01-283-9/+44
| | | | | | | | Add tests for links module
| * Improve image conversion to png to avoid doublonsSamy Pessé2015-01-287-40/+96
| |
| * Add svgexport to travis testsSamy Pessé2015-01-281-0/+2
| |
| * Fix error message when svgexport is not installedSamy Pessé2015-01-281-1/+1
| |
| * Use svgexport instead of imagemagickSamy Pessé2015-01-284-44/+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-285-5/+24
| |
| * Improve error message when imagemagick is not installedSamy Pessé2015-01-282-2/+10
| |
| * Add test for svg conversionSamy Pessé2015-01-283-0/+19
| |
| * 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-287-7/+140
| |
| * 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-272-6/+14
| |
| * Add options "shortcuts" for blocks from pluginsSamy Pessé2015-01-274-1/+54
| |
| * Improve tests on blocks extensionsSamy Pessé2015-01-273-0/+24
| |
| * Complete parsing of blocks from plugin extensionsSamy Pessé2015-01-273-19/+39
| |
| * Parse correctly list of blocks and argsSamy Pessé2015-01-273-13/+51
| |
| * Add test for block defined with special end tagSamy Pessé2015-01-271-0/+10
| |
| * Add blocks from plugins to template engineSamy Pessé2015-01-274-8/+92
| |
| * Add test for extending template blocksSamy Pessé2015-01-273-0/+47
| |
| * Improve tests for plugins with filtersSamy Pessé2015-01-274-7/+40
| |
| * Move plugin helper methods to a specific classSamy Pessé2015-01-274-139/+140
| |
| * Extend templates filtersSamy Pessé2015-01-273-1/+12
| | | | | | | | Fully remove mathjax from plugins
| * Parse plugins in book instead of generatorSamy Pessé2015-01-275-32/+23
| |
| * Remove mathjax plugin from default installedSamy Pessé2015-01-271-1/+0
| |
| * 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-264-8/+93
| |
| * Add test for plugin resourcesSamy Pessé2015-01-262-19/+34
| |
| * Add some tests for plugins validationSamy Pessé2015-01-265-0/+42
| |
| * 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-262-2/+9
| |
| * Add infos in readme about variables and templatingSamy Pessé2015-01-261-0/+34
| |
| * Add chapter in readme about conrefsSamy Pessé2015-01-261-0/+26
| |
| * Fix git url parsing for content referencesSamy Pessé2015-01-263-18/+12
| |
| * Support ssh urls in git parsingSamy Pessé2015-01-262-4/+9
| |
| * Add tests for parsing git urlSamy Pessé2015-01-263-2/+38
| |
| * 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
| | | | | | | | (to avoid conflicts with maths)
| * 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-252-2/+20
| |
| * Add _book to list of files to ignoreSamy Pessé2015-01-251-0/+1
| |
| * Fix link in features listSamy Pessé2015-01-251-2/+3
| |
| * Add AsciiDoc to readmeSamy Pessé2015-01-251-4/+11
| |
| * Add command to init a bookSamy Pessé2015-01-242-14/+111
| |
| * Add back readmeSamy Pessé2015-01-241-8/+161
| |
| * 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 more tests for inclusionSamy Pessé2015-01-242-4/+11
| |
| * Add base loader to resolve git dependenciesSamy Pessé2015-01-245-4/+157
| |
| * Add test for local inclusionSamy Pessé2015-01-244-0/+14
| |
| * Improve german translation of "Introduction"Samy Pessé2015-01-241-1/+1
| |
| * Update gitbook-parsers@0.2.2Samy Pessé2015-01-241-1/+1
| |
| * Return to version 0.5.1 of gazeSamy Pessé2015-01-241-1/+1
| |
| * Watch all fiels that can be parsed in serveSamy Pessé2015-01-242-2/+13
| |
| * Improve navigation with non existant entriesSamy Pessé2015-01-248-16/+42
| | | | | | | | Use i18n for introduction title
| * Update gitbook-parsers and improve summary testsSamy Pessé2015-01-244-3/+18
| |
| * Complete serve commandSamy Pessé2015-01-245-8/+243
| |
| * Fix translation of White theme in germanSamy Pessé2015-01-241-1/+1
| |
| * Fix german translationSamy Pessé2015-01-231-3/+3
| |
| * Normalize language to support: "fr-FR"Samy Pessé2015-01-232-3/+10
| |
| * Add german transalationSamy Pessé2015-01-233-10/+28
| | | | | | | | Based on PR by @winniehell
| * Fix fr i18n textsSamy Pessé2015-01-231-1/+1
| |
| * Translate ebookSamy Pessé2015-01-235-6/+7
| |
| * Add french translations for websiteSamy Pessé2015-01-236-24/+36
| |
| * Set translation to use in templatesSamy Pessé2015-01-231-1/+3
| |
| * Load locales to translate layoutSamy Pessé2015-01-235-20/+45
| |
| * Fix language parsing testSamy Pessé2015-01-231-2/+2
| |
| * Fix #517: fix weibo sharing class in headerSamy Pessé2015-01-232-3/+1
| |
| * 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-234-4/+38
| |
| * 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
| |
| * Use npm version of gitbook-parsersSamy Pessé2015-01-231-1/+1
| |
| * Test ebook generation instead of pdf outputSamy Pessé2015-01-234-17/+20
| |
| * Check that readme file is not ignored when parsingSamy Pessé2015-01-231-0/+1
| |
| * Add base for ebook generatorSamy Pessé2015-01-235-32/+196
| |
| * Change name of generator "site" to "website"Samy Pessé2015-01-223-5/+5
| |
| * Use html link in search indexSamy Pessé2015-01-223-17/+17
| |
| * Remove glossary from theme jsSamy Pessé2015-01-224-130/+5
| |
| * Write search index to output folderSamy Pessé2015-01-225-2/+54
| |
| * Write glossary for websiteSamy Pessé2015-01-225-20/+44
| |