Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adapt navigation parsing to third and more levels in summary | Samy Pessé | 2014-05-26 | 1 | -1/+1 |
| | |||||
* | Add livereload as default plugins only for serve | Samy Pessé | 2014-05-21 | 1 | -15/+16 |
| | |||||
* | For multi-langs, run build one by one | Samy Pessé | 2014-05-21 | 1 | -3/+3 |
| | |||||
* | Fix merge of output for multi-languages books | Samy Pessé | 2014-05-20 | 1 | -2/+12 |
| | |||||
* | Extract title and description from readme before switching to ↵ | Samy Pessé | 2014-05-20 | 1 | -12/+18 |
| | | | | multi-languages handling | ||||
* | Fix issue of disabling issues and contribute | Aaron O'Mullan | 2014-05-15 | 1 | -1/+3 |
| | | | | Improve robustness of template display conditions | ||||
* | Allow github support to be disabled in book.json | Aaron O'Mullan | 2014-05-15 | 1 | -1/+11 |
| | | | | Fixes #238 | ||||
* | Fix #211: read config file before cleaning output folder | Samy Pessé | 2014-05-06 | 1 | -5/+5 |
| | |||||
* | Improve generate's reliability, fixes #202 | Aaron O'Mullan | 2014-05-04 | 1 | -100/+153 |
| | | | | This also improves speed on multi language books | ||||
* | Fix #127: add configuration for changing links in sidebar | Samy Pessé | 2014-04-30 | 1 | -11/+16 |
| | |||||
* | 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 | 1 | -0/+14 |
| | |||||
* | Fixed typo | Pascal Borreli | 2014-04-24 | 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 | 1 | -1/+5 |
| | |||||
* | Add call for hooks "init" and "finish" | Samy Pessé | 2014-04-19 | 1 | -0/+3 |
| | |||||
* | Load plugins during generation | Samy Pessé | 2014-04-19 | 1 | -1/+2 |
| | |||||
* | Add base plugin object and test validation of plugin | Samy Pessé | 2014-04-19 | 1 | -1/+3 |
| | |||||
* | 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 | ||||
* | Fix #91: Extract defaults title and description from README.md | Samy Pessé | 2014-04-14 | 1 | -8/+24 |
| | |||||
* | 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 |
| | |||||
* | Make use of github optional | James Phillpotts | 2014-04-07 | 1 | -4/+4 |
| | |||||
* | Remove need for README.md for multi-languages | Samy Pessé | 2014-04-06 | 1 | -1/+1 |
| | |||||
* | Add base ebook generator using ebook-convert | Samy Pessé | 2014-04-06 | 1 | -0/+1 |
| | |||||
* | Return options after generate | Samy Pessé | 2014-04-06 | 1 | -0/+5 |
| | |||||
* | Fix generation for page format | Samy Pessé | 2014-04-06 | 1 | -5/+5 |
| | |||||
* | Add base for generating languages index | Samy Pessé | 2014-04-06 | 1 | -18/+18 |
| | |||||
* | Add base for multi-languages book | Samy Pessé | 2014-04-06 | 1 | -45/+71 |
| | |||||
* | Add pdf generator using gitbook-pdf | Samy Pessé | 2014-04-05 | 1 | -0/+1 |
| | |||||
* | Add base for generating single page html | Samy Pessé | 2014-04-04 | 1 | -1/+4 |
| | |||||
* | Move generator to specific folder | Samy Pessé | 2014-04-04 | 1 | -3/+3 |
| | |||||
* | Add base for page generator | Samy Pessé | 2014-04-04 | 1 | -0/+1 |
| | |||||
* | Remove logs from generation | Samy Pessé | 2014-04-04 | 1 | -6/+1 |
| | |||||
* | Remove file template.js | Samy Pessé | 2014-04-04 | 1 | -1/+0 |
| | |||||
* | Base for new site generator | Samy Pessé | 2014-04-04 | 1 | -1/+1 |
| | |||||
* | Complete json generator | Samy Pessé | 2014-04-04 | 1 | -16/+29 |
| | |||||
* | Add option -g to choice generator | Samy Pessé | 2014-04-04 | 1 | -1/+3 |
| | | | | Add base json generator | ||||
* | Add class BaseGenerator | Samy Pessé | 2014-04-04 | 1 | -47/+20 |
| | |||||
* | Adding config option for github host | Paul Dixon | 2014-04-04 | 1 | -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 lib | Samy Pessé | 2014-04-04 | 1 | -3/+3 |
| | |||||
* | Fix #4: Add option for defining description | Samy Pessé | 2014-04-01 | 1 | -2/+6 |
| | |||||
* | Add progress calcul | Samy Pessé | 2014-04-01 | 1 | -1/+0 |
| | |||||
* | Only convert markdown file from the navigation | Samy Pessé | 2014-03-31 | 1 | -3/+3 |
| | |||||
* | Move getFiles to fs module | Samy Pessé | 2014-03-31 | 1 | -36/+1 |
| | |||||
* | Symlink README.html to index.html for book output | Aaron O'Mullan | 2014-03-31 | 1 | -4/+12 |
| | |||||
* | Replace glob with better fstream-ignore | Aaron O'Mullan | 2014-03-31 | 1 | -5/+39 |
| | | | | It ignores according to .gitignore and other folders | ||||
* | Ensure destination dir exists before building | Aaron O'Mullan | 2014-03-31 | 1 | -0/+4 |
| | |||||
* | Add navigation parsed in footer | Samy Pessé | 2014-03-31 | 1 | -2/+6 |
| | |||||
* | Clean output folder before generating | Aaron O'Mullan | 2014-03-31 | 1 | -3/+9 |
| | |||||
* | Fix author link | Samy Pessé | 2014-03-31 | 1 | -0/+1 |
| | |||||
* | Fix all relative links | Samy Pessé | 2014-03-31 | 1 | -1/+1 |
| | |||||
* | Copy assets to build | Samy Pessé | 2014-03-31 | 1 | -0/+8 |
| | |||||
* | Add base for generation | Samy Pessé | 2014-03-31 | 1 | -0/+93 |