summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add information about output formatSamy Pessé2014-04-051-0/+15
|
* Rename Index.js to index.jsSamy Pessé2014-04-061-1/+1
|
* Refactor bin/gitbook.jsSamy Pessé2014-04-051-0/+87
|
* Add command gitbook pdf to generate PDFSamy Pessé2014-04-055-116/+64
|
* Remove useless console.log in test/summary.jsAaron O'Mullan2014-04-051-1/+0
|
* Merge pull request #31 from GitbookIO/feature/langAaron O'Mullan2014-04-054-0/+38
|\ | | | | Feature/lang
| * Adapt test to new code language normalizationAaron O'Mullan2014-04-051-1/+1
| |
| * Add basic code language normalizationAaron O'Mullan2014-04-053-1/+23
| |
| * Add test for exercise language detectionAaron O'Mullan2014-04-051-0/+4
| |
| * Detect exercise languageAaron O'Mullan2014-04-051-0/+12
| | | | | | | | And ensure that all code blocks use the same language
* | Add pdf generator using gitbook-pdfSamy Pessé2014-04-052-0/+57
| |
* | Fix link to introductionSamy Pessé2014-04-051-5/+1
| |
* | Normalize paths on Windows to Unix conventionAaron O'Mullan2014-04-051-2/+10
| | | | | | | | Convert “\” to “/“ in relative paths in fs.list
* | Start exercise index at 1 on pdf formatSamy Pessé2014-04-051-3/+3
| |
* | Improve style of exercises in pdf formatSamy Pessé2014-04-052-2/+11
| |
* | Add exercise solutions at the end of the pdf bookSamy Pessé2014-04-051-0/+27
| |
* | Add README introduction to page/pdf generationSamy Pessé2014-04-051-0/+20
| |
* | Fix rendering of code in exercisesSamy Pessé2014-04-051-5/+1
| |
* | Generate an index.html instead of a README.htmlSamy Pessé2014-04-053-11/+6
| |
* | Fix conflict in app.jsSamy Pessé2014-04-051-1/+1
| |
* | Merge branch 'master' of https://github.com/GitbookIO/gitbookSamy Pessé2014-04-053-4/+7
|\ \ | |/ | | | | | | Conflicts: theme/assets/app.js
| * Improve robustness of analytics.isAvailableAaron O'Mullan2014-04-052-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.1Aaron O'Mullan2014-04-051-1/+1
| |
| * Copy README.html to index.html instead of symlimkAaron O'Mullan2014-04-051-2/+2
| | | | | | | | Fixes #28
* | Add base for exercise for others languagesSamy Pessé2014-04-054-13/+27
|/
* Show exercise in page formatSamy Pessé2014-04-044-2/+28
|
* Fix link for chapters in page formatSamy Pessé2014-04-041-1/+1
|
* Add info about --theme optionSamy Pessé2014-04-041-0/+2
|
* Fix error with mixpanel loadingSamy Pessé2014-04-045-46/+17
|
* Merge pull request #27 from qrohlf/fix-sidebar-mobileSamy Pessé2014-04-053-4/+6
|\ | | | | don't show the sidebar by default on mobile
| * don't show the sidebar by default on mobileQuinn Rohlf2014-04-043-4/+6
| |
* | No need to include highlight twice (style.css and print.css)Samy Pessé2014-04-042-9/+1
| |
* | Add separation line between pagesSamy Pessé2014-04-042-1/+9
| |
* | Improve style for page printingSamy Pessé2014-04-046-27/+80
| |
* | Add summary to page generatorSamy Pessé2014-04-044-4/+38
|/
* Add base style for printingSamy Pessé2014-04-046-1/+35
|
* Fix pages order in page generatorSamy Pessé2014-04-041-1/+12
|
* In page generator, add break for printing between pagesSamy Pessé2014-04-041-2/+1
|
* Don't generate folder when using generator "page"Samy Pessé2014-04-041-0/+4
|
* Change option for changing generator to formatSamy Pessé2014-04-041-3/+3
|
* Add base for generating single page htmlSamy Pessé2014-04-045-8/+79
|
* Move mixpanel to app.jsSamy Pessé2014-04-045-9/+48
|
* Change template name for site generation to siteSamy Pessé2014-04-042-1/+1
|
* Add command line options for changing themeSamy Pessé2014-04-041-1/+5
|
* Remove lex commandSamy Pessé2014-04-041-9/+0
|
* Add base for themingSamy Pessé2014-04-04112-5/+14
|
* Move generator to specific folderSamy Pessé2014-04-043-9/+9
|
* Add base for page generatorSamy Pessé2014-04-042-0/+31
|
* Add Travis CI badgeSamy Pessé2014-04-041-0/+2
|
* Use relative symlink between index & READMEAaron O'Mullan2014-04-041-2/+2
| | | | Fixes #19, fixes #21
* Rename PAGE.MD to PAGE.mdSamy Pessé2014-04-041-0/+0
|
* Merge pull request #25 from GitbookIO/feature/generatorsAaron O'Mullan2014-04-0414-188/+272
|\ | | | | Feature/generators
| * Log error in command line toolSamy Pessé2014-04-041-7/+8
| |
| * Remove logs from generationSamy Pessé2014-04-043-10/+2
| |
| * Update testsSamy Pessé2014-04-042-38/+35
| |
| * Remove file template.jsSamy Pessé2014-04-042-67/+0
| |
| * Fix links in templatesSamy Pessé2014-04-045-8/+13
| |
| * Base for new site generatorSamy Pessé2014-04-042-15/+70
| |
| * Complete json generatorSamy Pessé2014-04-044-30/+77
| |
| * Add option -g to choice generatorSamy Pessé2014-04-043-2/+22
| | | | | | | | Add base json generator
| * _path is not used anymoreSamy Pessé2014-04-041-2/+2
| |
| * Change normalization of parser to give link in .mdSamy Pessé2014-04-042-7/+4
| |
| * Add class BaseGeneratorSamy Pessé2014-04-043-47/+84
| |
* | Create .travis.ymlSamy Pessé2014-04-041-0/+5
|/
* Merge pull request #20 from mintbridge/github-host-urlSamy Pessé2014-04-046-19/+24
|\ | | | | Adding config option for github host
| * Adding config option for github hostPaul Dixon2014-04-046-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 libSamy Pessé2014-04-044-5/+5
|
* Make templates more modularSamy Pessé2014-04-033-25/+27
|
* Fix #17: Remember state of book summary panelSamy Pessé2014-04-032-2/+4
|
* Merge pull request #16 from wh0/patch-1Samy Pessé2014-04-041-1/+1
|\ | | | | GiBook -> GitBook
| * GiBook -> GitBookwh02014-04-031-1/+1
|/
* Bump version to 0.1.00.1.0Aaron O'Mullan2014-04-031-1/+1
|
* Handle empty repoID and print error, fixes #11Aaron O'Mullan2014-04-031-5/+14
|
* Enable use of spacebar for scrolling into book bodySamy Pessé2014-04-033-2/+5
|
* Add keyboard shortcut 's' to toggle sidebarSamy Pessé2014-04-032-3/+10
|
* Show sidebar by defaultSamy Pessé2014-04-033-3/+4
|
* Fix #9: add keyboard navigation using right/leftSamy Pessé2014-04-037-2/+1011
|
* Update screenshot previewSamy Pessé2014-04-021-0/+0
|
* Bump version to 0.0.40.0.4Samy Pessé2014-04-021-1/+1
|
* Update app.js buildSamy Pessé2014-04-021-1/+1
|
* Prevent default click action on sharingSamy Pessé2014-04-021-0/+1
|
* Add sharing links in headerSamy Pessé2014-04-024-3/+44
|
* Fix selection of all buffer when clicking on "Solution"Samy Pessé2014-04-022-1/+2
|
* Use prefix for storage keySamy Pessé2014-04-023-2/+14
|
* Add button to edit current chapter in sidebarSamy Pessé2014-04-021-0/+3
|
* Resolve relative links to GitHub repo, fixes #6Aaron O'Mullan2014-04-023-7/+27
| | | | Useful for linking to blobs and other files …
* Add github link resolution testAaron O'Mullan2014-04-021-0/+18
|
* Add GITHUB_LINKS.md fixtureAaron O'Mullan2014-04-021-0/+3
| | | | For testing github link resolution
* Hide articles in progress bar on mobileSamy Pessé2014-04-022-1/+9
|
* Update faviconSamy Pessé2014-04-021-0/+0
|
* Add meta tag generatorSamy Pessé2014-04-021-0/+1
|
* Improve meta tagsSamy Pessé2014-04-022-6/+17
|
* Merge sections together, fixes #7Aaron O'Mullan2014-04-021-0/+13
|
* Add tests for section mergingAaron O'Mullan2014-04-021-0/+11
|
* Add HR_PAGE.md fixtureAaron O'Mullan2014-04-021-0/+11
| | | | | This is for testing that non exercise sections are merged correctly together and united with HRs
* Fix #8: Improve page titleSamy Pessé2014-04-025-11/+19
|
* Expose titles in navigation of current nodesAaron O'Mullan2014-04-021-0/+2
|
* Add preview on readmeSamy Pessé2014-04-021-0/+2
|
* Bump version to 0.0.30.0.3Samy Pessé2014-04-021-1/+1
|
* Fix mixpanel trackingSamy Pessé2014-04-023-4/+7
|