Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |