Giter VIP home page Giter VIP logo

perl-template-sandbox's Introduction

NAME
    Template::Sandbox - Fast pure-perl template engine sandboxed from your
    application.

VERSION
    version 1.04_02

DESCRIPTION
    Template::Sandbox is Yet Another Templating module, designed primarily
    for use in a webserver environment but usable anywhere, providing a more
    secure "sandboxed" environment than most templating systems.

    The core design philosophy for Template::Sandbox is that the template
    logic should have no access outside the template beyond that which you
    choose to permit it, this is frequently known as sandboxing.

    Unlike many other template systems, available on CPAN or in other
    languages, Template::Sandbox doesn't give the template access to the
    global variables of your application or to the core functions of the
    language.

    This means that your template authors only have access to the data and
    functionality that your application developers choose to grant them,
    this encourages both to work with "published" interfaces between the two
    systems - your template authors can't reach into the application's
    internal-only data, and so your application developers can change that
    internal data without worrying that the templates will stop working or
    expose confidential information.

    Template::Sandbox also provides exceptional performance, ranking among
    the fastest of the fully-featured template engines that don't rely on
    embedding perl within the templates.

    Template::Sandbox also provides the usual gamut of behaviours and
    optional features: caching compiled templates, includes, flow control,
    embedded expressions, cascading template candidates, and useful
    debugging information in case of errors.

    Furthermore, Template::Sandbox is designed to be subclassable should you
    wish to customize or extend other of its features.

INSTALLATION
    To install this module, run the following commands:

      perl Build.PL
      ./Build
      ./Build test
      ./Build install

SUPPORT
    You can find documentation for this module with the perldoc command.

        perldoc Template::Sandbox

    You can also look for information at:

    * RT: CPAN's request tracker
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Template-Sandbox

    * AnnoCPAN: Annotated CPAN documentation
        http://annocpan.org/dist/Template-Sandbox

    * CPAN Ratings
        http://cpanratings.perl.org/d/Template-Sandbox

    * Search CPAN
        http://search.cpan.org/dist/Template-Sandbox

THANKS
    Thanks to Paul Seamons for creating the benchmark script distributed
    with Template::Alloy, the benchmarks in the "PERFORMANCE CONSIDERATIONS
    AND METRICS" section were generated with a modified version of this
    script.

AUTHOR
    Sam Graham <libtemplate-sandbox-perl BLAHBLAH illusori.co.uk>

COPYRIGHT AND LICENSE
    This software is copyright (c) 2005-2011 by Sam Graham
    <libtemplate-sandbox-perl BLAHBLAH illusori.co.uk>.

    This is free software; you can redistribute it and/or modify it under
    the same terms as the Perl 5 programming language system itself.

perl-template-sandbox's People

Contributors

illusori avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.