summaryrefslogtreecommitdiff
path: root/www/p5-HTML-Template/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-HTML-Template/DESCR')
-rw-r--r--www/p5-HTML-Template/DESCR9
1 files changed, 9 insertions, 0 deletions
diff --git a/www/p5-HTML-Template/DESCR b/www/p5-HTML-Template/DESCR
new file mode 100644
index 00000000000..b3d23d2bb68
--- /dev/null
+++ b/www/p5-HTML-Template/DESCR
@@ -0,0 +1,9 @@
+This module attempts make using HTML templates simple and natural. It
+extends standard HTML with a few new HTML-esque tags - <TMPL_VAR>,
+<TMPL_LOOP>, <TMPL_INCLUDE>, <TMPL_IF> and <TMPL_ELSE>. The file
+written with HTML and these new tags is called a template. It is
+usually saved separate from your script - possibly even created by
+someone else! Using this module you fill in the values for the
+variables, loops and branches declared in the template. This allows
+you to seperate design - the HTML - from the data, which you generate
+in the Perl script.