summaryrefslogtreecommitdiff
path: root/src/Main.hs
AgeCommit message (Expand)Author
2009-01-31Renamed Main.hs -> pandoc.hs.fiddlosopher
2009-01-24Moved all haskell source to src subdirectory.fiddlosopher
2007-11-29Moved everything from src into the top-level directory.fiddlosopher
2007-11-03Reverted back to state as of r1062. The template haskell changesfiddlosopher
2007-11-03Use template haskell to avoid the need for templates:fiddlosopher
2007-10-15Removed 'version' constant from Main.hs; added 'pandocVersion' to Text.Pandoc.fiddlosopher
2007-09-27Added a writer option for wrapped text and a command-line optionfiddlosopher
2007-09-18Main (tabFilter):fiddlosopher
2007-09-13Changed pandoc home page to http://johnmacfarlane.net/pandoc/.fiddlosopher
2007-09-05Bumped version to 0.45.fiddlosopher
2007-09-02Bump version numbers to 0.44, which will be the nextfiddlosopher
2007-08-30Version bump to 0.43.fiddlosopher
2007-08-28Main: Replaced tabsToSpacesInLine and tabFilter with single functionfiddlosopher
2007-08-28+ Removed tabsToSpaces and tabsInLine from Text.Pandoc.Shared.fiddlosopher
2007-08-23Bumped version numbers to 0.42 in anticipation of nextfiddlosopher
2007-08-23Use UTF8 conversion on the extra files loaded in Main.hsfiddlosopher
2007-08-19Bump version to 0.41.fiddlosopher
2007-07-28Main: Changed putStr to putStrLn -- mainly because MacOS doesn't displayfiddlosopher
2007-07-26Changed how ASCIIMathML is handled:fiddlosopher
2007-07-22Main: Relabeled asciiMathMLLink -> asciiMathML, asciiMathML -> math.fiddlosopher
2007-07-15Main.hs: If writer is "context", automatically selectfiddlosopher
2007-07-15If output file has .ctx or .context extension,fiddlosopher
2007-07-15Merged branches/context: addition of a ConTeXt writerfiddlosopher
2007-07-13Changed encodeUTF8 to toUTF8, decodeUTF8 to fromUTF8,fiddlosopher
2007-07-12Main: use Text.Pandoc to simplify list of imported modules.fiddlosopher
2007-07-12If writer == "s5", don't set table of contents option.fiddlosopher
2007-07-12Changed order of options, for aesthetic reasons.fiddlosopher
2007-07-10Recognize output filenames with any single-digit extension as manfiddlosopher
2007-07-07Adjusted copyright notices to 2006-7; usefiddlosopher
2007-07-07+ Introduced writerIgnoreNotes option in WriterOptions. This is neededfiddlosopher
2007-07-07Added writerTableOfContents to WriterOptions, and added afiddlosopher
2007-06-30Modified Main.hs and Pandoc.cabal to add man pagefiddlosopher
2007-04-22Resolved issue #10: instead of adding "\n\n" to thefiddlosopher
2007-04-10Extensive changes stemming from a rethinking of the Pandoc datafiddlosopher
2007-03-03Added --inline-links option to force links in HTML to be parsedfiddlosopher
2007-02-26Modified HTML writer to use the Text.XHtml library. This resultsfiddlosopher
2007-01-31Use "gaps" in copyrightMessage string for cleaner code formatting.fiddlosopher
2007-01-15Added support for tables in markdown reader and in LaTeX,fiddlosopher
2007-01-09Moved up processing of --dump-args so that output file won'tfiddlosopher
2007-01-08Have pandoc return exit code 2 whenever a usage message isfiddlosopher
2007-01-08Changes to Pandoc's options to facilitate wrapper scripts:fiddlosopher
2007-01-06Allow '-S' option to be specified together with '--strict', if desired.fiddlosopher
2007-01-06Merged changes from 'quotes' branch since r431. Smart typographyfiddlosopher
2007-01-02Modified main 'pandoc' program so that if it is called with programfiddlosopher
2007-01-02Change 'HtmlEntities' module to 'Entities'. Adjusted callingfiddlosopher
2007-01-01Merged changes from docbook branch since r363.fiddlosopher
2006-12-31Changed usage message so that it is more compact (and slightlyfiddlosopher
2006-12-30Merged 'strict' branch from r324. This adds a '--strict'fiddlosopher
2006-12-28+ Removed the convenience symlinks (which don't work on Windows underfiddlosopher
2006-12-22Merged changes from branches/wrappers since r177.fiddlosopher