Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Add lexing support for content code in exercises | Aaron O'Mullan | 2014-04-08 | 2 | -1/+6 | |
| | | | | | | | | #52, #49, #46 | |||||
| * | Fix URL rewriting error on empty URLs | Aaron O'Mullan | 2014-04-08 | 1 | -2/+2 | |
| | | | | | | | | Fixes #54, fixes #59 | |||||
* | | Merge branch 'optional-github' of https://github.com/mrpotes/gitbook into ↵ | Samy Pessé | 2014-04-09 | 2 | -6/+6 | |
|\ \ | |/ |/| | | | mrpotes-optional-github | |||||
| * | Make use of github optional | James Phillpotts | 2014-04-07 | 2 | -6/+6 | |
| | | ||||||
* | | Fix progress link to README | Samy Pessé | 2014-04-07 | 1 | -1/+3 | |
|/ | ||||||
* | Remove need for README.md for multi-languages | Samy Pessé | 2014-04-06 | 1 | -1/+1 | |
| | ||||||
* | 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 | 1 | -0/+3 | |
|\ | | | | | Feature/searchclient | |||||
| * | Use cache in localstorage to store search index | Samy Pessé | 2014-04-06 | 1 | -0/+3 | |
| | | ||||||
* | | 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 | |
| | | ||||||
* | | 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 | 5 | -63/+188 | |
|\ | | | | | 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 | |||||
| * | 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 | |||||
* | | Fix #33: copy files when generating pdf or single page | Samy Pessé | 2014-04-06 | 1 | -8/+0 | |
|/ | ||||||
* | Return options after generate | Samy Pessé | 2014-04-06 | 1 | -0/+5 | |
| | ||||||
* | Fix generation for page format | Samy Pessé | 2014-04-06 | 3 | -29/+18 | |
| | ||||||
* | Add base for generating languages index | Samy Pessé | 2014-04-06 | 5 | -35/+85 | |
| | ||||||
* | Add base for multi-languages book | Samy Pessé | 2014-04-06 | 1 | -45/+71 | |
| | ||||||
* | Prevent renderer from mutating sections | Aaron O'Mullan | 2014-04-06 | 1 | -0/+3 | |
| | ||||||
* | Rename Index.js to index.js | Samy Pessé | 2014-04-06 | 1 | -1/+1 | |
| | ||||||
* | Add command gitbook pdf to generate PDF | Samy Pessé | 2014-04-05 | 1 | -2/+2 | |
| | ||||||
* | Merge pull request #31 from GitbookIO/feature/lang | Aaron O'Mullan | 2014-04-05 | 3 | -0/+34 | |
|\ | | | | | Feature/lang | |||||
| * | Add basic code language normalization | Aaron O'Mullan | 2014-04-05 | 3 | -1/+23 | |
| | | ||||||
| * | 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 | |
| | | ||||||
* | | Normalize paths on Windows to Unix convention | Aaron O'Mullan | 2014-04-05 | 1 | -2/+10 | |
| | | | | | | | | Convert “\” to “/“ in relative paths in fs.list | |||||
* | | Generate an index.html instead of a README.html | Samy Pessé | 2014-04-05 | 1 | -9/+4 | |
|/ | ||||||
* | Copy README.html to index.html instead of symlimk | Aaron O'Mullan | 2014-04-05 | 1 | -2/+2 | |
| | | | | Fixes #28 | |||||
* | Show exercise in page format | Samy Pessé | 2014-04-04 | 1 | -0/+10 | |
| | ||||||
* | Improve style for page printing | Samy Pessé | 2014-04-04 | 1 | -10/+3 | |
| | ||||||
* | Add summary to page generator | Samy Pessé | 2014-04-04 | 1 | -1/+1 | |
| | ||||||
* | Add base style for printing | Samy Pessé | 2014-04-04 | 1 | -0/+8 | |
| | ||||||
* | Fix pages order in page generator | Samy Pessé | 2014-04-04 | 1 | -1/+12 | |
| | ||||||
* | Don't generate folder when using generator "page" | Samy Pessé | 2014-04-04 | 1 | -0/+4 | |
| | ||||||
* | Add base for generating single page html | Samy Pessé | 2014-04-04 | 3 | -8/+59 | |
| | ||||||
* | Change template name for site generation to site | Samy Pessé | 2014-04-04 | 1 | -1/+1 | |
| | ||||||
* | Add base for theming | Samy Pessé | 2014-04-04 | 1 | -2/+8 | |
| | ||||||
* | 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 | |
| | ||||||
* | Use relative symlink between index & README | Aaron O'Mullan | 2014-04-04 | 1 | -2/+2 | |
| | | | | Fixes #19, fixes #21 | |||||
* | Remove logs from generation | Samy Pessé | 2014-04-04 | 3 | -10/+2 | |
| | ||||||
* | Remove file template.js | Samy Pessé | 2014-04-04 | 2 | -67/+0 | |
| | ||||||
* | Fix links in templates | Samy Pessé | 2014-04-04 | 1 | -1/+6 | |
| | ||||||
* | Base for new site generator | Samy Pessé | 2014-04-04 | 2 | -15/+70 | |
| | ||||||
* | Complete json generator | Samy Pessé | 2014-04-04 | 3 | -28/+75 | |
| | ||||||
* | Add option -g to choice generator | Samy Pessé | 2014-04-04 | 2 | -1/+18 | |
| | | | | 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 | |
| | ||||||
* | 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 | 4 | -5/+5 | |
| | ||||||
* | 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 … | |||||
* | Merge sections together, fixes #7 | Aaron O'Mullan | 2014-04-02 | 1 | -0/+13 | |
| | ||||||
* | Fix #8: Improve page title | Samy Pessé | 2014-04-02 | 3 | -4/+12 | |
| | ||||||
* | Expose titles in navigation of current nodes | Aaron O'Mullan | 2014-04-02 | 1 | -0/+2 | |
| | ||||||
* | Fix usage of highlight.js | Samy Pessé | 2014-04-01 | 1 | -2/+7 | |
| | ||||||
* | Fix #3: Add syntax highlighting | Samy Pessé | 2014-04-01 | 1 | -0/+7 | |
| | ||||||
* | Fix #4: Add option for defining description | Samy Pessé | 2014-04-01 | 1 | -2/+6 | |
| | ||||||
* | Improve animation and display of progress bar | Samy Pessé | 2014-04-01 | 1 | -1/+4 | |
| | ||||||
* | Add progress calcul | Samy Pessé | 2014-04-01 | 4 | -3/+41 | |
| | ||||||
* | Don't add chapters/articles with null paths to navigation | Aaron O'Mullan | 2014-04-01 | 1 | -0/+5 | |
| | ||||||
* | 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 | 2 | -36/+35 | |
| | ||||||
* | Add level attribute in navigation | Aaron O'Mullan | 2014-03-31 | 1 | -0/+3 | |
| | ||||||
* | Add level attribute to chapters/articles | Aaron O'Mullan | 2014-03-31 | 1 | -6/+10 | |
| | ||||||
* | Symlink README.html to index.html for book output | Aaron O'Mullan | 2014-03-31 | 2 | -4/+13 | |
| | ||||||
* | 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 target _blank support in renderer for external links | Aaron O'Mullan | 2014-03-31 | 1 | -8/+39 | |
| | ||||||
* | Fix tiny typo | Aaron O'Mullan | 2014-03-31 | 1 | -1/+1 | |
| | | | | In string not code | |||||
* | Improve navigation from 1st chapter back to intro | Aaron O'Mullan | 2014-03-31 | 1 | -1/+7 | |
| | | | | 1st chapter’s prev, now links to the intro page | |||||
* | Fix previous/next chapter navigation | Aaron O'Mullan | 2014-03-31 | 1 | -7/+12 | |
| | ||||||
* | Add navigation parsed in footer | Samy Pessé | 2014-03-31 | 2 | -4/+9 | |
| | ||||||
* | Add parse.navigation module | Aaron O'Mullan | 2014-03-31 | 2 | -0/+69 | |
| | | | | With tests | |||||
* | Change summary data format | Aaron O'Mullan | 2014-03-31 | 1 | -3/+2 | |
| | | | | | Simplify chapter objects, by making them identical to article objects besides the .articles attribute | |||||
* | Set size of exercise code editor according to solution | Aaron O'Mullan | 2014-03-31 | 1 | -0/+4 | |
| | | | | Use the number of lines in solution to set editor’s size | |||||
* | Clean output folder before generating | Aaron O'Mullan | 2014-03-31 | 2 | -5/+12 | |
| | ||||||
* | Filter out empty sections when generating pages | Aaron O'Mullan | 2014-03-31 | 1 | -0/+3 | |
| | ||||||
* | Generate a unique Id for each section | Aaron O'Mullan | 2014-03-31 | 1 | -0/+5 | |
| | ||||||
* | Add base for full display of exercises | Samy Pessé | 2014-03-31 | 1 | -13/+2 | |
| | ||||||
* | Add content & code generation for exercise sections | Aaron O'Mullan | 2014-03-31 | 1 | -9/+28 | |
| | ||||||
* | Add base display of exercise | Samy Pessé | 2014-03-31 | 1 | -1/+13 | |
| | ||||||
* | Fix author link | Samy Pessé | 2014-03-31 | 1 | -0/+1 | |
| | ||||||
* | Fix bug with exercise classification | Aaron O'Mullan | 2014-03-31 | 1 | -7/+9 | |
| | ||||||
* | Fix all relative links | Samy Pessé | 2014-03-31 | 2 | -3/+8 | |
| | ||||||
* | Merge branch 'master' of https://github.com/GitbookIO/gitbook | Samy Pessé | 2014-03-31 | 3 | -2/+41 | |
|\ | ||||||
| * | Normalize .md links to .html when rendering pages | Aaron O'Mullan | 2014-03-31 | 2 | -1/+35 | |
| | | ||||||
| * | Normalize chapter & article paths | Aaron O'Mullan | 2014-03-31 | 1 | -1/+6 | |
| | | ||||||
* | | Copy assets to build | Samy Pessé | 2014-03-31 | 2 | -1/+9 | |
| | | ||||||
* | | Add base for generation | Samy Pessé | 2014-03-31 | 4 | -0/+157 | |
|/ | ||||||
* | Move summary & page parsing code to lib/parse/ | Aaron O'Mullan | 2014-03-31 | 4 | -2/+6 | |
| | ||||||
* | Improve section classification | Aaron O'Mullan | 2014-03-31 | 1 | -2/+2 | |
| | ||||||
* | Expose page module in index.js | Aaron O'Mullan | 2014-03-30 | 1 | -1/+2 | |
| |