Skip to content

csf-dev/ZPT-Sharp

Repository files navigation

ZptSharp

ZptSharp (formerly ZPT-Sharp) is a library for .NET which renders HTML/XML documents from model data. It is ideally suited for use in MVC applications, as the View technology.

ZPT is an attribute-based syntax; as such it avoids the need to add 'alien markup' to your source files. ZPT source files remain syntactically valid HTML/XML and may even be opened/previewed locally in web browsers, offline from their applications.

Documentation

ZptSharp's extensive documentation is hosted on the ZptSharp website. The main website content reflects the most recent stable release of ZptSharp. Documentation for other versions is available though:

Source control branches

The main branches for this repository are as follows:

  • The master branch represents the latest development/next-release code
  • The production branch represents the most recent release version

Continuous integration status

The status badges below are linked to the master branch. They provide a summary of the health of the build & test process.

Environment Status
Windows AppVeyor (Windows) build status
Linux Travis (Linux) build status
Code quality Quality Gate Status
Test coverage Coverage