summaryrefslogtreecommitdiffstats
path: root/lib/utils
Commit message (Expand)AuthorAgeFilesLines
* Add parsing of summary and testsSamy Pessé2016-01-281-0/+21
* Fix tests for languages parsingSamy Pessé2016-01-281-0/+12
* Add more classes structuresSamy Pessé2016-01-272-3/+35
* Start rewriteSamy Pessé2016-01-2214-1368/+4
* Fix support for encoded entities in filenameSamy Pessé2016-01-132-28/+30
* Fix #1041 : fix glossary terms being replaced in script (ex: math)Samy Pessé2015-12-081-1/+1
* Fix #926: use zh-hans instead of zh-cn and ja instead of jpSamy Pessé2015-11-251-13/+13
* Fix urijs dependency on linuxSamy Pessé2015-11-251-19/+19
* Add bookRoot to gitbook.stateSamy Pessé2015-11-251-1/+1
* Improve book.findFile to be case incensitiveSamy Pessé2015-11-161-0/+12
* Correctly generate id if none foundSamy Pessé2015-10-211-5/+13
* Fix #974: correctly handle query in image urlsSamy Pessé2015-10-201-1/+1
* Don't copy assets for ebook to website bundleSamy Pessé2015-10-061-24/+23
* Start removing search and lunr from coreSamy Pessé2015-10-051-80/+66
* Handle html param from code block outputSamy Pessé2015-09-221-3/+4
* Jshint all filesSamy Pessé2015-09-1514-132/+130
* Improve conrefs to handle all absolute file paths correctlySamy Pessé2015-09-152-2/+58
* Improve book.resolve to ensure file is in the bookSamy Pessé2015-09-151-6/+3
* Pass language as kwargs to code blockSamy Pesse2015-09-141-1/+6
* Use block code for highlight pre/codeSamy Pesse2015-09-141-5/+4
* Remove highlight.js dependencySamy Pesse2015-09-122-41/+1
* Fix #761: fix syntax highlighting for asciidocSamy Pessé2015-09-051-0/+5
* Add warning for file outside spineSamy Pessé2015-09-041-0/+10
* Improve error handling for failed image downloadSamy Pessé2015-09-012-1/+11
* Update nunjucks to fix raw and loaderSamy Pessé2015-09-011-1/+1
* ignore _book in watch.jsxcv582015-08-041-0/+1
* Sort glossary before applying it on pagesSamy Pesse2015-05-281-2/+5
* Fix #721: use links.join instead of path.join for links in pageSamy Pesse2015-04-231-1/+1
* Merge pull request #700 from paulmillr/masterSamy Pessé2015-04-101-7/+8
|\
| * Switch from gaze to chokidar.Paul Miller2015-04-101-7/+8
* | use the `escape-string-regexp` moduleSindre Sorhus2015-04-081-5/+0
|/
* Don't update translationsSamy Pessé2015-04-011-1/+2
* Use i18n node module for template translationSamy Pessé2015-04-011-30/+37
* Fix title for introduction (with i18n)Samy Pessé2015-03-241-1/+2
* Ignore codeblocks when replacing glossary termsSamy Pessé2015-03-231-0/+3
* Highlight codeblocks in gitbook instead than the parsersSamy Pessé2015-03-232-1/+63
* Fix #641: fix progress order in json formatSamy Pessé2015-03-172-0/+9
* Add editorconfig and normalize indentSamy Pessé2015-03-144-199/+199
* Fix #647: Fix links normalization (content and hash)Samy Pessé2015-03-131-5/+5
* Ensure inline svgs have xml headerSamy Pessé2015-03-111-1/+1
* Remove require of old dependency "shell-escape"Samy Pessé2015-03-111-1/+0
* Fix inline svg extraction on windowsSamy Pessé2015-03-102-2/+2
* Fix run of svgexport on windowsSamy Pessé2015-03-101-9/+10
* Fix links normalization on windowsSamy Pessé2015-03-102-9/+11
* Fix #227: Add base rtl support for websiteSamy Pessé2015-03-061-1/+3
* Fix #628: preserve pure anchor links and hash in relative linksSamy Pessé2015-03-062-4/+21
* Escape svgexport argsSamy Pessé2015-03-051-1/+2
* Fix transformation of README.md links in index.htmlSamy Pessé2015-02-261-2/+4
* Improve language detection from book.jsonSamy Pessé2015-02-141-0/+4
* Escape description in title attr of glossary linkSamy Pessé2015-02-141-1/+1
* Fix test with post in blocksSamy Pessé2015-02-132-27/+32
* Limit concurrent blocks processedSamy Pessé2015-02-131-0/+51
* Accept post function from block to post process contentSamy Pessé2015-02-121-3/+3
* Fix page normalization with empty links or imagesSamy Pessé2015-02-121-0/+2
* Fix GitbookIO/plugin-youtube#2: hash remote image for local pathSamy Pessé2015-02-122-4/+11
* Fix default language to englishSamy Pessé2015-02-121-0/+3
* Improve i18n to support locale normalizationSamy Pessé2015-02-091-0/+63
* Fix #595: calcul link to glossary as an absolute pathSamy Pessé2015-02-071-1/+1
* Fix #588: Fix replacement of glossary terms by linksSamy Pessé2015-02-061-1/+2
* Handle SVG correctly in page normalizationSamy Pessé2015-02-051-1/+8
* Improve logs for images and ebook copySamy Pessé2015-02-041-4/+4
* Don't use xmlMode to normalize htmlSamy Pessé2015-01-301-1/+1
* Fix support of iframe in html normalizationSamy Pessé2015-01-301-3/+14
* Use spaces identationSamy Pessé2015-01-301-24/+24
* Download external images in ebook formatSamy Pessé2015-01-294-53/+58
* Convert inline svg as png if neededSamy Pessé2015-01-291-3/+36
* Fix inline svg image in pageSamy Pessé2015-01-291-1/+1
* Fix resources loading in pluginsSamy Pessé2015-01-281-2/+3
* Fix for good path resolution of svg imageSamy Pessé2015-01-281-2/+2
* Fix conversion of svg when cache is emptySamy Pessé2015-01-281-0/+2
* Improve svg conversion and links normalizationSamy Pessé2015-01-281-11/+19
* Fix absolute path calculSamy Pessé2015-01-282-9/+11
* Improve image conversion to png to avoid doublonsSamy Pessé2015-01-282-21/+44
* Fix error message when svgexport is not installedSamy Pessé2015-01-281-1/+1
* Use svgexport instead of imagemagickSamy Pessé2015-01-283-43/+68
* Handle correctly path starting with "/"Samy Pessé2015-01-282-2/+4
* Handle absolute url for images conversion (svg -> png)Samy Pessé2015-01-282-4/+20
* Improve error message when imagemagick is not installedSamy Pessé2015-01-282-2/+10
* Convert svg images to png in ebookSamy Pessé2015-01-283-5/+121
* Add options "shortcuts" for blocks from pluginsSamy Pessé2015-01-271-0/+5
* Fix #273: clean the output without removing .git and .svnSamy Pessé2015-01-261-36/+78
* fs.list take option for files to ignoresSamy Pessé2015-01-261-25/+12
* Add warning message about deprecated hooksSamy Pessé2015-01-261-3/+5
* Fix git url parsing for content referencesSamy Pessé2015-01-261-16/+10
* Support ssh urls in git parsingSamy Pessé2015-01-261-3/+8
* Add tests for parsing git urlSamy Pessé2015-01-261-1/+4
* Improve loggerSamy Pessé2015-01-251-7/+19
* Improve logger moduleSamy Pessé2015-01-251-0/+77
* Add _book to list of files to ignoreSamy Pessé2015-01-251-0/+1
* Add Book.generateFile to output a pdfSamy Pessé2015-01-242-3/+7
* Add base loader to resolve git dependenciesSamy Pessé2015-01-242-1/+116
* Watch all fiels that can be parsed in serveSamy Pessé2015-01-241-1/+12
* Improve navigation with non existant entriesSamy Pessé2015-01-241-7/+23
* Complete serve commandSamy Pessé2015-01-243-1/+125
* Load locales to translate layoutSamy Pessé2015-01-231-0/+1
* Add base for ebook generatorSamy Pessé2015-01-231-0/+26
* Write search index to output folderSamy Pessé2015-01-221-1/+16
* Write glossary for websiteSamy Pessé2015-01-221-0/+9
* Replace glossary terms by links to glossarySamy Pessé2015-01-221-1/+1
* Mark glossary terms in html parsedSamy Pessé2015-01-221-1/+70