Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adapt ebook output | Samy Pessé | 2016-02-17 | 1 | -9/+2 |
| | |||||
* | Change format of conrefs and folder mixins | Samy Pessé | 2016-02-17 | 7 | -232/+232 |
| | |||||
* | Add command 'parse' for gitbook-cli | Samy Pessé | 2016-02-17 | 5 | -37/+98 |
| | |||||
* | Start commands for plugins installation | Samy Pesse | 2016-02-16 | 6 | -9/+56 |
| | |||||
* | Add method to install plugin from npm | Samy Pesse | 2016-02-16 | 3 | -2/+117 |
| | | | | Add tests for it | ||||
* | Add base for plugin linking/installation | Samy Pesse | 2016-02-16 | 2 | -11/+40 |
| | |||||
* | Validate plugin after loading | Samy Pesse | 2016-02-16 | 1 | -5/+28 |
| | |||||
* | Add base _setup for pluginslist | Samy Pesse | 2016-02-15 | 1 | -3/+8 |
| | |||||
* | Plugins should be relative to output | Samy Pesse | 2016-02-15 | 1 | -4/+3 |
| | |||||
* | Add name to json and website build | Samy Pesse | 2016-02-15 | 2 | -10/+10 |
| | | | | And inherit from conrefsLoader | ||||
* | Add tests for args in blocks | Samy Pessé | 2016-02-15 | 1 | -0/+9 |
| | |||||
* | Fix addBlock for template engine | Samy Pessé | 2016-02-15 | 10 | -12/+168 |
| | | | | Add test for code block | ||||
* | Complete page.previous and page.next variables | Samy Pessé | 2016-02-15 | 3 | -3/+35 |
| | |||||
* | Add test for page.title variable | Samy Pessé | 2016-02-15 | 2 | -8/+25 |
| | |||||
* | Add test for file variables in templating | Samy Pessé | 2016-02-14 | 3 | -2/+27 |
| | |||||
* | Interpolate template before running it | Samy Pessé | 2016-02-14 | 3 | -8/+10 |
| | |||||
* | Move conrefs to a separate mixin | Samy Pessé | 2016-02-14 | 15 | -116/+141 |
| | |||||
* | Add .next and .prev to TOCArticle | Samy Pessé | 2016-02-14 | 2 | -4/+74 |
| | |||||
* | Add base for templating documentation | Samy Pessé | 2016-02-14 | 5 | -277/+13 |
| | |||||
* | Add help chapter about variables | Samy Pessé | 2016-02-14 | 4 | -7/+62 |
| | |||||
* | Add code blocks normalization | Samy Pessé | 2016-02-14 | 2 | -30/+74 |
| | |||||
* | Start moving template and conrefs on Output | Samy Pessé | 2016-02-14 | 8 | -7/+79 |
| | |||||
* | Ignore Summary and Langs in output | Samy Pessé | 2016-02-13 | 1 | -9/+18 |
| | |||||
* | Complete assets inliner | Samy Pessé | 2016-02-13 | 6 | -46/+351 |
| | |||||
* | Improve performance of svg conversion | Samy Pessé | 2016-02-13 | 4 | -26/+94 |
| | |||||
* | Add method to fetch remote image with AssetsInliner | Samy Pesse | 2016-02-13 | 6 | -14/+81 |
| | |||||
* | Add more test for svg | Samy Pesse | 2016-02-13 | 1 | -4/+19 |
| | |||||
* | Complete test for convertion of svgs | Samy Pesse | 2016-02-13 | 5 | -5/+50 |
| | |||||
* | Add conversion of svg to png for assets inliner | Samy Pesse | 2016-02-12 | 13 | -23/+182 |
| | |||||
* | Add pipeline to outline svg as png | Samy Pesse | 2016-02-12 | 8 | -9/+74 |
| | |||||
* | Separate output in FolderOutput and base | Samy Pesse | 2016-02-12 | 6 | -86/+120 |
| | |||||
* | Remove concept of generator, to merge it with Output | Samy Pesse | 2016-02-12 | 11 | -91/+71 |
| | |||||
* | Replace links to page of summary by html links | Samy Pesse | 2016-02-12 | 8 | -32/+89 |
| | |||||
* | Complete test for heading IDs | Samy Pesse | 2016-02-12 | 1 | -2/+9 |
| | |||||
* | Page output a simple html string | Samy Pesse | 2016-02-11 | 10 | -38/+150 |
| | |||||
* | Add base for normalizing html | Samy Pesse | 2016-02-11 | 8 | -10/+156 |
| | |||||
* | Complete conrefs in parsing | Samy Pesse | 2016-02-11 | 9 | -26/+82 |
| | |||||
* | Add conrefs loader for nunjucks | Samy Pesse | 2016-02-11 | 5 | -2/+103 |
| | |||||
* | Cleaner module for managing git refs | Samy Pesse | 2016-02-11 | 2 | -84/+89 |
| | |||||
* | Add git urls parsing and tests | Samy Pesse | 2016-02-11 | 5 | -0/+203 |
| | |||||
* | Add documentation for conrefs | Samy Pesse | 2016-02-11 | 2 | -1/+56 |
| | |||||
* | For multilingual book, copy readme from main book | Samy Pessé | 2016-02-11 | 1 | -1/+18 |
| | |||||
* | Normalize fs access | Samy Pessé | 2016-02-11 | 4 | -24/+100 |
| | |||||
* | Stat file when parsing page | Samy Pessé | 2016-02-11 | 4 | -3/+33 |
| | |||||
* | Add base for page parsing | Samy Pessé | 2016-02-11 | 4 | -12/+76 |
| | |||||
* | Add assertion for should to test existence of file | Samy Pessé | 2016-02-11 | 2 | -10/+28 |
| | |||||
* | Normalize templating error | Samy Pessé | 2016-02-11 | 1 | -1/+3 |
| | |||||
* | Normalize errors | Samy Pessé | 2016-02-11 | 6 | -16/+75 |
| | |||||
* | Correctly setup folder when outputting | Samy Pessé | 2016-02-11 | 3 | -4/+29 |
| | |||||
* | Add configuration for inner docs | Samy Pessé | 2016-02-11 | 1 | -0/+14 |
| | |||||
* | Add base for inner documentation | Samy Pessé | 2016-02-11 | 2 | -0/+7 |
| | |||||
* | Add base for templating | Samy Pessé | 2016-01-31 | 15 | -99/+488 |
| | |||||
* | Improve plugin loading to elimate false-negative | Samy Pessé | 2016-01-29 | 1 | -7/+14 |
| | |||||
* | Add base for loading plugins | Samy Pessé | 2016-01-29 | 5 | -4/+129 |
| | |||||
* | Index page of summary when parsing | Samy Pessé | 2016-01-28 | 6 | -6/+63 |
| | |||||
* | Add order for tests | Samy Pessé | 2016-01-28 | 9 | -1/+18 |
| | |||||
* | Add parsing of summary and tests | Samy Pessé | 2016-01-28 | 6 | -32/+161 |
| | |||||
* | Correctly create sub-book | Samy Pessé | 2016-01-28 | 1 | -4/+3 |
| | |||||
* | Fix tests for languages parsing | Samy Pessé | 2016-01-28 | 14 | -54/+168 |
| | |||||
* | Add unit tests for langs | Samy Pessé | 2016-01-28 | 7 | -124/+149 |
| | |||||
* | Fix book.resolve | Samy Pessé | 2016-01-28 | 1 | -1/+1 |
| | |||||
* | Add base for langs parsing | Samy Pessé | 2016-01-28 | 4 | -7/+108 |
| | |||||
* | Add method glossary.find | Samy Pessé | 2016-01-27 | 2 | -18/+24 |
| | |||||
* | Add unit tests for glossary parsing | Samy Pessé | 2016-01-27 | 6 | -15/+104 |
| | |||||
* | Add parsing of the glossary | Samy Pessé | 2016-01-27 | 11 | -138/+68 |
| | |||||
* | Add more classes structures | Samy Pessé | 2016-01-27 | 25 | -22/+438 |
| | |||||
* | Start rewrite | Samy Pessé | 2016-01-22 | 130 | -6004/+856 |
| | |||||
* | Fix typo in config_default.js | Samy Pessé | 2016-01-21 | 1 | -2/+2 |
| | |||||
* | Merge pull request #1097 from egasato/master | Aaron O'Mullan | 2016-01-15 | 2 | -11/+11 |
|\ | | | | | Slight changes in Catalan and Spanish translations. | ||||
| * | Slightly changes in the Spanish translation. | Esaú García Sánchez-Torija | 2016-01-15 | 1 | -4/+4 |
| | | | | | | | | I changed LANGS_CHOOSE, SEARCH_TOGGLE, SEARCH_PLACEHOLDER, SHARE_TOGGLE and SHARE_ON properties to be more appropiate (more informal). | ||||
| * | Translated font settings. | Esaú García Sánchez-Torija | 2016-01-15 | 1 | -7/+7 |
|/ | | | | I translated to Catalan the Spanish font settings I used as template but I forgot to translate previously. I also changed LANGS_CHOOSE, SEARCH_TOGGLE, SEARCH_PLACEHOLDER, SHARE_TOGGLE and SHARE_ON properties to be more appropiate (more informal). | ||||
* | Bump version to 2.6.72.6.7 | Samy Pessé | 2016-01-13 | 2 | -1/+5 |
| | |||||
* | Add @egasato as Catalan translator | Samy Pessé | 2016-01-13 | 1 | -0/+2 |
| | |||||
* | Merge pull request #1072 from egasato/patch-1 | Samy Pessé | 2016-01-13 | 1 | -0/+20 |
|\ | | | | | Catalan translation. | ||||
| * | Catalan translation. | Esaú García Sánchez-Torija | 2015-12-30 | 1 | -0/+20 |
| | | |||||
* | | Add @turankonan as Turkish translator | Samy Pessé | 2016-01-13 | 1 | -0/+2 |
| | | |||||
* | | Merge pull request #1075 from turankonan/master | Samy Pessé | 2016-01-13 | 1 | -0/+20 |
|\ \ | | | | | | | Turkish translation | ||||
| * | | Turkish translation | Turan Konan | 2016-01-03 | 1 | -0/+20 |
| |/ | |||||
* | | Merge pull request #1091 from gitname/gitname-patch-2 | Samy Pessé | 2016-01-13 | 1 | -1/+1 |
|\ \ | | | | | | | Fix typo | ||||
| * | | Fix typo | gitname | 2016-01-09 | 1 | -1/+1 |
| | | | |||||
| * | | Convert run-on sentence into two sentences | gitname | 2016-01-09 | 1 | -1/+1 |
| |/ | |||||
* | | Fix support for encoded entities in filename | Samy Pessé | 2016-01-13 | 2 | -28/+30 |
|/ | |||||
* | Merge pull request #1066 from hirofumi1987/master | Samy Pessé | 2015-12-21 | 1 | -6/+6 |
|\ | | | | | Fixed Japanese translation | ||||
| * | Fixed Japanese translation | hirofumi_i | 2015-12-21 | 1 | -6/+6 |
|/ | |||||
* | Bump version to 2.6.62.6.6 | Samy Pesse | 2015-12-16 | 2 | -1/+4 |
| | |||||
* | Fix include of css in pdf header/footer | Samy Pesse | 2015-12-16 | 1 | -1/+1 |
| | |||||
* | Bump version to 2.6.52.6.5 | Samy Pessé | 2015-12-11 | 2 | -1/+5 |
| | |||||
* | Fix support for local styles | Samy Pessé | 2015-12-11 | 2 | -6/+11 |
| | |||||
* | Check style existence on output folder instead of source | Samy Pessé | 2015-12-11 | 2 | -1/+7 |
| | |||||
* | Fix #1041 : fix glossary terms being replaced in script (ex: math) | Samy Pessé | 2015-12-08 | 1 | -1/+1 |
| | |||||
* | Use gitbook-markdown-css@1.0.1 | Samy Pessé | 2015-12-04 | 10 | -268/+11 |
| | |||||
* | Bump version to 2.6.42.6.4 | Samy Pessé | 2015-12-02 | 2 | -1/+4 |
| | |||||
* | Update gitbook-parsers@0.8.9 | Samy Pessé | 2015-12-02 | 1 | -1/+1 |
| | |||||
* | Bump version to 2.6.32.6.3 | Samy Pesse | 2015-12-02 | 2 | -1/+4 |
| | |||||
* | Update gitbook-parsers@0.8.8 | Samy Pesse | 2015-12-02 | 1 | -1/+1 |
| | |||||
* | Bump version to 2.6.22.6.2 | Samy Pessé | 2015-11-25 | 2 | -1/+5 |
| | |||||
* | Update nunjucks@2.2.0 | Samy Pessé | 2015-11-25 | 1 | -1/+1 |
| | |||||
* | Compile js | Samy Pessé | 2015-11-25 | 1 | -1/+1 |
| | |||||
* | Add trailing slash to gitbook.state.root, fix value of gitbook.state.bookRoot | Samy Pessé | 2015-11-25 | 1 | -1/+1 |
| | |||||
* | Bump version to 2.6.12.6.1 | Samy Pessé | 2015-11-25 | 2 | -1/+4 |
| |