Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
| * | Update tests | Samy Pessé | 2014-04-04 | 2 | -38/+35 |
| | | |||||
| * | Remove file template.js | Samy Pessé | 2014-04-04 | 2 | -67/+0 |
| | | |||||
| * | Fix links in templates | Samy Pessé | 2014-04-04 | 5 | -8/+13 |
| | | |||||
| * | Base for new site generator | Samy Pessé | 2014-04-04 | 2 | -15/+70 |
| | | |||||
| * | Complete json generator | Samy Pessé | 2014-04-04 | 4 | -30/+77 |
| | | |||||
| * | Add option -g to choice generator | Samy Pessé | 2014-04-04 | 3 | -2/+22 |
| | | | | | | | | Add base json generator | ||||
| * | _path is not used anymore | Samy Pessé | 2014-04-04 | 1 | -2/+2 |
| | | |||||
| * | Change normalization of parser to give link in .md | Samy Pessé | 2014-04-04 | 2 | -7/+4 |
| | | |||||
| * | Add class BaseGenerator | Samy Pessé | 2014-04-04 | 3 | -47/+84 |
| | | |||||
* | | Create .travis.yml | Samy Pessé | 2014-04-04 | 1 | -0/+5 |
|/ | |||||
* | Merge pull request #20 from mintbridge/github-host-url | Samy Pessé | 2014-04-04 | 6 | -19/+24 |
|\ | | | | | Adding config option for github host | ||||
| * | Adding config option for github host | Paul Dixon | 2014-04-04 | 6 | -19/+24 |
|/ | | | | | | | - 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 | 4 | -5/+5 |
| | |||||
* | Make templates more modular | Samy Pessé | 2014-04-03 | 3 | -25/+27 |
| | |||||
* | Fix #17: Remember state of book summary panel | Samy Pessé | 2014-04-03 | 2 | -2/+4 |
| | |||||
* | Merge pull request #16 from wh0/patch-1 | Samy Pessé | 2014-04-04 | 1 | -1/+1 |
|\ | | | | | GiBook -> GitBook | ||||
| * | GiBook -> GitBook | wh0 | 2014-04-03 | 1 | -1/+1 |
|/ | |||||
* | Bump version to 0.1.00.1.0 | Aaron O'Mullan | 2014-04-03 | 1 | -1/+1 |
| | |||||
* | Handle empty repoID and print error, fixes #11 | Aaron O'Mullan | 2014-04-03 | 1 | -5/+14 |
| | |||||
* | Enable use of spacebar for scrolling into book body | Samy Pessé | 2014-04-03 | 3 | -2/+5 |
| | |||||
* | Add keyboard shortcut 's' to toggle sidebar | Samy Pessé | 2014-04-03 | 2 | -3/+10 |
| | |||||
* | Show sidebar by default | Samy Pessé | 2014-04-03 | 3 | -3/+4 |
| | |||||
* | Fix #9: add keyboard navigation using right/left | Samy Pessé | 2014-04-03 | 7 | -2/+1011 |
| | |||||
* | Update screenshot preview | Samy Pessé | 2014-04-02 | 1 | -0/+0 |
| | |||||
* | Bump version to 0.0.40.0.4 | Samy Pessé | 2014-04-02 | 1 | -1/+1 |
| | |||||
* | Update app.js build | Samy Pessé | 2014-04-02 | 1 | -1/+1 |
| | |||||
* | Prevent default click action on sharing | Samy Pessé | 2014-04-02 | 1 | -0/+1 |
| | |||||
* | Add sharing links in header | Samy Pessé | 2014-04-02 | 4 | -3/+44 |
| | |||||
* | Fix selection of all buffer when clicking on "Solution" | Samy Pessé | 2014-04-02 | 2 | -1/+2 |
| | |||||
* | Use prefix for storage key | Samy Pessé | 2014-04-02 | 3 | -2/+14 |
| | |||||
* | Add button to edit current chapter in sidebar | Samy Pessé | 2014-04-02 | 1 | -0/+3 |
| | |||||
* | Resolve relative links to GitHub repo, fixes #6 | Aaron O'Mullan | 2014-04-02 | 3 | -7/+27 |
| | | | | Useful for linking to blobs and other files … | ||||
* | Add github link resolution test | Aaron O'Mullan | 2014-04-02 | 1 | -0/+18 |
| | |||||
* | Add GITHUB_LINKS.md fixture | Aaron O'Mullan | 2014-04-02 | 1 | -0/+3 |
| | | | | For testing github link resolution | ||||
* | Hide articles in progress bar on mobile | Samy Pessé | 2014-04-02 | 2 | -1/+9 |
| | |||||
* | Update favicon | Samy Pessé | 2014-04-02 | 1 | -0/+0 |
| | |||||
* | Add meta tag generator | Samy Pessé | 2014-04-02 | 1 | -0/+1 |
| | |||||
* | Improve meta tags | Samy Pessé | 2014-04-02 | 2 | -6/+17 |
| | |||||
* | Merge sections together, fixes #7 | Aaron O'Mullan | 2014-04-02 | 1 | -0/+13 |
| | |||||
* | Add tests for section merging | Aaron O'Mullan | 2014-04-02 | 1 | -0/+11 |
| | |||||
* | Add HR_PAGE.md fixture | Aaron O'Mullan | 2014-04-02 | 1 | -0/+11 |
| | | | | | This is for testing that non exercise sections are merged correctly together and united with HRs | ||||
* | Fix #8: Improve page title | Samy Pessé | 2014-04-02 | 5 | -11/+19 |
| | |||||
* | Expose titles in navigation of current nodes | Aaron O'Mullan | 2014-04-02 | 1 | -0/+2 |
| | |||||
* | Add preview on readme | Samy Pessé | 2014-04-02 | 1 | -0/+2 |
| | |||||
* | Bump version to 0.0.30.0.3 | Samy Pessé | 2014-04-02 | 1 | -1/+1 |
| | |||||
* | Fix mixpanel tracking | Samy Pessé | 2014-04-02 | 3 | -4/+7 |
| |