tristanjuricek / knockoff
- Source
- Commits
- Network (0)
- Issues (3)
- Downloads (7)
- Wiki (1)
- Graphs
-
Branch:
0.5.0-3
commit 70b8736b358867e35f2d5f20e9f16493945f1df8
tree 1c7184b17d218efb6b9dea91c50de7d17a600f60
parent 89348d5233224ae3130d124b845629d8bcc0596f
tree 1c7184b17d218efb6b9dea91c50de7d17a600f60
parent 89348d5233224ae3130d124b845629d8bcc0596f
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.)

