summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fix init commandSamy Pessé2015-02-032-5/+6
| |
| * Fix installation instructionSamy Pessé2015-02-031-1/+1
| |
| * Bump version to 2.0.0-alpha.12.0.0-alpha.1Samy Pessé2015-02-031-1/+1
| |
| * Add message in gitbook command lineSamy Pessé2015-02-032-0/+10
| |
| * Accept alpha and beta version of pluginsSamy Pessé2015-02-021-1/+1
| |
| * Improve install command to resolve best plugin versionSamy Pessé2015-02-024-38/+86
| |
| * Fix #575: update logo and use retina faviconSamy Pessé2015-02-022-0/+0
| |
| * Merge pull request #573 from gbonanome/version/2.0Samy Pessé2015-01-311-0/+18
| |\ | | | | | | Add italian translation
| | * Add italian translationGiulio Bonanome2015-01-311-0/+18
| |/
| * 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-308-59/+99
| |
| * Merge pull request #572 from AndreyAkinshin/version/2.0Samy Pessé2015-01-301-0/+18
| |\ | | | | | | Add theme/i18n/ru.json
| | * Add theme/i18n/ru.jsonAndrey Akinshin2015-01-301-0/+18
| |/
| * Fix support of iframe in html normalizationSamy Pessé2015-01-302-4/+16
| |
| * Use spaces identationSamy Pessé2015-01-301-24/+24
| |
| * Add "generator" to plugins blocks and filters ctxSamy Pessé2015-01-301-1/+2
| |
| * Fix #515: Update parsers and add reStructuredText supportSamy Pessé2015-01-301-1/+1
| |
| * 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-296-54/+68
| |
| * Fix #565: fix relative path to fontsSamy Pessé2015-01-292-2/+2
| |
| * Fix ebook commandsSamy Pessé2015-01-291-1/+1
| |
| * Convert inline svg as png if neededSamy Pessé2015-01-294-6/+53
| |
| * 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-294-42/+98
| |
| * Fix copy of plugins assets to outputSamy Pessé2015-01-281-5/+5
| |
| * Fix resources loading in pluginsSamy Pessé2015-01-287-4/+50
| |
| * 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-282-0/+6
| |
| * 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
| |