diff --git a/README b/README index eae0c50b..2e5749b3 100644 --- a/README +++ b/README @@ -9,10 +9,13 @@ AUTHORS: Monte Ohrt Andrei Zmievski + MAILING LIST: + We have a mailing list for you to share your ideas or ask questions. send a blank e-mail message to subscribe-smarty@lists.ispi.net + SYNOPSIS: require("Smarty.class.php"); @@ -24,13 +27,14 @@ SYNOPSIS: $smarty->display("index.tpl"); + DESCRIPTION: What is Smarty? Smarty is a template engine for PHP. One of the unique aspects about Smarty that sets it apart from other templating solutions is that it - compiles the templates into native php scripts upon the first + converts the templates into native php scripts upon the first execution. After that, it just executes the compiled PHP scripts. Therefore, there is no costly template file parsing for each request.