summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Log page causing error when a bug occurs during generationSamy Pesse2016-04-291-0/+4
| |
| * Don't fail if page doesn't existSamy Pesse2016-04-292-0/+17
| |
| * Fix validation of configuration for pluginsSamy Pesse2016-04-292-2/+2
| |
| * Fix listing of plugins when contains "-"Samy Pesse2016-04-296-16/+37
| |
| * Fix linting errorSamy Pesse2016-04-2911-19/+22
| |
| * Add api this.readFile and this.readFileAsStringSamy Pessé2016-04-291-0/+21
| |
| * Add context for page templatesSamy Pessé2016-04-291-7/+8
| |
| * Fix context for page templateSamy Pessé2016-04-295-6/+22
| |
| * Complete ebook generation using ebook-convertSamy Pessé2016-04-2910-28/+249
| |
| * Use API to create context for filters/blocksSamy Pessé2016-04-291-0/+6
| |
| * Merge remote-tracking branch 'origin/fixes' into fixesSamy Pessé2016-04-291-1/+1
| |\
| | * lib/api/encodePage.js: Fix deprecated page.progress assignmentJohan Preynat2016-04-291-1/+1
| | |
| * | Add ebook commands pdf/mobi/epubSamy Pessé2016-04-294-2/+90
| |/
| * Generate SUMMARY.html for ebook outputSamy Pessé2016-04-297-21/+50
| |
| * Correctly setup configuration for plugins in multilingual booksSamy Pessé2016-04-293-3/+20
| |
| * Add location.areIdenticalPaths(p1,p2) to effectively compare two pathsJohan Preynat2016-04-292-1/+16
| |
| * Find installed gitbook-plugins in node_modules folderJohan Preynat2016-04-292-4/+25
| |
| * Fix typoJohan Preynat2016-04-291-1/+1
| |
| * It should generate index for languagesSamy Pessé2016-04-298-42/+91
| |
| * Use plugin assets from parent when language bookSamy Pessé2016-04-292-1/+15
| |
| * Inherit plugins list from parent output when generating multilingual bookSamy Pessé2016-04-292-33/+60
| |
| * Add tests for parsing a book with option "root"Samy Pessé2016-04-291-0/+26
| |
| * Fix parsing of multilingual booksSamy Pessé2016-04-296-6/+44
| |
| * Complete deprecated page.progress and this.navigationSamy Pessé2016-04-297-35/+102
| |
| * Encode navigation for compatibility with gitbook v2Samy Pesse2016-04-284-8/+72
| |
| * Add command "init"Samy Pesse2016-04-2814-59/+143
| |
| * Add base for deprecated page.naviationSamy Pessé2016-04-282-0/+23
| |
| * Extend timeout for testsSamy Pessé2016-04-285-8/+7
| |
| * Add basic tests for website generatorSamy Pessé2016-04-281-0/+29
| |
| * Add basic tests for json generatorSamy Pessé2016-04-287-7/+72
| |
| * Export more modelsSamy Pessé2016-04-281-6/+5
| |
| * Always generate a README.json as introduction of json outputSamy Pessé2016-04-281-1/+3
| |
| * Fix typo in JSONUtils.encodeBookSamy Pessé2016-04-281-1/+1
| |
| * Copy readme.json from main language for json output of multilingualSamy Pessé2016-04-284-4/+28
| |
| * Add "next" and "previous" to page JSON reprSamy Pessé2016-04-284-7/+61
| |
| * Add tests for PathUtilsSamy Pessé2016-04-281-0/+17
| |
| * Add modifiers to edit article and insert in summarySamy Pessé2016-04-289-5/+188
| |
| * Fix ref in summary when parsed without refSamy Pessé2016-04-281-1/+6
| |
| * Add tests for SummaryModifier.editPartTitleSamy Pessé2016-04-284-6/+57
| |
| * Add method setSummary to bookSamy Pessé2016-04-282-4/+13
| |
| * Add base modifiers for summary as SummaryModifierSamy Pessé2016-04-2810-11/+144
| |
| * Add tests for parseIgnoreSamy Pessé2016-04-288-11/+53
| |
| * Handle correctly ignored file in multilanguages bookSamy Pessé2016-04-281-0/+9
| |
| * Add comments for todosSamy Pesse2016-04-273-2/+21
| |
| * Correctly resolve images starting with /Samy Pesse2016-04-276-7/+71
| |
| * Add tests for svg inlinerSamy Pesse2016-04-277-22/+78
| |
| * Document cli/server.jsSamy Pessé2016-04-271-2/+15
| |
| * Add test for assets inlinerSamy Pessé2016-04-2712-23/+153
| |
| * Add language property to book for multilingualSamy Pessé2016-04-273-58/+71
| |
| * Use orderedMap for language booksSamy Pessé2016-04-272-4/+15
| |
| * Use code TemplateBlock to highlight codeSamy Pessé2016-04-2712-63/+135
| |
| * Add test for highlightCode html modifierSamy Pessé2016-04-274-2/+110
| |
| * Merge remote-tracking branch 'origin/fixes' into fixesSamy Pessé2016-04-271-1/+5
| |\
| | * Check for stdout, for browser compatibilitySoreine2016-04-271-1/+5
| | |
| * | Generate multilingual booksSamy Pessé2016-04-271-0/+16
| |/
| * Correctly ignore summary and templates from assetsSamy Pessé2016-04-273-2/+34
| |
| * Fix plugin's config validationSamy Pessé2016-04-271-1/+2
| |
| * Add browser specific index.jsSamy Pessé2016-04-272-0/+10
| |
| * Add method ".toText" on glossary and summarySamy Pessé2016-04-275-12/+77
| |
| * Complete api method output.toURLSamy Pessé2016-04-271-2/+3
| |
| * Add plugins.resources for template contextSamy Pessé2016-04-275-5/+60
| |
| * Merge remote-tracking branch 'origin/fixes' into fixesSamy Pessé2016-04-271-0/+2
| |\
| | * Exposes FS in public interfaceSoreine2016-04-271-0/+2
| | |
| * | Add JS context for templateSamy Pessé2016-04-274-16/+34
| |/
| * Fix order of plugins assets copySamy Pessé2016-04-271-1/+5
| |
| * Fix filters for theme templatesSamy Pessé2016-04-2715-94/+178
| |
| * Don;t log deprecation warning for own logicSamy Pessé2016-04-274-7/+38
| |
| * Complete generator name in plugins APISamy Pessé2016-04-273-7/+59
| |
| * Add this.book and this.options as deprecatedSamy Pessé2016-04-271-0/+6
| |
| * Stop running test on node 0.12 for windowsSamy Pesse2016-04-268-29/+72
| |
| * Load i18n translationsSamy Pesse2016-04-269-114/+207
| |
| * Correctly set log levelSamy Pesse2016-04-264-17/+57
| |
| * Add base for plugin JS apiSamy Pesse2016-04-2613-32/+228
| |
| * Add command "serve"Samy Pesse2016-04-269-354/+108
| |
| * Add default filters to theme templating engineSamy Pesse2016-04-261-2/+3
| |
| * Add base for commandsSamy Pesse2016-04-2615-210/+451
| | | | | | | | Improve plugins installation
| * Add more tests for summarySamy Pesse2016-04-264-30/+68
| |
| * Add duration to final log for generationSamy Pesse2016-04-266-20/+57
| |
| * Complete method getByPath of SummarySamy Pesse2016-04-263-39/+17
| |
| * Add test for readme parsingSamy Pesse2016-04-262-0/+46
| |
| * Add basic tests for summary parsingSamy Pesse2016-04-262-2/+39
| |
| * Add test for parsing glossarySamy Pesse2016-04-265-2/+54
| |
| * Add mock fs and tests for itSamy Pesse2016-04-265-2/+189
| |
| * Copy resources from plugins to output folderSamy Pesse2016-04-252-20/+96
| |
| * Copy assets from themes to output folderSamy Pesse2016-04-2510-13/+110
| |
| * Enable extension "do"Samy Pessé2016-04-252-2/+37
| |
| * Fix resolution of theme's templatesSamy Pessé2016-04-259-19/+53
| |
| * Add loader for themesSamy Pessé2016-04-258-6/+173
| |
| * Disable travis tests on 0.12Samy Pessé2016-04-251-1/+0
| |
| * Add conrefs loader for templatingSamy Pessé2016-04-2511-12/+194
| |
| * Add more tests for LocationUtilsSamy Pessé2016-04-251-1/+50
| |
| * Add post processing for templatesSamy Pessé2016-04-256-2/+106
| |
| * Replace shortcuts in templatingSamy Pessé2016-04-256-25/+104
| |
| * Add base rendering for templateSamy Pessé2016-04-255-7/+62
| |
| * Add tests for link resolutionSamy Pessé2016-04-253-2/+91
| |
| * Complete json formatSamy Pessé2016-04-257-21/+27
| |
| * Convert markdown to html for pagesSamy Pessé2016-04-253-2/+45
| |
| * Fix plugins loadingSamy Pessé2016-04-2526-32/+166
| |
| * Add fiel for testing resolveLinksSamy Pesse2016-04-245-5/+61
| |
| * Add default filters and blocksSamy Pesse2016-04-245-397/+87
| |