summaryrefslogtreecommitdiff
path: root/www/php-FastTemplate/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'www/php-FastTemplate/DESCR')
-rw-r--r--www/php-FastTemplate/DESCR9
1 files changed, 9 insertions, 0 deletions
diff --git a/www/php-FastTemplate/DESCR b/www/php-FastTemplate/DESCR
new file mode 100644
index 00000000000..6d7a1448729
--- /dev/null
+++ b/www/php-FastTemplate/DESCR
@@ -0,0 +1,9 @@
+FastTemplate is a port of the Perl CGI::FastTemplate module to PHP, which
+is a very fast implementation of templates using simple variable
+interpolation.
+
+Templates are very useful for CGI programming, because adding HTML to your
+PHP code clutters your code and forces you to do any HTML modifications.
+By putting all of your HTML in seperate template files, you can let a
+graphic or interface designer change the look of your application without
+having to bug you, or let them muck around in your PHP code.