tristanjuricek / knockoff
- Source
- Commits
- Network (0)
- Issues (3)
- Downloads (7)
- Wiki (1)
- Graphs
-
Tree:
89348d5
commit 89348d5233224ae3130d124b845629d8bcc0596f
tree 125825b81c6045520ce3e39bd0de4c5acb481de3
parent cc370f2507228489e1102d248520b167a820d20b
tree 125825b81c6045520ce3e39bd0de4c5acb481de3
parent cc370f2507228489e1102d248520b167a820d20b
knockoff /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sat Oct 03 05:39:26 -0700 2009 | |
| |
Email Address.text | ||
| |
MarkdownTest_1.0/ | ||
| |
Markdown_1.0.1/ | Sun Sep 27 04:06:48 -0700 2009 | |
| |
discounter | ||
| |
license.txt | Thu Oct 08 13:35:08 -0700 2009 | |
| |
plugins/ | ||
| |
project/ | ||
| |
readme.markdown | ||
| |
release | ||
| |
src/ | ||
| |
test | ||
| |
testng.xml | ||
| |
tickets/ |
readme.markdown
KnockOff - A Parser + Object Model (in Scala)
Knockoff is Yet Another Markdown processor, this time, with an object model, aimed for ease of use in a Scala-based environment.
See the project home for more information.
Filesystem Notes
I've added the source Markdown perl script and test suite to the main directory.
The
testscript is used to run the Markdown Test suite. (Note: I've made some subtle adjustments.)The
discounterscript is used to run the default knockoff Discounter object that has been compiled.pluginsare special sbt plugins in use by the project. (Just build the plugins in here before running the project.)

