summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Use container-based Travis CI stackSamy Pessé2015-01-221-0/+1
| | | | cc @winniehell
* Replace glossary terms by links to glossarySamy Pessé2015-01-221-1/+1
|
* Mark glossary terms in html parsedSamy Pessé2015-01-224-3/+88
|
* Use external gitbook parsersSamy Pessé2015-01-227-64/+14
|
* Add test for generation of multilingual bookSamy Pessé2015-01-221-0/+8
|
* Fix tests of generationsSamy Pessé2015-01-222-1/+4
|
* Separate test for geenrationSamy Pessé2015-01-223-31/+40
|
* Remove parent extension for nunjucksSamy Pessé2015-01-222-4/+1
|
* Add options "input" that equals root of the bookSamy Pessé2015-01-211-0/+10
|
* Copy files from book to outputSamy Pessé2015-01-214-6/+13
| | | | Add test for personalised styles
* Normalize testsSamy Pessé2015-01-2110-53/+58
|
* Fix display of summary in websiteSamy Pessé2015-01-213-8/+6
|
* Add summary utilsSamy Pessé2015-01-211-0/+24
|
* Normalize summary in gitbookSamy Pessé2015-01-216-31/+6
|
* 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-213-5/+19
|
* Adapt themes website templatesSamy Pessé2015-01-2112-95/+40
|
* Add normalization of pluginsSamy Pessé2015-01-212-2/+93
|
* Fix site generator polluting basegeneratorSamy Pessé2015-01-214-11/+25
|
* Fix json template preparationSamy Pessé2015-01-216-19/+111
|
* Fix asciidoc test generationSamy Pessé2015-01-212-0/+9
|
* Add asciidoc supportSamy Pessé2015-01-219-1/+26
|
* Add styles configuration in book.jsonSamy Pessé2015-01-203-4/+50
|
* Use latest version fo themeSamy Pessé2015-01-2012-32/+27
|
* Add back themeSamy Pessé2015-01-2087-2/+5115
|
* Improve tests for multilingual json outputSamy Pessé2015-01-191-1/+3
|
* Normalize paths in html contentSamy Pessé2015-01-199-14/+157
|
* Add test for parsing of navigationSamy Pessé2015-01-191-1/+11
|
* Fix list of files and parsing of navigation files onlySamy Pessé2015-01-193-23/+33
|
* Parse navigation and progress in parsed pageSamy Pessé2015-01-194-1/+123
|
* Handle different structure in json multilingual outputSamy Pessé2015-01-193-2/+12
|
* Complete json generator for multilingual bookSamy Pessé2015-01-193-12/+25
| | | | Add tests
* Write file in json generatorSamy Pessé2015-01-195-31/+106
|
* Start adapting json generatorSamy Pessé2015-01-194-23/+33
|
* Add base test for generationSamy Pessé2015-01-196-13/+102
|
* Fix parsing of plugins listSamy Pessé2015-01-192-4/+9
|
* Improve plugins installation to prevent installation of default pluginsSamy Pessé2015-01-195-78/+171
|
* Add command to install pluginsSamy Pessé2015-01-192-5/+20
|
* Add plugin objectSamy Pessé2015-01-194-5/+263
|
* Parse list of files and add test for itSamy Pessé2015-01-192-0/+43
|
* Change name of Book.init to Book.parseSamy Pessé2015-01-195-7/+16
|
* Improve test for parsing multilanguages booksSamy Pessé2015-01-191-0/+6
|
* Fix parsing of langsSamy Pessé2015-01-1910-3/+41
|
* Add test for glossary parsingSamy Pessé2015-01-192-0/+21
|
* Add test for readme parsingSamy Pessé2015-01-191-4/+9
|
* Improve test to test a all bookSamy Pessé2015-01-199-37/+59
|
* Parse readmeSamy Pessé2015-01-192-3/+28
|
* Use template before parsing glossary, summary and langsSamy Pessé2015-01-193-5/+32
|
* Add configuration to send structures filesSamy Pessé2015-01-194-4/+39
|
* Fix output for sub-books in multi languagesSamy Pessé2015-01-191-2/+7
|
* Fix parsing of langsSamy Pessé2015-01-193-8/+39
| | | | Add command to build
* Parse langs and glossarySamy Pessé2015-01-192-11/+77
|
* Add parsing of summary and associated testsSamy Pessé2015-01-195-1/+137
|
* Add test for loading configuration from book.jsSamy Pessé2015-01-193-1/+15
|
* Add base object to load configurationSamy Pessé2015-01-197-1/+251
|
* Clear folderSamy Pessé2015-01-19154-30479/+3
|
* Merge pull request #555 from GitbookIO/feature/stylesSamy Pessé2015-01-1518-41/+78
|\ | | | | Add custom styles options
| * Add doc about custom stylesSamy Pessé2015-01-141-1/+5
| |
| * Apply styles to ebook outputSamy Pessé2015-01-145-24/+22
| |
| * Include styles in website formatSamy Pessé2015-01-144-9/+36
| |
| * Add default values for "styles"Samy Pessé2015-01-141-0/+8
| |
| * Move theme folder "book" to "website"Samy Pessé2015-01-1410-7/+7
| |
* | Merge pull request #553 from GitbookIO/fix/summary-whitespaceSamy Pessé2015-01-145-7/+85
|\ \ | |/ |/| Fix/summary whitespace
| * Handle whitespace between lists in SUMMARY.mdAaron O'Mullan2015-01-141-4/+23
| |
| * Add test/bin/summary.jsAaron O'Mullan2015-01-141-0/+16
| | | | | | | | Another small useful tool
| * Add test/bin/lex.js utilityAaron O'Mullan2015-01-141-0/+16
| | | | | | | | Helpful binary when developing / debugging
| * Add summary whitespace testsAaron O'Mullan2015-01-142-3/+30
|/
* Merge pull request #547 from JozoVilcek/patch-2Samy Pessé2015-01-121-1/+1
|\ | | | | Change link to mermaid plugin
| * Change link to mermaid pluginJozef Vilcek2015-01-121-1/+1
|/ | | Repository name for mermaid plugin has changed to better reflect naming conventions
* Adapt platform command to gitbook.comSamy Pessé2015-01-116-9/+9
|
* Update urls in package.jsonSamy Pessé2015-01-111-4/+4
|
* Improve names of pluginsSamy Pessé2015-01-111-3/+3
|
* Merge pull request #545 from JozoVilcek/patch-1Samy Pessé2015-01-111-0/+1
|\ | | | | Enlist gitbook-mermaid plugin
| * Enlist gitbook-mermaid pluginJozef Vilcek2015-01-111-0/+1
|/
* Update kramed to 0.4.4Aaron O'Mullan2015-01-061-1/+1
|
* Bump version to 1.5.01.5.0Aaron O'Mullan2014-12-172-1/+5
|
* Add 1.4.2's changesAaron O'Mullan2014-12-171-0/+3
|
* Merge pull request #506 from Nijikokun/feature/clarity-midnightAaron O'Mullan2014-12-164-55/+170
|\ | | | | Clarity: Midnight Theme (Night)
| * Initial releaseNijiko Yonskai2014-11-224-55/+170
| |
* | Merge pull request #530 from GitbookIO/fix/cli-error-handlingAaron O'Mullan2014-12-163-44/+60
|\ \ | | | | | | Robust CLI error handling
| * | Robust CLI error handlingAaron O'Mullan2014-12-163-44/+60
|/ / | | | | | | Fixes #528, fixes #524, fixes #518
* | Bump version to 1.4.21.4.2Aaron O'Mullan2014-12-101-1/+1
| |
* | Fix descriptor and me leak with bad write queuesAaron O'Mullan2014-12-101-1/+14
| | | | | | | | | | | | | | | | Node.js for some reason queues up writes from fs.writeFile causing memory and descriptor leaks, preventing building large books. This is now fixed Fixes #336, fixes #454
* | Force process.exit at end of buildAaron O'Mullan2014-12-091-0/+5
| |
* | Merge pull request #516 from jr0cket/patch-1Samy Pessé2014-12-081-0/+5
|\ \ | | | | | | Add gitbook init command to "how to use" section
| * | Add gitbook init command to "how to use" sectionJohn Stevenson2014-12-071-0/+5
|/ / | | | | Highlight that Gitbook can generate the files and directories for a book from its SUMMARY.md file.
* | Add option isbn for booksSamy Pessé2014-12-034-2/+8
| |
* | Bump version to 1.4.11.4.1Samy Pessé2014-11-302-1/+4
| |
* | Fix command 'install' without argumentsSamy Pessé2014-11-301-0/+2
| |
* | Bump version to 1.4.01.4.0Samy Pessé2014-11-302-1/+5
| |
* | Add doc about gitbook installSamy Pessé2014-11-301-0/+2
| |