mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
240e5cfc04
@ -1,7 +1,7 @@
|
||||
Changelog
|
||||
=========
|
||||
|
||||
## 2.0.1
|
||||
### 2.0.1 (2013-06-09)
|
||||
|
||||
- Fix string concatenation. If `~` in the end of expression Fenom generates broken template.
|
||||
- Fix `~=` operator. Operator was not working.
|
||||
|
@ -15,7 +15,7 @@ Fenom - 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.
|
||||
* Very [fast](./docs/benchmark.md).
|
||||
@ -23,7 +23,7 @@ It mean:
|
||||
* Very [flexible](./docs/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](./docs/dev.md).
|
||||
* Easy to understand [how it works](./docs/dev/readme.md).
|
||||
* Easy to [use](./docs/start.md).
|
||||
* Maximum [protection](./docs/configuration.md#configure).
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
Требуется помощь в переводе документации
|
||||
========================================
|
||||
|
||||
Принимаю любую помощь в переводе статей документации. Вносить правки в документацию можете любым удобным:
|
||||
Принимаю любую помощь в переводе статей документации. Вносить правки в документацию можете любым удобным способом:
|
||||
|
||||
* Сделать merge request (нажав `Edit` ввержу файла)
|
||||
* Прислать адресс статьи и что на что заменить. В письме лучше укажите `Fenom docs`.
|
||||
|
||||
Заранее благодарен!
|
||||
Заранее благодарен!
|
||||
|
Loading…
Reference in New Issue
Block a user