Merge remote-tracking branch 'origin/master'

This commit is contained in:
bzick 2014-06-18 17:21:37 +04:00
commit 240e5cfc04
3 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
Changelog Changelog
========= =========
## 2.0.1 ### 2.0.1 (2013-06-09)
- Fix string concatenation. If `~` in the end of expression Fenom generates broken template. - Fix string concatenation. If `~` in the end of expression Fenom generates broken template.
- Fix `~=` operator. Operator was not working. - Fix `~=` operator. Operator was not working.

View File

@ -15,7 +15,7 @@ Fenom - Template Engine for PHP
**Fenom** *(from "fenomenal")* — lightweight template engine for PHP. **Fenom** *(from "fenomenal")* — lightweight template engine for PHP.
It mean: It means:
* Known Smarty-like [syntax](./docs/syntax.md) with improvements. * Known Smarty-like [syntax](./docs/syntax.md) with improvements.
* Very [fast](./docs/benchmark.md). * Very [fast](./docs/benchmark.md).
@ -23,7 +23,7 @@ It mean:
* Very [flexible](./docs/configuration.md#extends). * Very [flexible](./docs/configuration.md#extends).
* Progressive parser without regular expressions. * Progressive parser without regular expressions.
* High [code coverage](https://coveralls.io/r/bzick/fenom?branch=master). * High [code coverage](https://coveralls.io/r/bzick/fenom?branch=master).
* Easy to understand [how it works](./docs/dev.md). * Easy to understand [how it works](./docs/dev/readme.md).
* Easy to [use](./docs/start.md). * Easy to [use](./docs/start.md).
* Maximum [protection](./docs/configuration.md#configure). * Maximum [protection](./docs/configuration.md#configure).

View File

@ -1,9 +1,9 @@
Требуется помощь в переводе документации Требуется помощь в переводе документации
======================================== ========================================
Принимаю любую помощь в переводе статей документации. Вносить правки в документацию можете любым удобным: Принимаю любую помощь в переводе статей документации. Вносить правки в документацию можете любым удобным способом:
* Сделать merge request (нажав `Edit` ввержу файла) * Сделать merge request (нажав `Edit` ввержу файла)
* Прислать адресс статьи и что на что заменить. В письме лучше укажите `Fenom docs`. * Прислать адресс статьи и что на что заменить. В письме лучше укажите `Fenom docs`.
Заранее благодарен! Заранее благодарен!