index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-28
RTF writer: Embed images when possible.
John MacFarlane
1
-0
/
+2
2011-01-22
Text.Pandoc: Added jsonFilter for easy construction of scripts.
John MacFarlane
1
-0
/
+7
2011-01-20
Export readNative in Text.Pandoc.Shared.
John MacFarlane
1
-0
/
+1
2011-01-19
Added Text.Pandoc.Readers.Native (readNative).
John MacFarlane
1
-1
/
+2
2011-01-14
Fixed the parser for rst+lhs - set stateLiterateHaskell.
John MacFarlane
1
-1
/
+2
2011-01-11
Text.Pandoc: Improved readers, writers lists for lhs variants.
John MacFarlane
1
-6
/
+12
2010-12-24
Use functions from Text.Pandoc.Generic instead of processWith(M).
John MacFarlane
1
-0
/
+3
2010-12-13
Added support to write natbib or biblatex citations in latex output.
Nathan Gass
1
-0
/
+1
2010-12-11
Added JSON reader and writer.
John MacFarlane
1
-0
/
+3
2010-12-10
Moved 'readers' and 'writers' to Text.Pandoc.
John MacFarlane
1
-0
/
+42
2010-12-04
Added Org-mode writer
Puneeth Chaganti
1
-0
/
+2
2010-12-03
Basic Textile Reader
paul.rivier
1
-0
/
+2
2010-11-27
Merge branch 'textile'
John MacFarlane
1
-0
/
+2
2010-07-22
Moved Text.Pandoc.Writers.S5 -> Text.Pandoc.S5.
John MacFarlane
1
-1
/
+0
2010-07-22
Moved s5 writing from S5 module to HTML.
John MacFarlane
1
-2
/
+0
2010-07-22
Export HTMLSlideVariant in Text.Pandoc.
John MacFarlane
1
-0
/
+1
2010-07-05
Moved Pandoc prettyprinting code from Shared to new Native writer.
John MacFarlane
1
-1
/
+2
2010-07-05
Moved parsing functions from Text.Pandoc.Shared to new module.
John MacFarlane
1
-0
/
+1
2010-07-05
Added an EPUB writer.
John MacFarlane
1
-0
/
+2
2010-07-05
Made a proper ODT writer.
John MacFarlane
1
-0
/
+2
2010-05-17
Added Textile writer module.
John MacFarlane
1
-0
/
+2
2010-03-23
Updated copyright notices.
John MacFarlane
1
-2
/
+2
2010-03-18
Added plain writer.
fiddlosopher
1
-0
/
+1
2009-12-31
Use System.IO.UTF8 only if ghc < 6.12.
fiddlosopher
1
-2
/
+4
2009-12-31
Use Text.Pandoc.Templates instead of Text.Pandoc.DefaultTemplates.
fiddlosopher
1
-3
/
+3
2009-12-31
Renamed headers -> templates.
fiddlosopher
1
-2
/
+2
2009-10-04
Added haddock comments warning that readers assume \n line endings.
fiddlosopher
1
-0
/
+4
2009-05-03
Export HTMLMathMethod in Text.Pandoc.
fiddlosopher
1
-0
/
+1
2009-04-18
Use Paths_pandoc to get version number.
fiddlosopher
1
-1
/
+3
2009-02-14
Version bump to 1.2.
fiddlosopher
1
-1
/
+1
2009-01-24
Moved all haskell source to src subdirectory.
fiddlosopher
1
-0
/
+114
2007-11-29
Moved everything from src into the top-level directory.
fiddlosopher
1
-110
/
+0
2007-11-03
Reverted back to state as of r1062. The template haskell changes
fiddlosopher
1
-0
/
+110
2007-11-03
Use template haskell to avoid the need for templates:
fiddlosopher
1
-110
/
+0
2007-10-15
Removed 'version' constant from Main.hs; added 'pandocVersion' to Text.Pandoc.
fiddlosopher
1
-0
/
+5
2007-08-15
Major code cleanup in all modules. (Removed unneeded imports,
fiddlosopher
1
-2
/
+2
2007-07-15
Merged branches/context: addition of a ConTeXt writer
fiddlosopher
1
-0
/
+2
2007-07-13
Changed encodeUTF8 to toUTF8, decodeUTF8 to fromUTF8,
fiddlosopher
1
-2
/
+2
2007-07-12
Cleaned up Text.Pandoc. Added lots of documentation,
fiddlosopher
1
-5
/
+30
2007-07-12
Pandoc.hs:
fiddlosopher
1
-21
/
+14
2007-07-07
Adjusted copyright notices to 2006-7; use
fiddlosopher
1
-3
/
+3
2007-07-06
Pandoc.hs: Export all definitions in Text.Pandoc.Definition,
fiddlosopher
1
-1
/
+7
2007-04-11
Added Text.Pandoc module that exports basic readers, writers,
fiddlosopher
1
-0
/
+79