summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
| * Add lexing support for content code in exercisesAaron O'Mullan2014-04-082-1/+6
| | | | | | | | #52, #49, #46
| * Fix URL rewriting error on empty URLsAaron O'Mullan2014-04-081-2/+2
| | | | | | | | Fixes #54, fixes #59
* | 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
| |
* | Resolve image URLs, fixes #38Aaron O'Mullan2014-04-061-0/+22
| | | | | | | | Using outidr & dir options
* | 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
* | Fix relative link detection in rendererAaron O'Mullan2014-04-061-1/+1
| |
* | Add .bookignore to ignoreFiles #37Aaron O'Mullan2014-04-061-1/+1
|/
* Merge pull request #39 from GitbookIO/feature/searchSamy Pessé2014-04-065-63/+188
|\ | | | | Feature/search
| * Generate section.id in lexerAaron O'Mullan2014-04-062-5/+13
| | | | | | | | This allows generating correct URLs for our search index
| * Generate search_index.json when generating siteAaron O'Mullan2014-04-062-2/+107
| | | | | | | | Fixes #24
| * In page parser, lex only if not already lexedAaron O'Mullan2014-04-061-1/+2
| |
| * Move page lexer to separate moduleAaron O'Mullan2014-04-063-56/+67
| | | | | | | | Allow lexer to be used independently of page parser/renderer
* | 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-065-35/+85
|
* Add base for multi-languages bookSamy Pessé2014-04-061-45/+71
|
* Prevent renderer from mutating sectionsAaron O'Mullan2014-04-061-0/+3
|
* 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
|
* Merge pull request #31 from GitbookIO/feature/langAaron O'Mullan2014-04-053-0/+34
|\ | | | | Feature/lang
| * Add basic code language normalizationAaron O'Mullan2014-04-053-1/+23
| |
| * Detect exercise languageAaron O'Mullan2014-04-051-0/+12
| | | | | | | | And ensure that all code blocks use the same language
* | 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
* _path is not used anymoreSamy Pessé2014-04-041-2/+2
|
* Change normalization of parser to give link in .mdSamy Pessé2014-04-042-7/+4
|
* 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-044-5/+5
|
* Resolve relative links to GitHub repo, fixes #6Aaron O'Mullan2014-04-023-7/+27
| | | | Useful for linking to blobs and other files …
* Merge sections together, fixes #7Aaron O'Mullan2014-04-021-0/+13
|
* Fix #8: Improve page titleSamy Pessé2014-04-023-4/+12
|
* Expose titles in navigation of current nodesAaron O'Mullan2014-04-021-0/+2
|
* Fix usage of highlight.jsSamy Pessé2014-04-011-2/+7
|
* Fix #3: Add syntax highlightingSamy Pessé2014-04-011-0/+7
|
* Fix #4: Add option for defining descriptionSamy Pessé2014-04-011-2/+6
|
* Improve animation and display of progress barSamy Pessé2014-04-011-1/+4
|
* Add progress calculSamy Pessé2014-04-014-3/+41
|
* Don't add chapters/articles with null paths to navigationAaron O'Mullan2014-04-011-0/+5
|
* Only convert markdown file from the navigationSamy Pessé2014-03-311-3/+3
|
* Move getFiles to fs moduleSamy Pessé2014-03-312-36/+35
|
* Add level attribute in navigationAaron O'Mullan2014-03-311-0/+3
|
* Add level attribute to chapters/articlesAaron O'Mullan2014-03-311-6/+10
|
* 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 target _blank support in renderer for external linksAaron O'Mullan2014-03-311-8/+39
|
* Fix tiny typoAaron O'Mullan2014-03-311-1/+1
| | | | In string not code
* Improve navigation from 1st chapter back to introAaron O'Mullan2014-03-311-1/+7
| | | | 1st chapter’s prev, now links to the intro page
* Fix previous/next chapter navigationAaron O'Mullan2014-03-311-7/+12
|
* Add navigation parsed in footerSamy Pessé2014-03-312-4/+9
|
* Add parse.navigation moduleAaron O'Mullan2014-03-312-0/+69
| | | | With tests
* Change summary data formatAaron O'Mullan2014-03-311-3/+2
| | | | | Simplify chapter objects, by making them identical to article objects besides the .articles attribute
* 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
|
* Filter out empty sections when generating pagesAaron O'Mullan2014-03-311-0/+3
|
* Generate a unique Id for each sectionAaron O'Mullan2014-03-311-0/+5
|
* Add base for full display of exercisesSamy Pessé2014-03-311-13/+2
|
* Add content & code generation for exercise sectionsAaron O'Mullan2014-03-311-9/+28
|
* Add base display of exerciseSamy Pessé2014-03-311-1/+13
|
* Fix author linkSamy Pessé2014-03-311-0/+1
|
* Fix bug with exercise classificationAaron O'Mullan2014-03-311-7/+9
|
* Fix all relative linksSamy Pessé2014-03-312-3/+8
|
* Merge branch 'master' of https://github.com/GitbookIO/gitbookSamy Pessé2014-03-313-2/+41
|\
| * Normalize .md links to .html when rendering pagesAaron O'Mullan2014-03-312-1/+35
| |
| * Normalize chapter & article pathsAaron O'Mullan2014-03-311-1/+6
| |
* | Copy assets to buildSamy Pessé2014-03-312-1/+9
| |
* | Add base for generationSamy Pessé2014-03-314-0/+157
|/
* Move summary & page parsing code to lib/parse/Aaron O'Mullan2014-03-314-2/+6
|
* Improve section classificationAaron O'Mullan2014-03-311-2/+2
|
* Expose page module in index.jsAaron O'Mullan2014-03-301-1/+2
|