summaryrefslogtreecommitdiffstats
path: root/lib/generate
Commit message (Collapse)AuthorAgeFilesLines
* Clear folderSamy Pessé2015-01-1913-1875/+0
|
* 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
|
* 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
* 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
|
* Bug fix for issue #493: 2-level or more deep relative links may go wrong ↵Delbert2014-11-061-1/+6
| | | | when in win32
* Adapt new page.parse api for testsSamy Pessé2014-11-032-5/+7
|
* Merge branch 'master' of github.com:GitbookIO/gitbook into forkcodepiano2014-11-022-4/+8
|\ | | | | | | | | Conflicts: lib/parse/page.js
| * Adapt include in page parsing to works on clientsideSamy Pessé2014-11-012-4/+8
| |
* | bugfix,init page object's lexed attribute.codepiano2014-10-311-1/+1
|/ | | | | | 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.
* Normalize template pathsSamy Pessé2014-10-302-5/+5
|
* Fix #487: Use generated toc as base for ebook generationSamy Pessé2014-10-302-4/+24
|
* 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-151-7/+4
|
* Add include support, with variables and the whole shebangAaron O'Mullan2014-10-153-19/+46
| | | | Fixes #462
* 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
|
* 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
|\ \ | | | | | | Use multiple HTML files for ebook generation
| * | 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
|/ | | | Fixes #463, fixes #337, fixes #293
* 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
| | | | Enable hook for ebook
* Add base to use plugins in page formatSamy Pessé2014-09-173-30/+61
|
* 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-182-2/+2
| | | | with “kramed-text-renderer”
* Add glossary indexingAaron O'Mullan2014-08-182-1/+110
|
* Base template for glossarySamy Pessé2014-08-171-0/+17
|
* Parse glossary during buildSamy Pessé2014-08-171-1/+31
|
* Normalize markdown rendering with ebook (pdf, epub, mobi)Samy Pessé2014-08-111-1/+1
|
* Improve readme docSamy Pessé2014-08-111-1/+3
|
* 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-112-66/+94
|
* 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
|
* Switch to graceful-fs, fix #373Aaron O'Mullan2014-07-302-2/+2
|
* Replace "marked" with "kramed"Aaron O'Mullan2014-07-301-4/+4
|
* Fix resource normalization in when loading pluginsAaron O'Mullan2014-07-302-5/+21
| | | | Fixes #384
* Fix minor issues with new plugin additionsAaron O'Mullan2014-07-292-20/+32
|
* Support generating a plugin's book info dynamicallyAaron O'Mullan2014-07-292-69/+113
|
* Ignore config files by default in fs.listShaform2014-07-131-0/+5
|
* Merge pull request #268 from rlmv/masterSamy Pessé2014-07-111-0/+1
|\ | | | | Fix page.path for plugins
| * pass 'rawPath' page path to pluginsRobert Marchman2014-06-241-0/+1
| |
* | Hooks for summary dataMatt Ellis2014-07-091-6/+24
|/
* Support URLs in "github" configAaron O'Mullan2014-06-161-2/+9
| | | | Fixes GitbookIO/gitbook.io#90
* Skip extra files and folders in copy phase of generationAaron O'Mullan2014-06-151-1/+12
|
* Allow external links in summary, fixes #300Aaron O'Mullan2014-06-081-1/+6
|
* Remove useless logSamy Pessé2014-06-081-1/+0
|
* Fix font size for mono font on pdf outputSamy Pessé2014-06-081-0/+1
|
* Fix cover picture for multilangs book convertion to ebookSamy Pessé2014-06-084-3/+34
|
* Fix GitbookIO/gitbook.io#69: copy cover files at multi-langs rootSamy Pessé2014-06-071-0/+11
|
* Improve meta tags for booksSamy Pessé2014-06-064-34/+51
|
* Fix #296: fix static links on windowsSamy Pessé2014-06-061-2/+2
|
* In case there's no config file, do not failJuho Vepsalainen2014-06-031-4/+8
|
* Allow book.js to be used in addition to book.jsonJuho Vepsalainen2014-06-031-12/+6
| | | | | | | Now it's possible to comment configuration properly and do some dynamic things if needed. Closes #287.
* Add option pdf.pageNumberSamy Pessé2014-06-031-0/+2
| | | | Fix GitbookIO/editor#38
* Remove mixpanel as a default addonSamy Pessé2014-06-031-1/+0
|
* Fix calcul of output format for ebookSamy Pessé2014-06-021-7/+2
|
* Add options paperSize and margin for pdfSamy Pessé2014-06-021-9/+17
|
* Add options pdf.toc and pdf.fontSizeSamy Pessé2014-06-021-2/+6
|
* Langs index page now use direct link to html fileSamy Pessé2014-06-021-0/+5
|
* Fix #282: stop generation of langs index for page formatSamy Pessé2014-06-021-0/+5
|
* Fix error when plugin don't extend bookSamy Pessé2014-06-021-0/+1
|
* Fix error during generationSamy Pessé2014-06-021-1/+1
|
* Add error message when generator is invalidSamy Pessé2014-06-021-10/+19
| | | | Fixes #276, #277
* Set default pdf font size to 12Aaron O'Mullan2014-05-291-1/+2
|
* Force paper format to A4 fro pdfSamy Pessé2014-05-301-1/+2
|
* Add margin on pdf outputSamy Pessé2014-05-291-1/+7
|
* Add toc at the end of pdfSamy Pessé2014-05-291-0/+5
|
* Improve ebook generation (toc, ...)Samy Pessé2014-05-293-10/+16
|
* Generate valid first level table of content for ebookSamy Pessé2014-05-291-1/+2
|
* Use ebook-convert for pdf generationSamy Pessé2014-05-292-57/+0
|
* Merge pull request #265 from GitbookIO/feature/levelsAaron O'Mullan2014-05-261-1/+1
|\ | | | | More than two section level in summary
| * Adapt navigation parsing to third and more levels in summarySamy Pessé2014-05-261-1/+1
| |
* | Remove command log in ebook convertSamy Pessé2014-05-261-2/+0
| |
* | Fix cover option for ebookSamy Pessé2014-05-261-4/+6
| |
* | Fix use of cover.jpg in ebookSamy Pessé2014-05-261-4/+4
|/