Age | Commit message (Expand) | Author | Files | Lines |
2008-02-10 | Minor changes due to changes in highlighting-kate API. | fiddlosopher | 3 | -26/+8 |
2008-02-10 | Makefile: Add files in templates directory as dependencies for $(BUILDCONF). | fiddlosopher | 1 | -1/+2 |
2008-02-10 | Added note about syntax highlighting to "Features" on web page. | fiddlosopher | 1 | -0/+1 |
2008-02-10 | Support for startFrom="nn" to select starting line number in syntax highlight... | fiddlosopher | 3 | -9/+13 |
2008-02-09 | Remove build dependencies on libghc6-regex-compat-dev, libghc6-uulib-dev and | roktas | 1 | -2/+2 |
2008-02-09 | Renamed default headers with .header extension; have Setup.hs look for these. | fiddlosopher | 7 | -6/+6 |
2008-02-09 | Mark the package as UNRELEASED. | roktas | 1 | -1/+1 |
2008-02-09 | Moved code.txt -> code.text. | fiddlosopher | 2 | -1/+46 |
2008-02-09 | Revert "Added note in INSTALL about doing 'make templates' if installing usin... | fiddlosopher | 1 | -1/+1 |
2008-02-09 | Have --version print a list of supported languages for syntax highlighting. | fiddlosopher | 1 | -3/+12 |
2008-02-09 | Updated README's instructions on delimited code blocks to include | fiddlosopher | 1 | -7/+8 |
2008-02-09 | Added website demo for code highlighting. | fiddlosopher | 1 | -0/+4 |
2008-02-09 | Updated INSTALL with instructions for compiling in syntax highlighting support. | fiddlosopher | 1 | -31/+43 |
2008-02-09 | CABALOPTS may now be specified with 'make'. | fiddlosopher | 1 | -1/+1 |
2008-02-09 | Added build option for syntax highlighting, with *optional* dependency on hig... | fiddlosopher | 6 | -16/+118 |
2008-02-09 | Modified Setup.hs with new location for DefaultHeaders.hs. | fiddlosopher | 1 | -2/+4 |
2008-02-09 | Removed Text.Regex dependencies by rewriting using plain Haskell: | fiddlosopher | 4 | -54/+59 |
2008-02-09 | Moved Text.Pandoc.Writers.DefaultHeaders -> Text.Pandoc.DefaultHeaders. | fiddlosopher | 4 | -12/+12 |
2008-02-09 | Makefile: only use --with-hc-pkg if GHC_PKG is defined. | fiddlosopher | 1 | -2/+6 |
2008-02-09 | Incorporated templates phase into Setup.hs and improved templates. | fiddlosopher | 14 | -4499/+1079 |
2008-02-09 | Add default CSS to document header if syntax highlighting used. | fiddlosopher | 1 | -5/+27 |
2008-02-09 | Added code.txt to web/ for demos. | fiddlosopher | 1 | -0/+45 |
2008-02-09 | Added preliminary support for syntax highlighting to HTML writer. | fiddlosopher | 1 | -4/+14 |
2008-02-09 | Included highlighting-kate in build-depends. | fiddlosopher | 1 | -1/+1 |
2008-02-09 | Factored codeBlock into separate codeBlockIndented and codeBlockDelimited. | fiddlosopher | 1 | -5/+4 |
2008-02-09 | Updated test suite to new baseline (but no tests yet for new code block syntax). | fiddlosopher | 5 | -50/+50 |
2008-02-09 | Use generic attributes type, not a string, for CodeBlocks. | fiddlosopher | 6 | -19/+45 |
2008-02-09 | Documentation for delimited code blocks. | fiddlosopher | 1 | -2/+51 |
2008-02-09 | Put language class information in pre tag, not code tag, in HTML code blocks. | fiddlosopher | 1 | -3/+3 |
2008-02-09 | Fixed delimited code blocks: eat blank lines afterwards, and allow end line | fiddlosopher | 1 | -1/+2 |
2008-02-09 | Added a needed try to {} attribute parser. | fiddlosopher | 1 | -4/+4 |
2008-02-09 | Added support for multiple classes in delimited code block. | fiddlosopher | 1 | -7/+8 |
2008-02-09 | Initial support for delimited code blocks in markdown reader. | fiddlosopher | 1 | -1/+27 |
2008-02-09 | HTML writer: if language specified for code block, print as <code> class. | fiddlosopher | 1 | -1/+2 |
2008-02-09 | Modified tests for new argument in CodeBlock. | fiddlosopher | 5 | -50/+50 |
2008-02-09 | Modified writers for new argument place in CodeBlock. | fiddlosopher | 8 | -8/+8 |
2008-02-09 | Modified readers for new parameter in CodeBlock. | fiddlosopher | 4 | -6/+6 |
2008-02-09 | Added parameter for class to CodeBlock (for syntax highlighting). | fiddlosopher | 1 | -1/+1 |
2008-02-09 | * Debian packaging changes: | roktas | 4 | -9/+21 |
2008-01-24 | Added note in INSTALL about doing 'make templates' if installing using Cabal ... | fiddlosopher | 1 | -4/+13 |
2008-01-23 | Added \setupitemize[autointro] to ConTeXt header, to prevent orphaned | fiddlosopher | 2 | -0/+6 |
2008-01-23 | website: Added math.text to dependencies for examples.html in Makefile. | fiddlosopher | 1 | -1/+1 |
2008-01-23 | Moved math.txt -> math.text on web page, so it won't be confused with page so... | fiddlosopher | 2 | -4/+4 |
2008-01-23 | Changed names of HTML man pages to *.1.html on website. | fiddlosopher | 3 | -8/+8 |
2008-01-17 | Fixed bug in RST reader, which would choke on: "p. one\ntwo\n". | fiddlosopher | 1 | -2/+2 |
2008-01-16 | Updated INSTALL with instructions for getting GHC + libraries using apt-get. | fiddlosopher | 1 | -4/+14 |
2008-01-16 | Removed unnecessary imports. | fiddlosopher | 8 | -12/+6 |
2008-01-14 | Added Arch linux instructions to INSTALL. | fiddlosopher | 1 | -4/+13 |
2008-01-08 | Bumped version to 0.47. | fiddlosopher | 2 | -2/+2 |
2008-01-08 | Made -c/--css option repeatable on the command line (like -H, -A, -B). | fiddlosopher | 2 | -12/+23 |