From bbec83582b7d58ad484a625a6612f7fc5e62efc7 Mon Sep 17 00:00:00 2001 From: bzick Date: Sat, 9 Feb 2013 11:32:11 +0400 Subject: [PATCH] Add docs drafts --- README.md | 4 ++-- docs/articles.md | 3 +++ docs/benchmark.md | 6 ++++++ 3 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 docs/articles.md create mode 100644 docs/benchmark.md diff --git a/README.md b/README.md index b00dc4b..99a4e83 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ Aspect PHP Template Engine > Composer package: n/a -## [About](./docs/about.md) | [Documentation](./docs/main.md) | [Benchmark](./docs/benchmark.md) | [Bugs](https://github.com/bzick/aspect/issues) | [Articles](./docs/articles.md) +## [About](./docs/about.md) :: [Documentation](./docs/main.md) :: [Benchmark](./docs/benchmark.md) :: [Bugs](https://github.com/bzick/aspect/issues) :: [Articles](./docs/articles.md) [![Build Status](https://travis-ci.org/bzick/aspect.png?branch=master)](https://travis-ci.org/bzick/aspect) -Smarty-like syntax: +Primitive template ```smarty diff --git a/docs/articles.md b/docs/articles.md new file mode 100644 index 0000000..02db53f --- /dev/null +++ b/docs/articles.md @@ -0,0 +1,3 @@ +Articles +======== + diff --git a/docs/benchmark.md b/docs/benchmark.md new file mode 100644 index 0000000..b31930f --- /dev/null +++ b/docs/benchmark.md @@ -0,0 +1,6 @@ +Benchmark +========= + +To start benchmark run script `benchmark/run.php`. + +Smarty3 vs Twig vs Aspect \ No newline at end of file