Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Add command "ebook" to generate an ebook | Samy Pessé | 2014-04-06 | 2 | -60/+88 | |
| | | ||||||
| * | 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 | 15 | -35/+21633 | |
|\ | | | | | Feature/searchclient | |||||
| * | Use cache in localstorage to store search index | Samy Pessé | 2014-04-06 | 5 | -13/+44 | |
| | | ||||||
| * | Fix loading of search index in sub directories | Samy Pessé | 2014-04-06 | 5 | -7/+7 | |
| | | ||||||
| * | Open sidebar when opening search | Samy Pessé | 2014-04-06 | 2 | -2/+2 | |
| | | ||||||
| * | Reset search results when hidding search bar | Samy Pessé | 2014-04-06 | 2 | -0/+4 | |
| | | ||||||
| * | Filter summary using search bar | Samy Pessé | 2014-04-06 | 4 | -13/+57 | |
| | | ||||||
| * | Move search bar as global | Samy Pessé | 2014-04-06 | 4 | -24/+27 | |
| | | ||||||
| * | Blur search input when hidding search bar | Samy Pessé | 2014-04-06 | 4 | -110/+116 | |
| | | ||||||
| * | Change norm of core/state | Samy Pessé | 2014-04-06 | 7 | -25/+21399 | |
| | | ||||||
| * | Hide the search bar when pressing ESC key | Samy Pessé | 2014-04-06 | 2 | -5/+17 | |
| | | ||||||
| * | Add keyboard shortcut "f" for opening search bar | Samy Pessé | 2014-04-06 | 3 | -2/+9 | |
| | | ||||||
| * | Focus search input when opening | Samy Pessé | 2014-04-06 | 5 | -5/+8 | |
| | | ||||||
| * | Add base search bar in sidebar | Samy Pessé | 2014-04-06 | 9 | -10/+124 | |
| | | ||||||
* | | 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 | |
| | | ||||||
* | | Fix minor repetion in README | Aaron O'Mullan | 2014-04-06 | 1 | -1/+1 | |
| | | | | | | | | .gitignore was repeated twice | |||||
* | | Fix a few typos in README | Aaron O'Mullan | 2014-04-06 | 1 | -1/+1 | |
| | | ||||||
* | | Document ignores in README, fixes #37 | Aaron O'Mullan | 2014-04-06 | 1 | -6/+10 | |
| | | ||||||
* | | 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 | 6 | -63/+190 | |
|\ | | | | | 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 | |||||
| * | Add lunr@0.5.2 dependency | Aaron O'Mullan | 2014-04-06 | 1 | -0/+1 | |
| | | ||||||
| * | 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 | |||||
| * | Add marked-text-renderer@0.0.1 dependency | Aaron O'Mullan | 2014-04-06 | 1 | -0/+1 | |
| | | ||||||
* | | Fix #33: copy files when generating pdf or single page | Samy Pessé | 2014-04-06 | 1 | -8/+0 | |
| | | ||||||
* | | Add documentation about multi-languages books | Samy Pessé | 2014-04-06 | 1 | -0/+11 | |
| | | ||||||
* | | Add support of multi-languages book in command pdf | Samy Pessé | 2014-04-06 | 1 | -7/+34 | |
| | | ||||||
* | | bin/build after generation return all the options | Samy Pessé | 2014-04-06 | 2 | -4/+4 | |
|/ | ||||||
* | Return options after generate | Samy Pessé | 2014-04-06 | 1 | -0/+5 | |
| | ||||||
* | Merge pull request #35 from GitbookIO/feature/multilangs | Samy Pessé | 2014-04-06 | 12 | -103/+240 | |
|\ | | | | | Fix #34: Feature/multilangs | |||||
| * | Fix generation for page format | Samy Pessé | 2014-04-06 | 4 | -30/+19 | |
| | | ||||||
| * | Fix commands options | Samy Pessé | 2014-04-06 | 1 | -17/+22 | |
| | | ||||||
| * | Fix command build | Samy Pessé | 2014-04-06 | 1 | -1/+1 | |
| | | ||||||
| * | Add base style for languages index page | Samy Pessé | 2014-04-06 | 4 | -9/+57 | |
| | | ||||||
| * | Add base for generating languages index | Samy Pessé | 2014-04-06 | 6 | -35/+104 | |
| | | ||||||
| * | Add base for multi-languages book | Samy Pessé | 2014-04-06 | 1 | -45/+71 | |
|/ | ||||||
* | Fix page format when chapters are not yet written | Samy Pessé | 2014-04-06 | 1 | -23/+27 | |
| | ||||||
* | Fix footer link when no chapters is ready yet | Samy Pessé | 2014-04-06 | 1 | -8/+10 | |
| | ||||||
* | Prevent renderer from mutating sections | Aaron O'Mullan | 2014-04-06 | 1 | -0/+3 | |
| | ||||||
* | Add information about output format | Samy Pessé | 2014-04-05 | 1 | -0/+15 | |
| | ||||||
* | Rename Index.js to index.js | Samy Pessé | 2014-04-06 | 1 | -1/+1 | |
| | ||||||
* | Refactor bin/gitbook.js | Samy Pessé | 2014-04-05 | 1 | -0/+87 | |
| | ||||||
* | Add command gitbook pdf to generate PDF | Samy Pessé | 2014-04-05 | 5 | -116/+64 | |
| | ||||||
* | Remove useless console.log in test/summary.js | Aaron O'Mullan | 2014-04-05 | 1 | -1/+0 | |
| | ||||||
* | Merge pull request #31 from GitbookIO/feature/lang | Aaron O'Mullan | 2014-04-05 | 4 | -0/+38 | |
|\ | | | | | Feature/lang | |||||
| * | Adapt test to new code language normalization | Aaron O'Mullan | 2014-04-05 | 1 | -1/+1 | |
| | | ||||||
| * | Add basic code language normalization | Aaron O'Mullan | 2014-04-05 | 3 | -1/+23 | |
| | | ||||||
| * | Add test for exercise language detection | Aaron O'Mullan | 2014-04-05 | 1 | -0/+4 | |
| | | ||||||
| * | 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 | |
| | | ||||||
* | | Fix link to introduction | Samy Pessé | 2014-04-05 | 1 | -5/+1 | |
| | | ||||||
* | | Normalize paths on Windows to Unix convention | Aaron O'Mullan | 2014-04-05 | 1 | -2/+10 | |
| | | | | | | | | Convert “\” to “/“ in relative paths in fs.list | |||||
* | | Start exercise index at 1 on pdf format | Samy Pessé | 2014-04-05 | 1 | -3/+3 | |
| | | ||||||
* | | Improve style of exercises in pdf format | Samy Pessé | 2014-04-05 | 2 | -2/+11 | |
| | | ||||||
* | | Add exercise solutions at the end of the pdf book | Samy Pessé | 2014-04-05 | 1 | -0/+27 | |
| | | ||||||
* | | Add README introduction to page/pdf generation | Samy Pessé | 2014-04-05 | 1 | -0/+20 | |
| | | ||||||
* | | Fix rendering of code in exercises | Samy Pessé | 2014-04-05 | 1 | -5/+1 | |
| | | ||||||
* | | Generate an index.html instead of a README.html | Samy Pessé | 2014-04-05 | 3 | -11/+6 | |
| | | ||||||
* | | Fix conflict in app.js | Samy Pessé | 2014-04-05 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'master' of https://github.com/GitbookIO/gitbook | Samy Pessé | 2014-04-05 | 3 | -4/+7 | |
|\ \ | |/ | | | | | | | Conflicts: theme/assets/app.js | |||||
| * | Improve robustness of analytics.isAvailable | Aaron O'Mullan | 2014-04-05 | 2 | -2/+5 | |
| | | | | | | | | | | | | | | Fixes GitbookIO/javascript#18 Safari has issues with loading mixpanel, this adds and extra check so Safari doesn’t fail on event tracking | |||||
| * | Bump version to 0.1.10.1.1 | Aaron O'Mullan | 2014-04-05 | 1 | -1/+1 | |
| | | ||||||
| * | Copy README.html to index.html instead of symlimk | Aaron O'Mullan | 2014-04-05 | 1 | -2/+2 | |
| | | | | | | | | Fixes #28 | |||||
* | | Add base for exercise for others languages | Samy Pessé | 2014-04-05 | 4 | -13/+27 | |
|/ | ||||||
* | Show exercise in page format | Samy Pessé | 2014-04-04 | 4 | -2/+28 | |
| | ||||||
* | Fix link for chapters in page format | Samy Pessé | 2014-04-04 | 1 | -1/+1 | |
| | ||||||
* | Add info about --theme option | Samy Pessé | 2014-04-04 | 1 | -0/+2 | |
| | ||||||
* | Fix error with mixpanel loading | Samy Pessé | 2014-04-04 | 5 | -46/+17 | |
| | ||||||
* | Merge pull request #27 from qrohlf/fix-sidebar-mobile | Samy Pessé | 2014-04-05 | 3 | -4/+6 | |
|\ | | | | | don't show the sidebar by default on mobile | |||||
| * | don't show the sidebar by default on mobile | Quinn Rohlf | 2014-04-04 | 3 | -4/+6 | |
| | | ||||||
* | | No need to include highlight twice (style.css and print.css) | Samy Pessé | 2014-04-04 | 2 | -9/+1 | |
| | | ||||||
* | | Add separation line between pages | Samy Pessé | 2014-04-04 | 2 | -1/+9 | |
| | | ||||||
* | | Improve style for page printing | Samy Pessé | 2014-04-04 | 6 | -27/+80 | |
| | | ||||||
* | | Add summary to page generator | Samy Pessé | 2014-04-04 | 4 | -4/+38 | |
|/ | ||||||
* | Add base style for printing | Samy Pessé | 2014-04-04 | 6 | -1/+35 | |
| | ||||||
* | Fix pages order in page generator | Samy Pessé | 2014-04-04 | 1 | -1/+12 | |
| | ||||||
* | In page generator, add break for printing between pages | Samy Pessé | 2014-04-04 | 1 | -2/+1 | |
| | ||||||
* | Don't generate folder when using generator "page" | Samy Pessé | 2014-04-04 | 1 | -0/+4 | |
| | ||||||
* | Change option for changing generator to format | Samy Pessé | 2014-04-04 | 1 | -3/+3 | |
| | ||||||
* | Add base for generating single page html | Samy Pessé | 2014-04-04 | 5 | -8/+79 | |
| | ||||||
* | Move mixpanel to app.js | Samy Pessé | 2014-04-04 | 5 | -9/+48 | |
| | ||||||
* | Change template name for site generation to site | Samy Pessé | 2014-04-04 | 2 | -1/+1 | |
| | ||||||
* | Add command line options for changing theme | Samy Pessé | 2014-04-04 | 1 | -1/+5 | |
| | ||||||
* | Remove lex command | Samy Pessé | 2014-04-04 | 1 | -9/+0 | |
| | ||||||
* | Add base for theming | Samy Pessé | 2014-04-04 | 112 | -5/+14 | |
| | ||||||
* | 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 | |
| | ||||||
* | Add Travis CI badge | Samy Pessé | 2014-04-04 | 1 | -0/+2 | |
| | ||||||
* | Use relative symlink between index & README | Aaron O'Mullan | 2014-04-04 | 1 | -2/+2 | |
| | | | | Fixes #19, fixes #21 | |||||
* | Rename PAGE.MD to PAGE.md | Samy Pessé | 2014-04-04 | 1 | -0/+0 | |
| | ||||||
* | Merge pull request #25 from GitbookIO/feature/generators | Aaron O'Mullan | 2014-04-04 | 14 | -188/+272 | |
|\ | | | | | Feature/generators | |||||
| * | Log error in command line tool | Samy Pessé | 2014-04-04 | 1 | -7/+8 | |
| | | ||||||
| * | Remove logs from generation | Samy Pessé | 2014-04-04 | 3 | -10/+2 | |
| | |