summaryrefslogtreecommitdiffstats
path: root/lib/utils/page.js
Commit message (Expand)AuthorAgeFilesLines
* Fix #628: preserve pure anchor links and hash in relative linksSamy Pessé2015-03-061-3/+9
* Fix transformation of README.md links in index.htmlSamy Pessé2015-02-261-2/+4
* Escape description in title attr of glossary linkSamy Pessé2015-02-141-1/+1
* Fix test with post in blocksSamy Pessé2015-02-131-27/+31
* 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-121-3/+6
* 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-291-29/+35
* 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 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-281-2/+2
* Improve image conversion to png to avoid doublonsSamy Pessé2015-01-281-21/+42
* Use svgexport instead of imagemagickSamy Pessé2015-01-281-1/+1
* Handle correctly path starting with "/"Samy Pessé2015-01-281-1/+3
* Handle absolute url for images conversion (svg -> png)Samy Pessé2015-01-281-3/+9
* Improve error message when imagemagick is not installedSamy Pessé2015-01-281-1/+2
* Convert svg images to png in ebookSamy Pessé2015-01-281-3/+72
* 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
* Normalize paths in html contentSamy Pessé2015-01-191-0/+66