]> gitweb.michael.orlitzky.com - dead/lwn-epub.git/history - src/LWN/Page.hs
Bump a few dependencies, fix compilation failures.
[dead/lwn-epub.git] / src / LWN / Page.hs
2012-12-01 Michael OrlitzkyBump a few dependencies, fix compilation failures. master
2012-09-28 Michael Orlitzky"Fix" the unicode URL bug.
2012-08-23 Michael OrlitzkyMerge branch 'master' of michael.orlitzky.com:/var...
2012-08-20 Michael OrlitzkyReturn-style fix.
2012-07-14 Michael OrlitzkyReplace double newlines with "<br /><br />" in <pre...
2012-07-14 Michael OrlitzkyIf we don't have the contents of a particular full...
2012-07-14 Michael OrlitzkyRemove full story paragraphs if we aren't going to...
2012-07-13 Michael OrlitzkyDon't download full stories if we aren't going to use...
2012-07-12 Michael OrlitzkyAdd a --full-stories option which may or may not work.
2012-07-12 Michael OrlitzkyRemove a debug putStrLn.
2012-07-09 Michael OrlitzkyUse parallel-io instead of mapM to download images...
2012-07-09 Michael OrlitzkyOnly fetch login cookies once.
2012-07-08 Michael OrlitzkyMove the pure-xml functions into the LWN.XHTML module.
2012-07-08 Michael OrlitzkyMove the wrapper div inside the ArticlePage to_xhtml...
2012-07-07 Michael OrlitzkyMove the main processing functions into the LWN.Page...
2012-06-30 Michael OrlitzkyWhitespace cleanup.
2012-06-30 Michael OrlitzkySource reorganization and cleanup.
2012-06-30 Michael OrlitzkyClean up some types now that I know what I'm doing.
2012-06-29 Michael OrlitzkyFinal cleanups to get the download working.
2012-06-28 Michael OrlitzkyAdd config file parsing.
2012-06-27 Michael OrlitzkyImplement image download and replacement.
2012-06-26 Michael OrlitzkyCombine a few tests.
2012-06-26 Michael OrlitzkyAdd link-to-span preprocessing.
2012-06-25 Michael OrlitzkyCombine ArticlePage and FullPage into one Page type.