aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-Petal/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-Petal/pkg-descr')
-rw-r--r--textproc/p5-Petal/pkg-descr14
1 files changed, 14 insertions, 0 deletions
diff --git a/textproc/p5-Petal/pkg-descr b/textproc/p5-Petal/pkg-descr
new file mode 100644
index 000000000000..722ebd3ea9a6
--- /dev/null
+++ b/textproc/p5-Petal/pkg-descr
@@ -0,0 +1,14 @@
+Petal is a XML based templating engine that is able to process any kind of
+XML, XHTML and HTML.
+
+Petal borrows a lot of good ideas from the Zope Page Templates TAL
+specification, it is very well suited for the creation of WYSIWYG XHTML
+editable templates.
+
+The idea is to further enforce the separation of logic from presentation.
+With Petal, graphic designers can use their favorite WYSIWYG editor to
+easily edit templates without having to worry about the loops and ifs
+which happen behind the scene.
+
+WWW: http://search.cpan.org/dist/Petal
+Author: Fergal Daly <fergal@esatclear.ie>