]> gitweb.michael.orlitzky.com - dead/lwn-epub.git/commit
Combine ArticlePage and FullPage into one Page type.
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 25 Jun 2012 02:37:49 +0000 (22:37 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 25 Jun 2012 02:37:49 +0000 (22:37 -0400)
commit6f0e6cbece7e1b1a3c6b43d19eb2f29088af981c
tree01e052cdd214c70286b4fac5d4b0561cc11c07d6
parented2ed8abd62ba3dec7f799253de1133732f8c153
Combine ArticlePage and FullPage into one Page type.
Refactor the Epublishable class into the new Page type.
Remove images before parsing rather than while parsing a full page.
Add an output file option.
src/CommandLine.hs
src/Epublishable.hs [deleted file]
src/LWN/ArticlePage.hs [deleted file]
src/LWN/FullPage.hs [deleted file]
src/LWN/Page.hs [new file with mode: 0644]
src/Main.hs