Skip to content

Tags: jdbernard/jlp

Tags

v1.10

Toggle v1.10's commit message
Clean up whitespace. Fix Main-Class manifest entry.

v1.9

Toggle v1.9's commit message
Bugfix in LiterateMarkdownGenerator. Documentation moved to doc.jdb-l…

…abs.com.

v1.7

Toggle v1.7's commit message
v1.7: added `--no-source` option, foxpro, SQL support.

* Added `--no-source` option. By default JLP copies the original source code
  into the output directory. THis option disables that behavior.
* Added basic error handling after parsing input files: input files that do not
  parse correctly are ignored. Beforehand they were causing null pointer
  exceptions in the second parse phase of the processor.
* Made the top-level support directories hidden in the output root (ie. `/.css`
  instead of `/css`.
* Added configuration to handle Visual FoxPro files (no syntax highlighter
  available) and SQL files.
* Expanded the list of binary file types. Binary and unknown file types are not
  parsed.