-
Notifications
You must be signed in to change notification settings - Fork 5
Development Status
bentayloruk edited this page Nov 19, 2012
·
3 revisions
This page is a vague summary of @bentayloruk's Cantos dev status. Intended to help other devs figure out what is going on...
Currently we run on Mono and Windows. Whoop.
Getting close to useful.
@bentayloruk's next steps...
- Port over the web server and templates code from Expandoc and tidy up.
- Get some sort of "try get record type from front matter" function up and running.
- Get table of contents working with front matter.
- Banish file system access and just work with buckets of streams.
Don't expect Cantos.Tests to run or be green at the moment. I am experimenting with Unquote, TickSpec & plain Xunit tests in there. I have grabbed some of the Jekyll BDD specs to use with TickSpec (e.g. blog posts specs). Interesting as should be able to port easily and get some compatibility tests (if we decide to care about that). Feel free to hack on the tests if you are interested.