index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2008-08-09
Removed layout-cache and Configurations2 from odt-styles directory.
fiddlosopher
3
-2
/
+2
2008-08-09
Include shell scripts themselves in repo, rather than generating from wrappers.
fiddlosopher
7
-89
/
+122
2008-08-09
Added preconfigure hook to build reference.odt if missing.
fiddlosopher
1
-6
/
+41
2008-08-09
Rewrote test suite so it doesn't depend on perl or unix tools.
fiddlosopher
11
-293
/
+577
2008-08-09
Removed unneeded space after "\\item" in LaTeX and ConTeXt output.
fiddlosopher
2
-2
/
+2
2008-08-08
Added Text.Pandoc.UTF8 as a backup for when utf8-string is not present.
fiddlosopher
11
-156
/
+191
2008-08-06
Small improvements to citation parsing in markdown reader.
fiddlosopher
1
-4
/
+4
2008-08-05
Allow parsing of multiline citations.
fiddlosopher
1
-2
/
+2
2008-08-05
Text/Pandoc/Biblio.hs - made getRefs point-free.
fiddlosopher
1
-1
/
+1
2008-08-05
Mention ODT writer in pandoc.cabal.
fiddlosopher
1
-1
/
+1
2008-08-05
Added padding to table cells in ODT.
fiddlosopher
1
-1
/
+1
2008-08-05
Added opendocument writer tests.
fiddlosopher
4
-1
/
+2034
2008-08-04
Added support for Cite to Markdown reader, and conditional support for citepr...
fiddlosopher
7
-16
/
+197
2008-08-04
Added Cite element to definition and writers.
fiddlosopher
11
-8
/
+41
2008-08-03
Improved configuration options and CPP macros.
fiddlosopher
6
-15
/
+36
2008-08-03
Added 'utf8' configuration flag to pandoc.cabal.
fiddlosopher
3
-9
/
+25
2008-08-03
Improvements to ODT writer (for windows compatibility):
fiddlosopher
1
-18
/
+18
2008-08-02
INSTALL: Included instructions on installing utf8-string.
fiddlosopher
1
-3
/
+8
2008-08-02
Replaced markdown2odt with pandoc in web demos.
fiddlosopher
1
-2
/
+2
2008-08-02
Added information about `odt` to README and pandoc(1) man page.
fiddlosopher
2
-35
/
+50
2008-08-02
Improved template handling:
fiddlosopher
7
-20
/
+63
2008-08-01
Removed superfluous copyFile from Text/Pandoc/ODT.hs.
fiddlosopher
1
-1
/
+0
2008-08-01
Fixes to make haddock work with template haskell:
fiddlosopher
4
-3
/
+30
2008-08-01
Removed FlexibleInstances Extension line from pandoc.cabal; it isn't needed
fiddlosopher
1
-2
/
+0
2008-08-01
Use </> with contentsOf to ensure that paths are portable.
fiddlosopher
2
-3
/
+4
2008-08-01
ODT writer: Don't use pathname in invoking "zip", as that causes problems in...
fiddlosopher
1
-7
/
+5
2008-08-01
Added pragma to HTML writer to avoid deprecation warning for use of "start" a...
fiddlosopher
1
-0
/
+1
2008-08-01
Added pragma to Text/Pandoc/Shared.hs to get rid of "orphan instance" warnings.
fiddlosopher
1
-0
/
+1
2008-08-01
Removed 'CPP' from Extension in pandoc.cabal.
fiddlosopher
1
-1
/
+1
2008-08-01
Don't use OverloadedStrings in ODT writer.
fiddlosopher
2
-9
/
+4
2008-08-01
Depend on bytestring-0.9.0.1 and provide a ByteString instance for IsString m...
fiddlosopher
2
-2
/
+8
2008-08-01
Simplified build process using template haskell.
fiddlosopher
29
-121
/
+52
2008-08-01
Use minimum-sized (blank) content.xml in odt-styles.
fiddlosopher
1
-2
/
+17
2008-08-01
Use template haskell to store reference.odt as blob in pandoc.
fiddlosopher
3
-7
/
+22
2008-08-01
Makefile: build reference.odt before configure.
fiddlosopher
1
-3
/
+3
2008-08-01
Added note on utf8-string dependency to INSTALL.
fiddlosopher
1
-1
/
+5
2008-08-01
Added utf8-string library to depends in debian/control.
fiddlosopher
1
-2
/
+2
2008-08-01
Added code for xml library (Text.XML.Light) to source tree,
fiddlosopher
8
-4
/
+1116
2008-07-31
Compatibility fixes for CPP, Cabal, and haddock:
fiddlosopher
5
-12
/
+13
2008-07-31
Removed superfluous binary and bytestring dependencies in pandoc.cabal.
fiddlosopher
1
-1
/
+1
2008-07-31
Setup.hs: Use simpleUserHooks rather than deprecated defaultUserHooks.
fiddlosopher
1
-3
/
+1
2008-07-31
Use utf8-string's System.IO.UTF8 to replace Text.Pandoc.UTF8.
fiddlosopher
6
-101
/
+18
2008-07-31
Added 'library' and 'executable' configuration flags.
fiddlosopher
2
-0
/
+23
2008-07-31
Added 'odt' output option to pandoc:
fiddlosopher
8
-144
/
+210
2008-07-31
OpenDocument writer: don't print alt text with Image.
fiddlosopher
1
-2
/
+2
2008-07-31
Fixed typo in pandoc.cabal.
fiddlosopher
1
-1
/
+1
2008-07-31
Simplified Setup.hs by removing PostClean hooks.
fiddlosopher
2
-15
/
+4
2008-07-31
Improved pandoc.cabal:
fiddlosopher
1
-0
/
+21
2008-07-31
Code cleanup in Text/Pandoc/Highlighting.hs.
fiddlosopher
1
-4
/
+4
2008-07-31
Use CPP to simplify build procedure for Highlighting.hs module.
fiddlosopher
4
-53
/
+15
[prev]
[next]