summaryrefslogtreecommitdiff
path: root/src/wrappers
AgeCommit message (Expand)Author
2007-11-29Moved everything from src into the top-level directory.fiddlosopher
2007-11-03Reverted back to state as of r1062. The template haskell changesfiddlosopher
2007-11-03Use template haskell to avoid the need for templates:fiddlosopher
2007-10-02Modified html2markdown. Previously html2markdown piped all inputfiddlosopher
2007-07-28Removed test for examplep in markdown2pdf.fiddlosopher
2007-07-28Changed LaTeX writer to use the examplep package insteadfiddlosopher
2007-07-22markdown2pdf: Print a helpful message if ulem package is not found.fiddlosopher
2007-07-16markdown2pdf.in: Test for --table-of-contents asfiddlosopher
2007-07-08Modified markdown2pdf to run pdflatex a second time if --toc wasfiddlosopher
2007-05-03Add -asxhtml flag to tidy in html2markdown. This willfiddlosopher
2007-01-09Need to export TMPDIR in tempdir.sh.fiddlosopher
2007-01-09On Cygwin, set TMPDIR to . before using mktemp. Otherwisefiddlosopher
2007-01-09Cleaned up markdown2pdf.in. Note that bibtex does not returnfiddlosopher
2007-01-09Minor changes to markdown2pdf: removed an unnecessary '|| exit $?',fiddlosopher
2007-01-09Changes to markdown2pdf.in:fiddlosopher
2007-01-09Minor cleanups in markdown2pdf.in.fiddlosopher
2007-01-08+ Export TEXINPUTS variable.roktas
2007-01-08Various fixes in markdown2pdf.roktas
2007-01-08Removed unneeded "export" statements.fiddlosopher
2007-01-08Modified shell scripts to use new Pandoc --dump-args andfiddlosopher
2007-01-07Simplify regex.roktas
2007-01-07+ Revert previous commit which is wrong and insufficient on some parts.roktas
2007-01-07+ Fix a nasty bug in markdown2pdf. It used to send the log file toroktas
2007-01-05Remove executable permission of hsmarkdown.in.roktas
2007-01-03Removed unneeded WRAPPER_ARGS and WRAPPEE_ARGS variablesfiddlosopher
2007-01-02Moved hsmarkdown to src/wrappers/hsmarkdown.in, so it worksfiddlosopher
2006-12-29+ Changed 'web2markdown' to 'html2markdown'.fiddlosopher
2006-12-28+ Removed the convenience symlinks (which don't work on Windows underfiddlosopher
2006-12-22Merged changes from branches/wrappers since r177.fiddlosopher
2006-12-12Minor change: 'test 4' to 'test 3' in testwrapper.in.fiddlosopher
2006-12-12Merge changes in branches/wrappers into trunk.roktas