Skip to content
This repository has been archived by the owner on Apr 11, 2018. It is now read-only.

Commit

Permalink
update feature list in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
paularmstrong committed Sep 27, 2011
1 parent 9f4d237 commit 057fa38
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Expand Up @@ -6,9 +6,13 @@ Swig is a template engine inspired by the Django syntax. It has a few extensions

## Features

* Object-Oriented template inheritance: inherit from multiple parent templates.
* Apply variable filters and transformations in your templates.
* [Express][2] compatible!
* Incredibly [fast](http://paularmstrong.github.com/node-templates/)!
* [Express](http://expressjs.com/) compatible.
* Object-Oriented template inheritance.
* Apply filters and transformations to output in your templates.
* Automatically escapes all output.
* Lots of iteration and conditionals supported.
* Extendable and customizable.

## Installation

Expand Down Expand Up @@ -59,7 +63,7 @@ Swig reads template files and translates them into javascript functions using th

## Template syntax

While Swig is inspired by the [Django template syntax][1], there are a few differences:
While Swig is inspired by the [Django template syntax](http://djangoproject.com/), there are a few differences:

- Filters have a different syntaxt.
- Some tags are missing or have different syntax.
Expand All @@ -74,6 +78,3 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

[1]: http://djangoproject.com/
[2]: http://expressjs.com/

0 comments on commit 057fa38

Please sign in to comment.