Skip to content

Commit

Permalink
Updated readme file with information about view engine integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodejunkie committed Dec 12, 2010
1 parent 4104ee8 commit 8c5ad0e
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions readme.md
Expand Up @@ -99,15 +99,12 @@ There is a rich set of view engines in the .net space and most of them have been
of integration work to get it running in Nancy.

* Static - The static view engine serves up any static textfile (which includes html files) you have in your project. It is invoked with the virtual path of the file you want to serve. The
current implementation serves as a proof of concept and needs more work to be stable.
* Razor - With this view engine you can use [Razor](http://weblogs.asp.net/scottgu/archive/2010/07/02/introducing-razor.aspx "Read more about the Razor view engine") views with Nancy. The
currecnt implemenation serves as a proof of concept and needs more work to be stable.
* Spark - Currently running in an unpublished spike
* NDjango - Need help integrating
* NHaml - Need help integrating
* WebForm - Need help integrating

Of course, if you know of a cool view engine that is not on the list, feel free to contribute it anyway! The list is simply a list of the view engines I have on my radar at the moment.
current implementation serves as a proof of concept and needs more work to be stable
* [Razor](http://weblogs.asp.net/scottgu/archive/2010/07/02/introducing-razor.aspx "Read more about the Razor view engine") - With this view engine you can use views with Nancy. The current implementation serves as a proof of concept and needs more work to be stable
* [Spark](http://sparkviewengine.com "Read more about the Spark view engine") - Working spike waiting to be cleaned up and pushed into the repository
* [NDjango](http://ndjango.org "Read more about the NDjango view engine") - In need of integration help
* [NHaml](http://code.google.com/p/nhaml "Read more about the NHaml view engine") - In need of integration help
* WebForm - In need of integration help

## Contributors

Expand All @@ -117,7 +114,7 @@ Of course, if you know of a cool view engine that is not on the list, feel free
* John Downey
* Pedro Felix
* Phil Haack


## Copyright

Copyright © 2010 Andreas Håkansson
Expand Down

0 comments on commit 8c5ad0e

Please sign in to comment.