Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use a global configuration file for a book (default to book.json) | Samy Pessé | 2014-04-28 | 1 | -0/+18 |
| | |||||
* | Fix #163: Move logic of git infos extraction to lib | Samy Pessé | 2014-04-28 | 3 | -1/+72 |
| | |||||
* | Add hooks "page:before" and "page:after" | Samy Pessé | 2014-04-28 | 1 | -4/+22 |
| | |||||
* | Use hook to allow plugins to edit page content during generation (Fixes #176) | Samy Pessé | 2014-04-28 | 3 | -12/+19 |
| | |||||
* | Add base cache manifest | Samy Pessé | 2014-04-27 | 3 | -2/+103 |
| | |||||
* | Adapt tests for plugins | Samy Pessé | 2014-04-27 | 1 | -1/+1 |
| | |||||
* | Fix #169: fix resolve of external plugins | Samy Pessé | 2014-04-27 | 2 | -10/+17 |
| | |||||
* | Fix #165: replace separator from ":" to "," | Samy Pessé | 2014-04-27 | 1 | -1/+1 |
| | |||||
* | Merge pull request #144 from attomos/master | Samy Pessé | 2014-04-25 | 1 | -3/+8 |
|\ | | | | | Make quiz easier to click by surround it with label. | ||||
| * | Make quiz easier to click by surround it with label. | Nattaphoom Ch | 2014-04-24 | 1 | -3/+8 |
| | | |||||
* | | Fixed typo | Pascal Borreli | 2014-04-24 | 1 | -1/+1 |
| | | |||||
* | | Reorder plugin names | Aaron O'Mullan | 2014-04-24 | 1 | -2/+3 |
| | | | | | | | | Improves #149 and improves GitBookIO/editor#12 | ||||
* | | Require plugin names to contain gitbook-* | Aaron O'Mullan | 2014-04-24 | 1 | -3/+2 |
|/ | | | | Fixes #149, fixes GitBookIO/editor#12 | ||||
* | Fix #136: replace links to .md by links to .html | Samy Pessé | 2014-04-22 | 4 | -14/+62 |
| | | | | Add more tests for links in page | ||||
* | Change plugins separator to "," | Samy Pessé | 2014-04-21 | 1 | -1/+1 |
| | |||||
* | Update default addons | Samy Pessé | 2014-04-21 | 1 | -1/+1 |
| | |||||
* | Change js interface for plugins and add configuration | Samy Pessé | 2014-04-21 | 2 | -2/+7 |
| | |||||
* | Fix #36: add mathjax plugin as default | Samy Pessé | 2014-04-20 | 1 | -4/+6 |
| | |||||
* | Use complete assets folder for plugins | Samy Pessé | 2014-04-20 | 2 | -10/+15 |
| | |||||
* | Add option to change templates from plugin | Samy Pessé | 2014-04-20 | 2 | -35/+58 |
| | |||||
* | Add call for hooks "init" and "finish" | Samy Pessé | 2014-04-19 | 3 | -3/+34 |
| | |||||
* | Add resources to site build | Samy Pessé | 2014-04-19 | 2 | -7/+37 |
| | |||||
* | Load plugins during generation | Samy Pessé | 2014-04-19 | 3 | -2/+11 |
| | |||||
* | Add method to load a list of plugins from generator options | Samy Pessé | 2014-04-19 | 2 | -0/+35 |
| | |||||
* | Add base loading of default addons | Samy Pessé | 2014-04-19 | 1 | -1/+69 |
| | | | | Add mixpanel as default addon | ||||
* | Add base plugin object and test validation of plugin | Samy Pessé | 2014-04-19 | 2 | -1/+31 |
| | |||||
* | Refactor navigation generation to be functional | Aaron O'Mullan | 2014-04-18 | 1 | -47/+28 |
| | | | | | This makes it a lot less error prone and far more robust. As well as a lot easier to understand | ||||
* | Fix image path calcul | Samy Pessé | 2014-04-18 | 1 | -2/+8 |
| | |||||
* | Normalize code language before highlighting | Aaron O'Mullan | 2014-04-17 | 1 | -0/+3 |
| | |||||
* | Disable automatic highlighting | Aaron O'Mullan | 2014-04-16 | 1 | -3/+5 |
| | | | | Fallback to no highlighting rather that potentially funky highlighting | ||||
* | In parse/page remove global marked settings | Aaron O'Mullan | 2014-04-16 | 1 | -12/+10 |
| | | | | | Highlighter settings were global, moved them to the render function (where they should have been) | ||||
* | Fix #100: fix section test isQuiz | Samy Pessé | 2014-04-16 | 1 | -1/+1 |
| | |||||
* | Do not pass SUMMARY.md to generator, fixes #93 | Aaron O'Mullan | 2014-04-16 | 1 | -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.list | Aaron O'Mullan | 2014-04-16 | 1 | -1/+2 |
| | | | | Partial fix of #93 | ||||
* | Fix #91: Extract defaults title and description from README.md | Samy Pessé | 2014-04-14 | 1 | -8/+24 |
| | |||||
* | Add readme parsing for extracting title and description | Samy Pessé | 2014-04-14 | 2 | -0/+33 |
| | |||||
* | Fix generate.file method | Samy Pessé | 2014-04-14 | 1 | -2/+2 |
| | |||||
* | Remove logs from core module | Samy Pessé | 2014-04-13 | 1 | -3/+1 |
| | |||||
* | Move more build logic to the core generation module | Samy Pessé | 2014-04-13 | 1 | -4/+71 |
| | |||||
* | Add gitbook init command, fixes #67 | Aaron O'Mullan | 2014-04-12 | 2 | -0/+74 |
| | |||||
* | Refactor, document, improve section type detection | Aaron O'Mullan | 2014-04-12 | 1 | -18/+45 |
| | | | | Especially for quiz types | ||||
* | Quiz with GFM checkbox lists | James Phillpotts | 2014-04-12 | 3 | -27/+82 |
| | |||||
* | Tabular quiz | James Phillpotts | 2014-04-12 | 3 | -0/+51 |
| | |||||
* | Merge pull request #78 from mrpotes/mocha-windows | Aaron O'Mullan | 2014-04-10 | 1 | -10/+4 |
|\ | | | | | Fix URL creation on windows | ||||
| * | Use OS-agnostic path generation for images too | James Phillpotts | 2014-04-10 | 1 | -4/+2 |
| | | |||||
| * | Use API from node 0.8 | James Phillpotts | 2014-04-10 | 1 | -1/+2 |
| | | |||||
| * | Fix URL creation on windows | James Phillpotts | 2014-04-10 | 1 | -7/+2 |
| | | |||||
* | | Improve section detection, fixes #68 | Aaron O'Mullan | 2014-04-10 | 1 | -5/+9 |
| | | |||||
* | | Improve language normalization | Aaron O'Mullan | 2014-04-10 | 1 | -0/+2 |
|/ | | | | Check for null before converting to lower case | ||||
* | Merge Optional github | Samy Pessé | 2014-04-09 | 3 | -3/+8 |
|\ | |||||
| * | Add lexing support for content code in exercises | Aaron O'Mullan | 2014-04-08 | 2 | -1/+6 |
| | | | | | | | | #52, #49, #46 | ||||
| * | Fix URL rewriting error on empty URLs | Aaron O'Mullan | 2014-04-08 | 1 | -2/+2 |
| | | | | | | | | Fixes #54, fixes #59 | ||||
* | | Merge branch 'optional-github' of https://github.com/mrpotes/gitbook into ↵ | Samy Pessé | 2014-04-09 | 2 | -6/+6 |
|\ \ | |/ |/| | | | mrpotes-optional-github | ||||
| * | Make use of github optional | James Phillpotts | 2014-04-07 | 2 | -6/+6 |
| | | |||||
* | | Fix progress link to README | Samy Pessé | 2014-04-07 | 1 | -1/+3 |
|/ | |||||
* | Remove need for README.md for multi-languages | Samy Pessé | 2014-04-06 | 1 | -1/+1 |
| | |||||
* | Add option cover for ebook generation | Samy Pessé | 2014-04-06 | 1 | -2/+18 |
| | |||||
* | Add base ebook generator using ebook-convert | Samy Pessé | 2014-04-06 | 2 | -0/+55 |
| | |||||
* | Merge pull request #40 from GitbookIO/feature/searchclient | Samy Pessé | 2014-04-06 | 1 | -0/+3 |
|\ | | | | | Feature/searchclient | ||||
| * | Use cache in localstorage to store search index | Samy Pessé | 2014-04-06 | 1 | -0/+3 |
| | | |||||
* | | Resolve image URLs, fixes #38 | Aaron O'Mullan | 2014-04-06 | 1 | -0/+22 |
| | | | | | | | | Using outidr & dir options | ||||
* | | Add outdir option to generators' generateFile | Aaron O'Mullan | 2014-04-06 | 2 | -1/+3 |
| | | |||||
* | | Fix dir option in site generator | Aaron O'Mullan | 2014-04-06 | 1 | -1/+1 |
| | | | | | | | | Use relative folder not absolute | ||||
* | | Fix relative link detection in renderer | Aaron O'Mullan | 2014-04-06 | 1 | -1/+1 |
| | | |||||
* | | Add .bookignore to ignoreFiles #37 | Aaron O'Mullan | 2014-04-06 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #39 from GitbookIO/feature/search | Samy Pessé | 2014-04-06 | 5 | -63/+188 |
|\ | | | | | Feature/search | ||||
| * | Generate section.id in lexer | Aaron O'Mullan | 2014-04-06 | 2 | -5/+13 |
| | | | | | | | | This allows generating correct URLs for our search index | ||||
| * | Generate search_index.json when generating site | Aaron O'Mullan | 2014-04-06 | 2 | -2/+107 |
| | | | | | | | | Fixes #24 | ||||
| * | In page parser, lex only if not already lexed | Aaron O'Mullan | 2014-04-06 | 1 | -1/+2 |
| | | |||||
| * | Move page lexer to separate module | Aaron O'Mullan | 2014-04-06 | 3 | -56/+67 |
| | | | | | | | | Allow lexer to be used independently of page parser/renderer | ||||
* | | Fix #33: copy files when generating pdf or single page | Samy Pessé | 2014-04-06 | 1 | -8/+0 |
|/ | |||||
* | Return options after generate | Samy Pessé | 2014-04-06 | 1 | -0/+5 |
| | |||||
* | Fix generation for page format | Samy Pessé | 2014-04-06 | 3 | -29/+18 |
| | |||||
* | Add base for generating languages index | Samy Pessé | 2014-04-06 | 5 | -35/+85 |
| | |||||
* | Add base for multi-languages book | Samy Pessé | 2014-04-06 | 1 | -45/+71 |
| | |||||
* | Prevent renderer from mutating sections | Aaron O'Mullan | 2014-04-06 | 1 | -0/+3 |
| | |||||
* | Rename Index.js to index.js | Samy Pessé | 2014-04-06 | 1 | -1/+1 |
| | |||||
* | Add command gitbook pdf to generate PDF | Samy Pessé | 2014-04-05 | 1 | -2/+2 |
| | |||||
* | Merge pull request #31 from GitbookIO/feature/lang | Aaron O'Mullan | 2014-04-05 | 3 | -0/+34 |
|\ | | | | | Feature/lang | ||||
| * | Add basic code language normalization | Aaron O'Mullan | 2014-04-05 | 3 | -1/+23 |
| | | |||||
| * | Detect exercise language | Aaron O'Mullan | 2014-04-05 | 1 | -0/+12 |
| | | | | | | | | And ensure that all code blocks use the same language | ||||
* | | Add pdf generator using gitbook-pdf | Samy Pessé | 2014-04-05 | 2 | -0/+57 |
| | | |||||
* | | Normalize paths on Windows to Unix convention | Aaron O'Mullan | 2014-04-05 | 1 | -2/+10 |
| | | | | | | | | Convert “\” to “/“ in relative paths in fs.list | ||||
* | | Generate an index.html instead of a README.html | Samy Pessé | 2014-04-05 | 1 | -9/+4 |
|/ | |||||
* | Copy README.html to index.html instead of symlimk | Aaron O'Mullan | 2014-04-05 | 1 | -2/+2 |
| | | | | Fixes #28 | ||||
* | Show exercise in page format | Samy Pessé | 2014-04-04 | 1 | -0/+10 |
| | |||||
* | Improve style for page printing | Samy Pessé | 2014-04-04 | 1 | -10/+3 |
| | |||||
* | Add summary to page generator | Samy Pessé | 2014-04-04 | 1 | -1/+1 |
| | |||||
* | Add base style for printing | Samy Pessé | 2014-04-04 | 1 | -0/+8 |
| | |||||
* | Fix pages order in page generator | Samy Pessé | 2014-04-04 | 1 | -1/+12 |
| | |||||
* | Don't generate folder when using generator "page" | Samy Pessé | 2014-04-04 | 1 | -0/+4 |
| | |||||
* | Add base for generating single page html | Samy Pessé | 2014-04-04 | 3 | -8/+59 |
| | |||||
* | Change template name for site generation to site | Samy Pessé | 2014-04-04 | 1 | -1/+1 |
| | |||||
* | Add base for theming | Samy Pessé | 2014-04-04 | 1 | -2/+8 |
| | |||||
* | Move generator to specific folder | Samy Pessé | 2014-04-04 | 3 | -9/+9 |
| | |||||
* | Add base for page generator | Samy Pessé | 2014-04-04 | 2 | -0/+31 |
| | |||||
* | Use relative symlink between index & README | Aaron O'Mullan | 2014-04-04 | 1 | -2/+2 |
| | | | | Fixes #19, fixes #21 | ||||
* | Remove logs from generation | Samy Pessé | 2014-04-04 | 3 | -10/+2 |
| | |||||
* | Remove file template.js | Samy Pessé | 2014-04-04 | 2 | -67/+0 |
| | |||||
* | Fix links in templates | Samy Pessé | 2014-04-04 | 1 | -1/+6 |
| |