summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Add test for parsing of plugins list with versionSamy Pessé2014-11-301-1/+10
| |
* | Handle specific version for pluginsSamy Pessé2014-11-301-22/+37
| |
* | Improve error message when plugins not foundSamy Pessé2014-11-301-1/+1
| |
* | Add command "install" to install plugins from book.jsonSamy Pessé2014-11-305-24/+89
| |
* | Bump version to 1.3.41.3.4Samy Pessé2014-11-252-1/+6
| |
* | Omit "generator" when building file with config fileSamy Pessé2014-11-251-1/+1
| |
* | Merge pull request #502 from tonka3000/X-UA-Compatible-tagSamy Pessé2014-11-251-0/+1
|\ \ | | | | | | add X-UA-Compatible meta tag for IE
| * | add X-UA-Compatible meta tag for IE ↵Michael Aigner2014-11-201-0/+1
| |/ | | | | | | (https://github.com/GitbookIO/gitbook/issues/501)
* | Fix #505: add glossary to ebook fileSamy Pessé2014-11-243-1/+28
| |
* | Fx typoSamy Pessé2014-11-241-1/+1
| |
* | Add hook finish:beforeSamy Pessé2014-11-241-0/+3
| |
* | Merge pull request #503 from jr0cket/ebook-command-fixSamy Pessé2014-11-221-1/+4
|\ \ | |/ |/| updated eBook generation commands - resolves #432
| * made commands clearer by seperating output filename optionJohn Stevenson2014-11-221-4/+4
| |
| * updated eBook generation commandsJohn Stevenson2014-11-221-1/+4
|/
* Bump version to 1.3.31.3.3Samy Pessé2014-11-142-1/+4
|
* Fix parsing of already lexed contentSamy Pessé2014-11-143-3/+3
|
* Bump version to 1.3.21.3.2Samy Pessé2014-11-142-1/+7
|
* Fix bundle taskSamy Pessé2014-11-141-1/+1
|
* Update gitbook bundleSamy Pessé2014-11-142-5/+10
|
* Fix #441: Improve validity of epub outputSamy Pessé2014-11-133-4/+26
|
* Fix #496: improve replacement of glossary terms in htmlSamy Pessé2014-11-122-51/+52
|
* Merge pull request #494 from cnDelbert/masterSamy Pessé2014-11-121-1/+6
|\ | | | | Bug fix for issue#493: 2-level or more deep relative links go wrong when in win32
| * Bug fix for issue #493: 2-level or more deep relative links may go wrong ↵Delbert2014-11-061-1/+6
| | | | | | | | when in win32
* | Merge pull request #495 from romanlytkin/patch-1Aaron O'Mullan2014-11-071-0/+2
|\ \ | |/ |/| Update README.md
| * Update README.mdromanlytkin2014-11-071-0/+2
|/ | | Hi, i add 2 new plugins for gitbook, I hope it will be useful to someone.
* Remove unnecessary option "repo" from testsSamy Pessé2014-11-031-9/+0
|
* Adapt new page.parse api for testsSamy Pessé2014-11-035-11/+16
|
* Merge pull request #489 from codepiano/forkSamy Pessé2014-11-032-3/+4
|\ | | | | bugfix,init page object's lexed attribute.
| * Merge branch 'master' of github.com:GitbookIO/gitbook into forkcodepiano2014-11-0213-53/+20806
| |\ | | | | | | | | | | | | Conflicts: lib/parse/page.js
| * | bugfix,init page object's lexed attribute.codepiano2014-10-312-3/+4
| | | | | | | | | | | | | | | | | | the page object's attribute 'lexed' is not correctly inited.so when use page.lexed to generate the search index file,nothing will be indexed.
* | | Bump version to 1.3.11.3.1Samy Pessé2014-11-032-1/+4
| | |
* | | Fix #491: handle correctly url without path for linksSamy Pessé2014-11-031-1/+1
| |/ |/|
* | Bump version to 1.3.01.3.0Samy Pessé2014-11-012-1/+4
| |