Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix inline svg image in page | Samy Pessé | 2015-01-29 | 1 | -1/+1 | |
| | ||||||
* | Fix resources loading in plugins | Samy Pessé | 2015-01-28 | 1 | -2/+3 | |
| | ||||||
* | Fix for good path resolution of svg image | Samy Pessé | 2015-01-28 | 1 | -2/+2 | |
| | ||||||
* | Fix conversion of svg when cache is empty | Samy Pessé | 2015-01-28 | 1 | -0/+2 | |
| | ||||||
* | Improve svg conversion and links normalization | Samy Pessé | 2015-01-28 | 1 | -11/+19 | |
| | ||||||
* | Fix absolute path calcul | Samy Pessé | 2015-01-28 | 2 | -9/+11 | |
| | | | | Add tests for links module | |||||
* | Improve image conversion to png to avoid doublons | Samy Pessé | 2015-01-28 | 2 | -21/+44 | |
| | ||||||
* | Fix error message when svgexport is not installed | Samy Pessé | 2015-01-28 | 1 | -1/+1 | |
| | ||||||
* | Use svgexport instead of imagemagick | Samy Pessé | 2015-01-28 | 3 | -43/+68 | |
| | ||||||
* | Handle correctly path starting with "/" | Samy Pessé | 2015-01-28 | 2 | -2/+4 | |
| | ||||||
* | Handle absolute url for images conversion (svg -> png) | Samy Pessé | 2015-01-28 | 2 | -4/+20 | |
| | ||||||
* | Improve error message when imagemagick is not installed | Samy Pessé | 2015-01-28 | 2 | -2/+10 | |
| | ||||||
* | Convert svg images to png in ebook | Samy Pessé | 2015-01-28 | 3 | -5/+121 | |
| | ||||||
* | Add options "shortcuts" for blocks from plugins | Samy Pessé | 2015-01-27 | 1 | -0/+5 | |
| | ||||||
* | Fix #273: clean the output without removing .git and .svn | Samy Pessé | 2015-01-26 | 1 | -36/+78 | |
| | ||||||
* | fs.list take option for files to ignores | Samy Pessé | 2015-01-26 | 1 | -25/+12 | |
| | ||||||
* | Add warning message about deprecated hooks | Samy Pessé | 2015-01-26 | 1 | -3/+5 | |
| | ||||||
* | Fix git url parsing for content references | Samy Pessé | 2015-01-26 | 1 | -16/+10 | |
| | ||||||
* | Support ssh urls in git parsing | Samy Pessé | 2015-01-26 | 1 | -3/+8 | |
| | ||||||
* | Add tests for parsing git url | Samy Pessé | 2015-01-26 | 1 | -1/+4 | |
| | ||||||
* | Improve logger | Samy Pessé | 2015-01-25 | 1 | -7/+19 | |
| | ||||||
* | Improve logger module | Samy Pessé | 2015-01-25 | 1 | -0/+77 | |
| | ||||||
* | Add _book to list of files to ignore | Samy Pessé | 2015-01-25 | 1 | -0/+1 | |
| | ||||||
* | Add Book.generateFile to output a pdf | Samy Pessé | 2015-01-24 | 2 | -3/+7 | |
| | ||||||
* | Add base loader to resolve git dependencies | Samy Pessé | 2015-01-24 | 2 | -1/+116 | |
| | ||||||
* | Watch all fiels that can be parsed in serve | Samy Pessé | 2015-01-24 | 1 | -1/+12 | |
| | ||||||
* | Improve navigation with non existant entries | Samy Pessé | 2015-01-24 | 1 | -7/+23 | |
| | | | | Use i18n for introduction title | |||||
* | Complete serve command | Samy Pessé | 2015-01-24 | 3 | -1/+125 | |
| | ||||||
* | Load locales to translate layout | Samy Pessé | 2015-01-23 | 1 | -0/+1 | |
| | ||||||
* | Add base for ebook generator | Samy Pessé | 2015-01-23 | 1 | -0/+26 | |
| | ||||||
* | Write search index to output folder | Samy Pessé | 2015-01-22 | 1 | -1/+16 | |
| | ||||||
* | Write glossary for website | Samy Pessé | 2015-01-22 | 1 | -0/+9 | |
| | ||||||
* | Replace glossary terms by links to glossary | Samy Pessé | 2015-01-22 | 1 | -1/+1 | |
| | ||||||
* | Mark glossary terms in html parsed | Samy Pessé | 2015-01-22 | 1 | -1/+70 | |
| | ||||||
* | Use external gitbook parsers | Samy Pessé | 2015-01-22 | 1 | -24/+0 | |
| | ||||||
* | Add summary utils | Samy Pessé | 2015-01-21 | 1 | -0/+24 | |
| | ||||||
* | Fix site generator polluting basegenerator | Samy Pessé | 2015-01-21 | 1 | -0/+1 | |
| | ||||||
* | Normalize paths in html content | Samy Pessé | 2015-01-19 | 2 | -0/+133 | |
| | ||||||
* | Parse navigation and progress in parsed page | Samy Pessé | 2015-01-19 | 2 | -0/+111 | |
| | ||||||
* | Use template before parsing glossary, summary and langs | Samy Pessé | 2015-01-19 | 1 | -0/+1 | |
| | ||||||
* | Add base object to load configuration | Samy Pessé | 2015-01-19 | 1 | -0/+90 | |
| | ||||||
* | Clear folder | Samy Pessé | 2015-01-19 | 4 | -109/+0 | |
| | ||||||
* | Fix #487: Use generated toc as base for ebook generation | Samy Pessé | 2014-10-30 | 1 | -2/+2 | |
| | ||||||
* | Add csharp language highlight mapping | Aaron O'Mullan | 2014-06-18 | 1 | -0/+1 | |
| | | | | Fixes #327 | |||||
* | Improve robustness of link utility functions | Aaron O'Mullan | 2014-06-17 | 1 | -3/+11 | |
| | | | | Fixes #321, fixes #323 | |||||
* | Allow external links in summary, fixes #300 | Aaron O'Mullan | 2014-06-08 | 1 | -1/+7 | |
| | ||||||
* | Fix #296: fix static links on windows | Samy Pessé | 2014-06-06 | 1 | -1/+14 | |
| | ||||||
* | Add option pdf.pageNumber | Samy Pessé | 2014-06-03 | 1 | -1/+1 | |
| | | | | Fix GitbookIO/editor#38 | |||||
* | Add toc at the end of pdf | Samy Pessé | 2014-05-29 | 1 | -0/+1 | |
| | ||||||
* | Improve ebook generation (toc, ...) | Samy Pessé | 2014-05-29 | 1 | -0/+25 | |
| | ||||||
* | Fix #249: fix links.toAbsolute on windows | Samy Pessé | 2014-05-23 | 1 | -0/+4 | |
| | ||||||
* | Fix #136: replace links to .md by links to .html | Samy Pessé | 2014-04-22 | 2 | -0/+30 | |
| | | | | Add more tests for links in page | |||||
* | Improve language normalization | Aaron O'Mullan | 2014-04-10 | 1 | -0/+2 | |
| | | | | Check for null before converting to lower case | |||||
* | Add basic code language normalization | Aaron O'Mullan | 2014-04-05 | 2 | -0/+19 | |