Changes between Version 1 and Version 2 of SparkViewEngine
- Timestamp:
- 07/17/09 10:03:32 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SparkViewEngine
v1 v2 1 Spark is a view engine for Asp.Net Mvc and Castle Project MonoRail frameworks. The idea is to allow the html to dominate the flow and the code to fit seamlessly. 1 Spark is a view engine for Asp.Net Mvc and Castle Project MonoRail frameworks. The idea is to allow the html to dominate the flow and the code to fit seamlessly. Even people who don't normally like XML-heavy solutions often end up liking Spark because it is lightweight. 2 2 3 3 * http://sparkviewengine.com/ 4 4 * Back to DotNetProjects 5 6 == Exploring Spark on UnixLike Mono == 7 8 (Spark is really well supported on Windows. See their site for more information.) 9 10 * Download the latest release and unzip. 11 * Or build from source. See their site for details. 12 * In the Spark/Bin directory you will find DLLs such as Spark.dll and !SparkLanguage.dll. 13 * You can copy these into your program directory or register them in the GAC. 14 * You can run the command line tool like so: 15 {{{ 16 cd XparkSamples 17 mono ../xpark.exe DiggStories.spark stories.xml digg.html 18 }}}