From 34cf92d182bb7d7535ba2e17d7f92549a3654c04 Mon Sep 17 00:00:00 2001 From: Ivan Shalganov Date: Wed, 14 May 2014 17:33:48 +0400 Subject: [PATCH] Update README.md --- README.md | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ff30f6d..e35b7fc 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Fenom - Template Engine for PHP =============================== > Composer [package](https://packagist.org/packages/fenom/fenom): `{"fenom/fenom": "2.*"}`.
-> For old version: `{"fenom/fenom": "1.*"}`. List of incompatibilities between 1.* and 2.* versions. +> For old version: `{"fenom/fenom": "1.*"}`. [List](https://github.com/bzick/fenom/wiki/Migrate-from-1.*-to-2.*) of incompatibilities between 1.* and 2.* versions. [![Latest Stable Version](https://poser.pugx.org/fenom/fenom/v/stable.png)](https://packagist.org/packages/fenom/fenom) [![Build Status](https://travis-ci.org/bzick/fenom.svg?branch=develop)](https://travis-ci.org/bzick/fenom) @@ -11,7 +11,23 @@ Fenom - Template Engine for PHP ## [Quick start](./docs/start.md) :: [Documentation](./docs/readme.md) :: [Benchmark](./docs/benchmark.md) -## What is it +### What is it -*Fenom* (from "fenomenal") — lightweight template engine for PHP with with great opportunities and Smarty-like [syntax](./docs/syntax.md). +**Fenom** *(from "fenomenal")* — lightweight template engine for PHP. + +It mean: + +* Known Smarty-like [syntax](./docs/syntax.md) with improvements. +* Very [fast](./benchmark.md). +* [Lightweight](./benchmark.md). +* Very [flexible](./configuration.md#extends). +* Progressive parser without regular expressions. +* High [code coverage](https://coveralls.io/r/bzick/fenom?branch=master). +* Easy to understand [how it works](./dev.md). +* Easy to [use](./start.md). +* Maximum [protection](./configuration.md#configure). + +### Why is it + +Why not?