Wiki

Changes between Version 1 and Version 2 of SparkViewEngine

Show
Ignore:
Timestamp:
07/17/09 10:03:32 (15 years ago)
Author:
Chuck
Comment:

--

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. 
     1Spark 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. 
    22 
    33 * http://sparkviewengine.com/ 
    44 * 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{{{ 
     16cd XparkSamples 
     17mono ../xpark.exe DiggStories.spark stories.xml digg.html 
     18}}}