summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Remove githubIdSamy Pessé2014-09-173-33/+3
| * Add base to use plugins in page formatSamy Pessé2014-09-173-30/+61
* | fix radio input uncheck failedmarkcxz2014-09-101-2/+4
|/
* Write correct glossary to diskSamy Pessé2014-08-191-1/+1
* Show index on glossary pageSamy Pessé2014-08-182-1/+30
* Dump glossary index to glossary_index.jsonSamy Pessé2014-08-182-2/+15
* Remove debugSamy Pessé2014-08-181-3/+0
* Replace kramed-text-renderer referencesAaron O'Mullan2014-08-183-3/+3
* Add glossary indexingAaron O'Mullan2014-08-183-1/+111
* Fix dump typo in glossary's entryId funcAaron O'Mullan2014-08-171-1/+1
* Add "id" attribute to parsed glossary entriesAaron O'Mullan2014-08-171-0/+6
* Base template for glossarySamy Pessé2014-08-171-0/+17
* Parse glossary during buildSamy Pessé2014-08-171-1/+31
* Simplify output of glossary parsing to more simple objectsAaron O'Mullan2014-08-151-3/+8
* Add glossary parserAaron O'Mullan2014-08-112-0/+37
* Normalize markdown rendering with ebook (pdf, epub, mobi)Samy Pessé2014-08-111-1/+1
* Improve readme docSamy Pessé2014-08-111-1/+3
* Fix error with markdown renderingSamy Pessé2014-08-111-5/+5
* Change default fontSamy Pessé2014-08-111-1/+1
* Fix options parsingSamy Pessé2014-08-112-11/+5
* Change links system for sidebarSamy Pessé2014-08-111-9/+1
* Fix defaults for configurationSamy Pessé2014-08-112-2/+19
* Use only default configSamy Pessé2014-08-111-12/+1
* Remove config for github urlsSamy Pessé2014-08-114-124/+95
* Remove html5 cache manifestSamy Pessé2014-08-112-105/+2
* Fix Langs path operator for Windows using 'links.js'Viv-Rajkumar2014-08-111-1/+1
* Fix #278: Add page break between chapters/articlesSamy Pessé2014-08-011-1/+4
* Add comments to default introduction chapter codeAaron O'Mullan2014-07-311-0/+2
* Switch to graceful-fs, fix #373Aaron O'Mullan2014-07-303-3/+3
* Replace "marked" with "kramed"Aaron O'Mullan2014-07-306-18/+18
* Fix resource normalization in when loading pluginsAaron O'Mullan2014-07-302-5/+21
* Fix minor issues with new plugin additionsAaron O'Mullan2014-07-292-20/+32