aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-08-28Removed unneeded 'try' in 'parseFromString'.fiddlosopher1-1/+1
2007-08-28Removed unneeded 'try' from stringAnyCase. (Now it behavesfiddlosopher1-2/+2
2007-08-28Changed definition of 'enclosed' in Text.Pandoc.Shared so thatfiddlosopher4-7/+7
2007-08-28Minor code cleanup in Text.Pandoc.Shared.fiddlosopher1-4/+7
2007-08-28Performance improvements:fiddlosopher1-13/+11
2007-08-28Removed unnecessary 'try' in 'anyLine' (Text.Pandoc.Shared).fiddlosopher1-2/+1
2007-08-28Refactored Text.Pandoc.CharacterReferences.fiddlosopher1-279/+271
2007-08-27Added template item for md5 sum in Portfile.in.fiddlosopher1-1/+1
2007-08-27Updated Portfile.in to match the version in the MacPorts repositoryfiddlosopher1-6/+7
2007-08-27Removed local references to Portfile, since pandoc is now in thefiddlosopher3-36/+13
2007-08-27Changed link to README to README.html.fiddlosopher1-2/+2
2007-08-26* changelog: make sure to close pandoc's ITP bug.roktas1-0/+5
2007-08-26Added note that Text.Pandoc.ASCIIMathML was exposed tofiddlosopher1-0/+1
2007-08-26Don't try to generate distinfo in Makefile. Make this usingfiddlosopher1-7/+2
2007-08-26Added note about 'yourusername' in MacPorts section.fiddlosopher1-1/+1
2007-08-26Small change to website -> "Installation instructions"fiddlosopher1-1/+1
2007-08-26Make freeebsd and macports targets depend on tarball.fiddlosopher1-2/+2
2007-08-26Added News for 0.42 release to website.fiddlosopher1-2/+15
2007-08-26Added Cabal installation method to INSTALL.fiddlosopher1-0/+15
2007-08-26Added pandocwiki demo to website.fiddlosopher2-0/+3
2007-08-26Updated changelog.fiddlosopher1-0/+7
2007-08-26Removed osx-package specific files, and references to themfiddlosopher6-125/+2
2007-08-26Removed osx package targets in Makefile, and documentation forfiddlosopher2-59/+0
2007-08-26Changes to website for new installation instructions.fiddlosopher2-28/+11
2007-08-26Updated INSTALL instructions.fiddlosopher1-17/+102
2007-08-26Updated debian/changelog.fiddlosopher1-0/+49
2007-08-26Re-exposed Text.Pandoc.ASCIIMathML. We need it in Text.Pandoc.Readers.HTML.fiddlosopher1-0/+1
2007-08-26Don't countfiddlosopher1-0/+1
2007-08-25Changed macport target to use 'openssl md5' instead offiddlosopher1-1/+1
2007-08-25Separated $(web_dest) and website targets.fiddlosopher2-5/+7
2007-08-25Fixed bug in LaTeX writer. When a footnote ends with a Verbatimfiddlosopher2-5/+12
2007-08-25Build web index from a template (including version number).fiddlosopher2-0/+2
2007-08-25Minor formatting change in README.fiddlosopher1-1/+2
2007-08-25Made index.txt in web a template (with @VERSION@).fiddlosopher1-6/+6
2007-08-25Minor change in INSTALL instructions.fiddlosopher1-2/+2
2007-08-25Updated Makefile for macports instead of macport.fiddlosopher1-1/+1
2007-08-25Moved macport -> macports.fiddlosopher1-0/+0
2007-08-25Removed macports.fiddlosopher0-0/+0
2007-08-25Added macport directory.fiddlosopher1-0/+23
2007-08-25Removed macports (renamed as macport).fiddlosopher2-24/+1
2007-08-25Modifications in freebsd packaging:fiddlosopher4-11/+25
2007-08-25Added macport target to Makefile; Portfile is now built fromfiddlosopher3-0/+12
2007-08-25Make Portfile into a template.fiddlosopher1-2/+2
2007-08-24Added macports Portfile.fiddlosopher1-0/+23
2007-08-24Added note about installation of GMP.framework to Mac OSXfiddlosopher1-0/+8
2007-08-23Removed incorrect "{}" around style information infiddlosopher2-22/+22
2007-08-23Bumped version numbers to 0.42 in anticipation of nextfiddlosopher3-3/+3
2007-08-23Added new rule for enhanced markdown ordered lists: if the list markerfiddlosopher13-30/+56
2007-08-23Use UTF8 conversion on the extra files loaded in Main.hsfiddlosopher1-4/+4
2007-08-22Added a needed 'try' to listItem in Markdown reader.fiddlosopher1-1/+1