Age | Commit message (Expand) | Author | Files | Lines |
2007-01-03 | Cleaned up and improved Makefile target for wrappers. | fiddlosopher | 1 | -3/+1 |
2007-01-03 | Improved Makefile 'wrappers' target. (Previously, it would build | fiddlosopher | 1 | -1/+2 |
2007-01-02 | Improved test-markdown target in Makefile: | fiddlosopher | 1 | -7/+5 |
2007-01-02 | Modified main 'pandoc' program so that if it is called with program | fiddlosopher | 1 | -7/+18 |
2007-01-02 | CSS changes for website. | fiddlosopher | 1 | -3/+10 |
2007-01-02 | Fixed a bug in website generation, which only worked if 'pandoc' | fiddlosopher | 2 | -3/+2 |
2007-01-02 | Added fuller package descriptions to debian/control. | fiddlosopher | 1 | -3/+48 |
2007-01-02 | Moved hsmarkdown to src/wrappers/hsmarkdown.in, so it works | fiddlosopher | 1 | -0/+0 |
2007-01-02 | Added 'hsmarkdown' wrapper, designed to be used as a drop-in | fiddlosopher | 8 | -16/+70 |
2007-01-02 | Added package URL to Pandoc.cabal.in. | fiddlosopher | 1 | -1/+1 |
2007-01-02 | Documented change of 'HtmlEntities' to 'Entities' in changelog. | fiddlosopher | 1 | -0/+3 |
2007-01-02 | Change 'HtmlEntities' module to 'Entities'. Adjusted calling | fiddlosopher | 7 | -21/+22 |
2007-01-02 | Use entities for all characters above 127 in docbook output. | fiddlosopher | 3 | -17/+22 |
2007-01-01 | Changed representation of code blocks to use <screen> and | fiddlosopher | 2 | -12/+26 |
2007-01-01 | Changed description in debian/control to include docbook writer. | fiddlosopher | 1 | -6/+6 |
2007-01-01 | Inserted a needed slash in the Makefile, after $(osx_pkg_name), | fiddlosopher | 1 | -1/+1 |
2007-01-01 | Modified changelog to bring up to date. | fiddlosopher | 1 | -0/+4 |
2007-01-01 | Removed a line that was causing a compiler warning in docbook | fiddlosopher | 1 | -1/+0 |
2007-01-01 | Added docbook writer to list of exposed modules in Pandoc.cabal.in. | fiddlosopher | 1 | -0/+1 |
2007-01-01 | Merged changes from docbook branch since r363. | fiddlosopher | 14 | -22/+1285 |
2007-01-01 | Refactored fillTemplates.pl. | fiddlosopher | 1 | -25/+14 |
2006-12-31 | Added a note to pandoc(1) man page about the differences between | fiddlosopher | 1 | -0/+5 |
2006-12-31 | Revised inline code parsing in Markdown reader to conform to | fiddlosopher | 1 | -14/+6 |
2006-12-31 | Documented makefile targets in INSTALL. | fiddlosopher | 1 | -0/+53 |
2006-12-31 | Simplified list parsing code in RST reader. | fiddlosopher | 1 | -7/+8 |
2006-12-31 | Added instructions for using the GHC profiler. | fiddlosopher | 1 | -0/+6 |
2006-12-31 | Cleaned up some code in RST reader. | fiddlosopher | 1 | -20/+15 |
2006-12-31 | Changed Markdown reader so that the first pass, in which a list | fiddlosopher | 2 | -2/+8 |
2006-12-31 | Removed unneeded 'do' block from 'parseBlocks' definition | fiddlosopher | 1 | -3/+1 |
2006-12-31 | Changed usage message so that it is more compact (and slightly | fiddlosopher | 1 | -34/+32 |
2006-12-30 | Documented the "blank line before header and block quote" discrepancy | fiddlosopher | 1 | -0/+13 |
2006-12-30 | Updates to changelog for --strict option and other changes | fiddlosopher | 1 | -0/+7 |
2006-12-30 | Merged 'strict' branch from r324. This adds a '--strict' | fiddlosopher | 23 | -141/+248 |
2006-12-29 | Slight changes in website target: | fiddlosopher | 4 | -26/+21 |
2006-12-29 | Changed date on README. | fiddlosopher | 1 | -1/+1 |
2006-12-29 | Print command-line to stderr when making demo page. | fiddlosopher | 1 | -1/+1 |
2006-12-29 | Make wrappers executable in the top-level directory, in case people | fiddlosopher | 1 | -0/+1 |
2006-12-29 | + Renamed web/demos.sh to mkdemos.sh | fiddlosopher | 2 | -5/+7 |
2006-12-29 | Minor changes to changelog. | fiddlosopher | 1 | -38/+51 |
2006-12-29 | Modified changelog to bring up to date. | fiddlosopher | 1 | -44/+107 |
2006-12-29 | Revised uninstall-pandoc with new wrapper names. | fiddlosopher | 1 | -1/+1 |
2006-12-29 | + Changed 'web2markdown' to 'html2markdown'. | fiddlosopher | 7 | -26/+26 |
2006-12-29 | Reversed changes from r246: | fiddlosopher | 8 | -104/+1 |
2006-12-28 | Added two more demo cases to website. Put a footnote in | fiddlosopher | 4 | -4/+19 |
2006-12-28 | Added a latex -> markdown case to demos. | fiddlosopher | 2 | -0/+2 |
2006-12-28 | Added another demo case, with header and footer and css. | fiddlosopher | 2 | -2/+5 |
2006-12-28 | Added "Demos" page to the website. | fiddlosopher | 4 | -5/+72 |
2006-12-28 | + Removed the convenience symlinks (which don't work on Windows under | fiddlosopher | 16 | -231/+198 |
2006-12-24 | Added README-WINDOWS.html to windows package documentation. | fiddlosopher | 1 | -1/+1 |
2006-12-24 | + Added --strip-trailing-cr option to diff in runtests.pl, so that | fiddlosopher | 4 | -4/+75 |