diff options
Diffstat (limited to 'www/pruby/pkg-descr')
-rw-r--r-- | www/pruby/pkg-descr | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www/pruby/pkg-descr b/www/pruby/pkg-descr new file mode 100644 index 000000000000..7ae9d218fdf4 --- /dev/null +++ b/www/pruby/pkg-descr @@ -0,0 +1,12 @@ +pRuby is a glue code between PHP and Ruby which lets you use Ruby as a +HTML-embedded, server side scripting language. With pRuby, you can +intermix PHP and Ruby to create dynamic web content. For example, you +can call PHP's database and image drawing functions from Ruby and vice +versa. pRuby is often compared to PHP, mod_ruby, eRuby, Erb, mod_perl +and ASP. Key features: better startup speed than CGI and PHP, better +execution speed than PHP, more powerful and less messier to program +than PHP, cross-language function calls and cross-language error +handling. + +Author: Szabo Peter <pts@inf.bme.hu> +WWW: http://www.ruby-lang.org/en/raa-list.rhtml?name=pRuby |