aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-12-29+ Changed 'web2markdown' to 'html2markdown'.fiddlosopher7-26/+26
2006-12-29Reversed changes from r246:fiddlosopher8-104/+1
2006-12-28Added two more demo cases to website. Put a footnote infiddlosopher4-4/+19
2006-12-28Added a latex -> markdown case to demos.fiddlosopher2-0/+2
2006-12-28Added another demo case, with header and footer and css.fiddlosopher2-2/+5
2006-12-28Added "Demos" page to the website. fiddlosopher4-5/+72
2006-12-28+ Removed the convenience symlinks (which don't work on Windows underfiddlosopher16-231/+198
2006-12-24Added README-WINDOWS.html to windows package documentation.fiddlosopher1-1/+1
2006-12-24+ Added --strip-trailing-cr option to diff in runtests.pl, so thatfiddlosopher4-4/+75
2006-12-24Changed default ASCIIMathML text color to black.fiddlosopher2-3/+3
2006-12-24+ Updates to Makefile:fiddlosopher2-42/+58
2006-12-23Add rst2markdown to dh_strip exclude list.roktas1-1/+1
2006-12-23Pandoc package didn't contain 'pandoc' executable. This is because we're roktas1-2/+2
2006-12-23Fix the version of Debian packages, it should be "0.3" now.roktas1-1/+1
2006-12-23Lintian complains as follows:roktas1-1/+2
2006-12-22Changed osx-pkg target in Makefile to refer to COPYRIGHTfiddlosopher1-2/+2
2006-12-22Merged changes from branches/wrappers since r177.fiddlosopher27-796/+710
2006-12-22Removed README-WINDOWS. Instead, we'll have the Makefilefiddlosopher1-34/+0
2006-12-22Added README-WINDOWS with instructions to be included withfiddlosopher1-0/+34
2006-12-22Removed some stray characters (form feeds?) from COPYING.fiddlosopher1-5/+5
2006-12-22Added to COPYRIGHT a note that the source code is available from thefiddlosopher1-0/+4
2006-12-21Removed TODO. ToDo list now maintained on the Wiki at pandoc'sfiddlosopher2-41/+1
2006-12-21+ Added regression tests with footnotes in quote blocks and lists.fiddlosopher10-3/+85
2006-12-21Fixed a serious bug in the Markdown reader (also affecting LaTeXfiddlosopher4-42/+36
2006-12-21Fixed two small haddock bugs.fiddlosopher2-2/+2
2006-12-20Added license text to top of source files.fiddlosopher14-0/+252
2006-12-20Changed 'stability' from 'provisional' to 'alpha'.fiddlosopher15-15/+15
2006-12-20Added some extra fields to Pandoc.cabal.in.fiddlosopher1-0/+4
2006-12-20Changed 'status' in comment headers from 'unstable' to 'provisional'fiddlosopher14-14/+14
2006-12-20Made javascript obfuscation of emails even more obfuscatory,fiddlosopher3-14/+51
2006-12-20Put notice about the GPL on web page.fiddlosopher1-1/+3
2006-12-20+ Added module data for haddock.fiddlosopher15-1266/+1571
2006-12-20Obscured email addresses in documents that will be web-accessible.fiddlosopher3-4/+4
2006-12-20Modified debian/copyright, and made COPYRIGHT in top levelfiddlosopher2-90/+29
2006-12-20Removed LICENSE, replacing it with COPYING (text of GPL)fiddlosopher4-39/+382
2006-12-20Cleaned up TODO file.fiddlosopher1-27/+13
2006-12-20Modified the HTML writer to add invisible anchors to each sectionfiddlosopher8-6/+108
2006-12-19+ Replaced 'comparing' combinator in markdown reader with 'compare'.fiddlosopher4-9/+14
2006-12-19Fixed a minor mistake introduced in resolving conflicts from thefiddlosopher1-1/+0
2006-12-19Merged changes to footnotes branch r219-r240.fiddlosopher17-108/+181
2006-12-19Added 'clean' target to src/templates/Makefile, mainfiddlosopher2-0/+5
2006-12-19Changes to build process relating to r234.fiddlosopher7-31/+30
2006-12-19Removed three files from the repository. These are generatedfiddlosopher3-136/+0
2006-12-19Changed footnote syntax to conform to the de facto standardfiddlosopher12-80/+92
2006-12-18Changed '--smartypants' to '--smart' and adjusted documentationfiddlosopher4-12/+12
2006-12-17+ BUGS now contains a link to pandoc's issue tracker at Google Code.fiddlosopher2-21/+18
2006-12-17Removed a / in a comment that was causing haddock to fail.fiddlosopher1-6/+6
2006-12-16Modified markdown reader to allow ordered list items to beginfiddlosopher2-3/+32
2006-12-16+ Small changes to Makefile for better handling of Windows executable.fiddlosopher2-8/+21
2006-12-16Improvements to smart-quote regexs. Now we can better handlefiddlosopher3-12/+21