Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-08-16 | Add "poster" as a URL attribute | Duncan | 1 | -1/+1 | |
2014-08-25 | Don't have TagSoup decode any HTML entities | Jasper Van der Jeugt | 1 | -1/+10 | |
2014-06-26 | Fix build failure introduced by 3ee6f28 | Simonas Kazlauskas | 1 | -1/+1 | |
Fixes #270 | |||||
2014-06-13 | Merge pull request #269 from co-dan/demoteheaders | Jasper Van der Jeugt | 1 | -0/+1 | |
Fix #223: `demoteHeaders` should not modify anything in the document, apart from the headers | |||||
2014-04-19 | FIX: `toSiteRoot` no considers "./" to not be relavent. | Izzy Cecil | 1 | -0/+1 | |
2014-02-16 | Fix #223: `demoteHeaders` should not modify anything in the document, apart ↵ | Daniil Frumin | 1 | -0/+1 | |
from the headers | |||||
2013-09-16 | Fix incorrect output of toSiteRoot on Windows. | Saeid Al-Wazzan | 1 | -1/+1 | |
toSiteRoot uses splitPath, joinPath, and takeDirectory from the System.FilePath module. On Windows systems, the implementation of joinPath will build up a path using the Windows path separator "\\". We don't want this behavior since the paths we are working with are always URLs, so we force POSIX behavior for System.FilePath. | |||||
2013-06-16 | Make toUri sanitise all characters needed | Simonas Kazlauskas | 1 | -4/+6 | |
2013-06-15 | Sanitize URLs in toUrl | Jasper Van der Jeugt | 1 | -2/+10 | |
Closes #163 | |||||
2013-04-22 | Merge pull request #133 from simukis/scheme-relative | Jasper Van der Jeugt | 1 | -1/+1 | |
Account for scheme-relative URLs | |||||
2013-04-21 | Add "data" as a URL attribute | Ian Ross | 1 | -1/+1 | |
2013-04-04 | Account for scheme-relative URLs | Simonas Kazlauskas | 1 | -1/+1 | |
http://url.spec.whatwg.org/#concept-scheme-relative-url | |||||
2013-01-20 | Fix issue with tagsoup renderTags | Jasper Van der Jeugt | 1 | -3/+11 | |
2012-12-29 | Draft tool to check internal links | Jasper Van der Jeugt | 1 | -12/+20 | |
2012-12-25 | Add demoteHeaders, refactor a bit | Jasper Van der Jeugt | 1 | -0/+147 | |