
Security News
Vite Releases Technical Preview of Rolldown-Vite, a Rust-Based Bundler
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
= html-template-pro
== DESCRIPTION:
A Ruby port of HTML::Template::Pro'.
HTML::Template::Pro' is
template engine originally written in Perl and XS. It's so fast
because of its C based implementation. Its syntax is very simple.
This results clearly separation of application logic and its view.
Template syntax complies with original perl module's syntax. Please see, HTML::Template::SYNTAX[http://search.cpan.org/~viy/HTML-Template-Pro-0.92/lib/HTML/Template/SYNTAX.pod#SYNOPSIS].
== SYNOPSIS:
require 'html/template/pro'
template = HTML::Template::Pro.new(:filename => 'foo.tmpl') template.param(:param1 => 100) puts template.output
$ ruby foo.rb
== REQUIREMENTS:
== INSTALL:
== SEE ALSO:
== WEBSITE:
== AUTHOR:
Tom Tsuruhara tom.lpsd@gmail.com
Original perl module HTML::Template::Pro[http://search.cpan.org/~viy/HTML-Template-Pro-0.92/] (and most of this package's C code) is written by I. Vlasenko viy@altlinux.org. Thanks to him for his great work.
== COPYRIGHT AND LICENSE:
Copyright (C) 2009 by Tom Tsuruhara. Most of C codes (except internal.c) are Copyright (C) 2005-2009 by I. Yu. Vlasenko.
This library is free software; you can redistribute it and/or modify it under the same terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
FAQs
Unknown package
We found that html-template-pro demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
Research
Security News
A malicious npm typosquat uses remote commands to silently delete entire project directories after a single mistyped install.
Research
Security News
Malicious PyPI package semantic-types steals Solana private keys via transitive dependency installs using monkey patching and blockchain exfiltration.