aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc.hs
AgeCommit message (Expand)AuthorFilesLines
2010-07-05Added an EPUB writer.John MacFarlane1-0/+2
2010-07-05Made a proper ODT writer.John MacFarlane1-0/+2
2010-05-17Added Textile writer module.John MacFarlane1-0/+2
2010-03-23Updated copyright notices.John MacFarlane1-2/+2
2010-03-18Added plain writer.fiddlosopher1-0/+1
2009-12-31Use System.IO.UTF8 only if ghc < 6.12.fiddlosopher1-2/+4
2009-12-31Use Text.Pandoc.Templates instead of Text.Pandoc.DefaultTemplates.fiddlosopher1-3/+3
2009-12-31Renamed headers -> templates.fiddlosopher1-2/+2
2009-10-04Added haddock comments warning that readers assume \n line endings.fiddlosopher1-0/+4
2009-05-03Export HTMLMathMethod in Text.Pandoc.fiddlosopher1-0/+1
2009-04-18Use Paths_pandoc to get version number.fiddlosopher1-1/+3
2009-02-14Version bump to 1.2.fiddlosopher1-1/+1
2009-01-24Moved all haskell source to src subdirectory.fiddlosopher1-0/+114
2007-11-29Moved everything from src into the top-level directory.fiddlosopher1-110/+0
2007-11-03Reverted back to state as of r1062. The template haskell changesfiddlosopher1-0/+110
2007-11-03Use template haskell to avoid the need for templates:fiddlosopher1-110/+0
2007-10-15Removed 'version' constant from Main.hs; added 'pandocVersion' to Text.Pandoc.fiddlosopher1-0/+5
2007-08-15Major code cleanup in all modules. (Removed unneeded imports,fiddlosopher1-2/+2
2007-07-15Merged branches/context: addition of a ConTeXt writerfiddlosopher1-0/+2
2007-07-13Changed encodeUTF8 to toUTF8, decodeUTF8 to fromUTF8,fiddlosopher1-2/+2
2007-07-12Cleaned up Text.Pandoc. Added lots of documentation,fiddlosopher1-5/+30
2007-07-12Pandoc.hs:fiddlosopher1-21/+14
2007-07-07Adjusted copyright notices to 2006-7; usefiddlosopher1-3/+3
2007-07-06Pandoc.hs: Export all definitions in Text.Pandoc.Definition,fiddlosopher1-1/+7
2007-04-11Added Text.Pandoc module that exports basic readers, writers,fiddlosopher1-0/+79