]> gitweb.michael.orlitzky.com - dead/lwn-epub.git/history - src/Main.hs
Add an 'install' makefile target.
[dead/lwn-epub.git] / src / Main.hs
2012-08-20 Michael OrlitzkyPrint an error before usage if we can't parse the page.
2012-07-09 Michael OrlitzkyUse parallel-io instead of mapM to download images...
2012-07-09 Michael OrlitzkyOnly fetch login cookies once.
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-29 Michael OrlitzkyFinal cleanups to get the download working.
2012-06-29 Michael OrlitzkyMove some IO out of the HTTP module.
2012-06-28 Michael OrlitzkyAdd trailing slashes to URLs.
2012-06-28 Michael OrlitzkyAttempt to implement article downloading.
2012-06-28 Michael OrlitzkyAdd some tests for the article URL construction.
2012-06-28 Michael OrlitzkyAdd config file parsing.
2012-06-27 Michael OrlitzkyAlways show help if parsing fails.
2012-06-25 Michael OrlitzkyBegin working on determining the article argument type.
2012-06-25 Michael OrlitzkyCombine ArticlePage and FullPage into one Page type.
2012-06-24 Michael OrlitzkyUse cmdargs to parse the one command-line argument.
2012-06-24 Michael OrlitzkyGo through a good bit of nonsense to get it successfull...
2012-06-23 Michael OrlitzkyBegin work on the full page code.
2012-06-23 Michael OrlitzkySwitch from epub to pandoc for epub creation.
2012-06-23 Michael OrlitzkyAdd a first draft using HXT, HandsomeSoup, and the...
2012-06-22 Michael OrlitzkyAdd a dependency on tagsoup.
2012-06-22 Michael OrlitzkyInitial commit. Hello, world.