summaryrefslogtreecommitdiffstats
path: root/lib/generate
Commit message (Collapse)AuthorAgeFilesLines
* Use a global configuration file for a book (default to book.json)Samy Pessé2014-04-281-0/+18
|
* Fix #163: Move logic of git infos extraction to libSamy Pessé2014-04-281-0/+14
|
* Add hooks "page:before" and "page:after"Samy Pessé2014-04-281-4/+22
|
* Use hook to allow plugins to edit page content during generation (Fixes #176)Samy Pessé2014-04-283-12/+19
|
* Add base cache manifestSamy Pessé2014-04-273-2/+103
|
* Adapt tests for pluginsSamy Pessé2014-04-271-1/+1
|
* Fix #169: fix resolve of external pluginsSamy Pessé2014-04-272-10/+17
|
* Fix #165: replace separator from ":" to ","Samy Pessé2014-04-271-1/+1
|
* Fixed typoPascal Borreli2014-04-241-1/+1
|
* Reorder plugin namesAaron O'Mullan2014-04-241-2/+3
| | | | Improves #149 and improves GitBookIO/editor#12
* Require plugin names to contain gitbook-*Aaron O'Mullan2014-04-241-3/+2
| | | | Fixes #149, fixes GitBookIO/editor#12
* Fix #136: replace links to .md by links to .htmlSamy Pessé2014-04-221-3/+8
| | | | Add more tests for links in page
* Change plugins separator to ","Samy Pessé2014-04-211-1/+1
|
* Update default addonsSamy Pessé2014-04-211-1/+1
|
* Change js interface for plugins and add configurationSamy Pessé2014-04-212-2/+7
|
* Fix #36: add mathjax plugin as defaultSamy Pessé2014-04-201-4/+6
|
* Use complete assets folder for pluginsSamy Pessé2014-04-202-10/+15
|
* Add option to change templates from pluginSamy Pessé2014-04-202-35/+58
|
* Add call for hooks "init" and "finish"Samy Pessé2014-04-193-3/+34
|
* Add resources to site buildSamy Pessé2014-04-192-7/+37
|
* Load plugins during generationSamy Pessé2014-04-193-2/+11
|
* Add method to load a list of plugins from generator optionsSamy Pessé2014-04-192-0/+35
|
* Add base loading of default addonsSamy Pessé2014-04-191-1/+69
| | | | Add mixpanel as default addon
* Add base plugin object and test validation of pluginSamy Pessé2014-04-192-1/+31
|
* Do not pass SUMMARY.md to generator, fixes #93Aaron O'Mullan2014-04-161-2/+11
| | | | | | We want to parse SUMMARY.md but not generate a file from it, thus it should be removed from the list of files to be processed by the generator
* Ignore .gitignore file by default in fs.listAaron O'Mullan2014-04-161-1/+2
| | | | Partial fix of #93
* Fix #91: Extract defaults title and description from README.mdSamy Pessé2014-04-141-8/+24
|
* Fix generate.file methodSamy Pessé2014-04-141-2/+2
|
* Remove logs from core moduleSamy Pessé2014-04-131-3/+1
|
* Move more build logic to the core generation moduleSamy Pessé2014-04-131-4/+71
|
* Add gitbook init command, fixes #67Aaron O'Mullan2014-04-122-0/+74
|
* Merge branch 'optional-github' of https://github.com/mrpotes/gitbook into ↵Samy Pessé2014-04-092-6/+6
|\ | | | | | | mrpotes-optional-github
| * Make use of github optionalJames Phillpotts2014-04-072-6/+6
| |
* | Fix progress link to READMESamy Pessé2014-04-071-1/+3
|/
* Remove need for README.md for multi-languagesSamy Pessé2014-04-061-1/+1
|
* Add option cover for ebook generationSamy Pessé2014-04-061-2/+18
|
* Add base ebook generator using ebook-convertSamy Pessé2014-04-062-0/+55
|
* Merge pull request #40 from GitbookIO/feature/searchclientSamy Pessé2014-04-061-0/+3
|\ | | | | Feature/searchclient
| * Use cache in localstorage to store search indexSamy Pessé2014-04-061-0/+3
| |
* | Add outdir option to generators' generateFileAaron O'Mullan2014-04-062-1/+3
| |
* | Fix dir option in site generatorAaron O'Mullan2014-04-061-1/+1
| | | | | | | | Use relative folder not absolute
* | Add .bookignore to ignoreFiles #37Aaron O'Mullan2014-04-061-1/+1
|/
* Merge pull request #39 from GitbookIO/feature/searchSamy Pessé2014-04-062-2/+107
|\ | | | | Feature/search
| * Generate search_index.json when generating siteAaron O'Mullan2014-04-062-2/+107
| | | | | | | | Fixes #24
* | Fix #33: copy files when generating pdf or single pageSamy Pessé2014-04-061-8/+0
|/
* Return options after generateSamy Pessé2014-04-061-0/+5
|
* Fix generation for page formatSamy Pessé2014-04-063-29/+18
|
* Add base for generating languages indexSamy Pessé2014-04-063-35/+61
|
* Add base for multi-languages bookSamy Pessé2014-04-061-45/+71
|
* Rename Index.js to index.jsSamy Pessé2014-04-061-1/+1
|
* Add command gitbook pdf to generate PDFSamy Pessé2014-04-051-2/+2
|
* Add pdf generator using gitbook-pdfSamy Pessé2014-04-052-0/+57
|
* Normalize paths on Windows to Unix conventionAaron O'Mullan2014-04-051-2/+10
| | | | Convert “\” to “/“ in relative paths in fs.list
* Generate an index.html instead of a README.htmlSamy Pessé2014-04-051-9/+4
|
* Copy README.html to index.html instead of symlimkAaron O'Mullan2014-04-051-2/+2
| | | | Fixes #28
* Show exercise in page formatSamy Pessé2014-04-041-0/+10
|
* Improve style for page printingSamy Pessé2014-04-041-10/+3
|
* Add summary to page generatorSamy Pessé2014-04-041-1/+1
|
* Add base style for printingSamy Pessé2014-04-041-0/+8
|
* Fix pages order in page generatorSamy Pessé2014-04-041-1/+12
|
* Don't generate folder when using generator "page"Samy Pessé2014-04-041-0/+4
|
* Add base for generating single page htmlSamy Pessé2014-04-043-8/+59
|
* Change template name for site generation to siteSamy Pessé2014-04-041-1/+1
|
* Add base for themingSamy Pessé2014-04-041-2/+8
|
* Move generator to specific folderSamy Pessé2014-04-043-9/+9
|
* Add base for page generatorSamy Pessé2014-04-042-0/+31
|
* Use relative symlink between index & READMEAaron O'Mullan2014-04-041-2/+2
| | | | Fixes #19, fixes #21
* Remove logs from generationSamy Pessé2014-04-043-10/+2
|
* Remove file template.jsSamy Pessé2014-04-042-67/+0
|
* Fix links in templatesSamy Pessé2014-04-041-1/+6
|
* Base for new site generatorSamy Pessé2014-04-042-15/+70
|
* Complete json generatorSamy Pessé2014-04-043-28/+75
|
* Add option -g to choice generatorSamy Pessé2014-04-042-1/+18
| | | | Add base json generator
* Add class BaseGeneratorSamy Pessé2014-04-043-47/+84
|
* Adding config option for github hostPaul Dixon2014-04-041-6/+9
| | | | | | | - this config option allows the github host url to be set to something other than github.com, mainly so that github enterprise users can change the url to their private host but will also work with bitbucket
* Fix some typos in libSamy Pessé2014-04-042-4/+3
|
* Resolve relative links to GitHub repo, fixes #6Aaron O'Mullan2014-04-021-1/+4
| | | | Useful for linking to blobs and other files …
* Fix #8: Improve page titleSamy Pessé2014-04-021-1/+0
|
* Fix #4: Add option for defining descriptionSamy Pessé2014-04-011-2/+6
|
* Add progress calculSamy Pessé2014-04-012-2/+2
|
* Only convert markdown file from the navigationSamy Pessé2014-03-311-3/+3
|
* Move getFiles to fs moduleSamy Pessé2014-03-312-36/+35
|
* Symlink README.html to index.html for book outputAaron O'Mullan2014-03-312-4/+13
|
* Replace glob with better fstream-ignoreAaron O'Mullan2014-03-311-5/+39
| | | | It ignores according to .gitignore and other folders
* Ensure destination dir exists before buildingAaron O'Mullan2014-03-311-0/+4
|
* Add navigation parsed in footerSamy Pessé2014-03-312-4/+9
|
* Set size of exercise code editor according to solutionAaron O'Mullan2014-03-311-0/+4
| | | | Use the number of lines in solution to set editor’s size
* Clean output folder before generatingAaron O'Mullan2014-03-312-5/+12
|
* Add base for full display of exercisesSamy Pessé2014-03-311-13/+2
|
* Add base display of exerciseSamy Pessé2014-03-311-1/+13
|
* Fix author linkSamy Pessé2014-03-311-0/+1
|
* Fix all relative linksSamy Pessé2014-03-312-3/+8
|
* Copy assets to buildSamy Pessé2014-03-312-1/+9
|
* Add base for generationSamy Pessé2014-03-313-0/+156