diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2004-12-25 19:25:59 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2004-12-25 19:25:59 +0000 |
commit | 9065dd74d48c763aa1de5af9c239846a5e32b1ed (patch) | |
tree | 7e25fa1d3753580e6d652abaefbd7c9ada2dcde8 /textproc/ruby-xml-script/pkg-descr | |
parent | Back out my previous commit because it keeps this from packaging (diff) |
Add ruby-xml-script, a Ruby module for scripting an XML stream using
an ASP-like notation.
Notes
Notes:
svn path=/head/; revision=125152
Diffstat (limited to 'textproc/ruby-xml-script/pkg-descr')
-rw-r--r-- | textproc/ruby-xml-script/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/textproc/ruby-xml-script/pkg-descr b/textproc/ruby-xml-script/pkg-descr new file mode 100644 index 000000000000..58dca9391dff --- /dev/null +++ b/textproc/ruby-xml-script/pkg-descr @@ -0,0 +1,7 @@ +Ruby/XML/Script allows you to script a XML stream using an ASP-like +notation <% ... %>. + +Supported scripting languages are JavaScript, Lua and Ruby. + +Author: Gregoire Lejeune <greg@webtime-project.net> +WWW: http://gregoire.lejeune.free.fr/ |