summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Test ebook generation instead of pdf outputSamy Pessé2015-01-232-2/+5
* Check that readme file is not ignored when parsingSamy Pessé2015-01-231-0/+1
* Add base for ebook generatorSamy Pessé2015-01-234-32/+181
* Change name of generator "site" to "website"Samy Pessé2015-01-222-1/+1
* Use html link in search indexSamy Pessé2015-01-223-17/+17
* Write search index to output folderSamy Pessé2015-01-223-2/+52
* Write glossary for websiteSamy Pessé2015-01-223-8/+26
* Replace glossary terms by links to glossarySamy Pessé2015-01-221-1/+1
* Mark glossary terms in html parsedSamy Pessé2015-01-222-2/+72
* Use external gitbook parsersSamy Pessé2015-01-224-61/+11
* Remove parent extension for nunjucksSamy Pessé2015-01-221-2/+0
* Add options "input" that equals root of the bookSamy Pessé2015-01-211-0/+10
* Copy files from book to outputSamy Pessé2015-01-212-6/+1
* Fix display of summary in websiteSamy Pessé2015-01-211-3/+3
* Add summary utilsSamy Pessé2015-01-211-0/+24
* Normalize summary in gitbookSamy Pessé2015-01-212-1/+5
* 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-211-4/+18
* Adapt themes website templatesSamy Pessé2015-01-212-1/+12
* Add normalization of pluginsSamy Pessé2015-01-212-2/+93
* Fix site generator polluting basegeneratorSamy Pessé2015-01-212-9/+22
* Fix json template preparationSamy Pessé2015-01-214-15/+108
* Add asciidoc supportSamy Pessé2015-01-211-0/+6
* Add styles configuration in book.jsonSamy Pessé2015-01-202-3/+48
* Add back themeSamy Pessé2015-01-202-1/+46
* Normalize paths in html contentSamy Pessé2015-01-194-9/+142
* Fix list of files and parsing of navigation files onlySamy Pessé2015-01-191-7/+8
* 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-192-11/+14
* Write file in json generatorSamy Pessé2015-01-193-30/+90
* Start adapting json generatorSamy Pessé2015-01-193-20/+30
* Add base test for generationSamy Pessé2015-01-194-11/+93
* 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-193-3/+256
* Parse list of files and add test for itSamy Pessé2015-01-191-0/+35
* Change name of Book.init to Book.parseSamy Pessé2015-01-193-5/+13
* Fix parsing of langsSamy Pessé2015-01-192-2/+19
* Improve test to test a all bookSamy Pessé2015-01-191-4/+7
* 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-193-3/+37
* Fix output for sub-books in multi languagesSamy Pessé2015-01-191-2/+7
* Fix parsing of langsSamy Pessé2015-01-193-8/+39
* Parse langs and glossarySamy Pessé2015-01-192-11/+77
* Add parsing of summary and associated testsSamy Pessé2015-01-192-0/+102
* Add base object to load configurationSamy Pessé2015-01-194-0/+227
* Clear folderSamy Pessé2015-01-1932-2907/+0
* Merge pull request #555 from GitbookIO/feature/stylesSamy Pessé2015-01-155-9/+47
|\
| * Apply styles to ebook outputSamy Pessé2015-01-142-3/+9
| * Include styles in website formatSamy Pessé2015-01-143-1/+25
| * Add default values for "styles"Samy Pessé2015-01-141-0/+8
| * Move theme folder "book" to "website"Samy Pessé2015-01-141-5/+5
* | Handle whitespace between lists in SUMMARY.mdAaron O'Mullan2015-01-141-4/+23
|/
* Fix descriptor and me leak with bad write queuesAaron O'Mullan2014-12-101-1/+14
* Add option isbn for booksSamy Pessé2014-12-032-1/+3
* 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-303-23/+65
* Omit "generator" when building file with config fileSamy Pessé2014-11-251-1/+1
* Fix #505: add glossary to ebook fileSamy Pessé2014-11-241-1/+9
* Fx typoSamy Pessé2014-11-241-1/+1
* Add hook finish:beforeSamy Pessé2014-11-241-0/+3
* Fix parsing of already lexed contentSamy Pessé2014-11-141-1/+1
* Bug fix for issue #493: 2-level or more deep relative links may go wrong when...Delbert2014-11-061-1/+6
* Adapt new page.parse api for testsSamy Pessé2014-11-033-9/+14
* Merge pull request #489 from codepiano/forkSamy Pessé2014-11-032-3/+4
|\
| * Merge branch 'master' of github.com:GitbookIO/gitbook into forkcodepiano2014-11-027-50/+32
| |\
| * | bugfix,init page object's lexed attribute.codepiano2014-10-312-3/+4
* | | Fix #491: handle correctly url without path for linksSamy Pessé2014-11-031-1/+1
| |/ |/|
* | Fix dependency in rendererSamy Pessé2014-11-011-0/+1
* | Remove dependency for path in parserSamy Pessé2014-11-011-5/+2
* | Adapt include in page parsing to works on clientsideSamy Pessé2014-11-016-45/+29
|/
* Normalize template pathsSamy Pessé2014-10-302-5/+5
* Fix #487: Use generated toc as base for ebook generationSamy Pessé2014-10-303-6/+26
* Add 'variables' to book.json docSamy Pessé2014-10-291-0/+3
* Use book.json to store variablesSamy Pessé2014-10-292-20/+2
* Fix small incompatibility mistakeAaron O'Mullan2014-10-152-8/+5
* Add include support, with variables and the whole shebangAaron O'Mullan2014-10-157-53/+100
* Merge pull request #472 from GitbookIO/fix/quizzesAaron O'Mullan2014-10-133-53/+107
|\
| * Allow quiz titles in validationAaron O'Mullan2014-10-131-1/+6
| * Rewrite quiz logic to be more robustAaron O'Mullan2014-10-131-31/+68
| * Split section classification to separate filesAaron O'Mullan2014-10-133-53/+65
* | Ste GitBook as publisherSamy Pessé2014-10-131-0/+1
|/
* Add link to gitbook.gitignoreSamy Pessé2014-10-131-1/+0
* Improve commentsSamy Pessé2014-10-132-8/+0
* Fix default for pdf templatesSamy Pessé2014-10-131-4/+4
* Remove ref to github optionsSamy Pessé2014-10-131-14/+3
* Force type of header and footer templatesSamy Pessé2014-10-132-1/+9
|\
| * Adding options to set header and footer in PDF generationAlexandre Aquiles2014-10-062-2/+10
* | Merge pull request #471 from GitbookIO/feature/multipagesSamy Pessé2014-10-136-36/+11
|\ \
| * | Remove old codesSamy Pessé2014-10-125-32/+4
| * | Generate multiple page for ebookSamy Pessé2014-10-122-8/+11
| |/
* | Fix incorrect page breaks after h1 and h2 divsAaron O'Mullan2014-10-081-1/+2
|/
* Merge pull request #440 from GitbookIO/feature/ebookpluginsSamy Pessé2014-09-175-53/+60
|\
| * Fix correct folder for assetsSamy Pessé2014-09-171-1/+1
| * Use correct resources file for ebookSamy Pessé2014-09-173-6/+12