/doc/core/erlydtl_compiler.html
http://github.com/zotonic/zotonic · HTML · 58 lines · 48 code · 10 blank · 0 comment · 0 complexity · ee831a736dc3e7e07fc89680786a0a0c MD5 · raw file
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
- <html>
- <head>
- <title>Module erlydtl_compiler</title>
- <link rel="stylesheet" type="text/css" href="stylesheet.css" title="EDoc">
- </head>
- <body bgcolor="white">
- <div class="navbar"><a name="#navbar_top"></a><table width="100%" border="0" cellspacing="0" cellpadding="2" summary="navigation bar"><tr><td><a href="overview-summary.html" target="overviewFrame">Overview</a></td><td><a href="http://www.erlang.org/"><img src="erlang.png" align="right" border="0" alt="erlang logo"></a></td></tr></table></div>
- <hr>
- <h1>Module erlydtl_compiler</h1>
- <ul class="index"><li><a href="#description">Description</a></li><li><a href="#index">Function Index</a></li><li><a href="#functions">Function Details</a></li></ul>
- ErlyDTL template compiler.
- <p>Copyright 2008 Roberto Saccon, Evan Miller</p>
- <p><b>Introduced in:</b> 2007-12-16 by Roberto Saccon, Evan Miller
-
- -------------------------------------------------------------------
- Adapted and expanded for Zotonic by Marc Worrell <marc@worrell.nl>
- -------------------------------------------------------------------</p>
- <p><b>Authors:</b> Roberto Saccon (<a href="mailto:rsaccon@gmail.com"><tt>rsaccon@gmail.com</tt></a>) [<em>web site:</em> <tt><a href="http://rsaccon.com" target="_top">http://rsaccon.com</a></tt>], Evan Miller (<a href="mailto:emmiller@gmail.com"><tt>emmiller@gmail.com</tt></a>).</p>
- <h2><a name="description">Description</a></h2>
- ErlyDTL template compiler
- <h2><a name="index">Function Index</a></h2>
- <table width="100%" border="1" cellspacing="0" cellpadding="2" summary="function index"><tr><td valign="top"><a href="#compile-3">compile/3</a></td><td></td></tr>
- <tr><td valign="top"><a href="#compile-4">compile/4</a></td><td></td></tr>
- <tr><td valign="top"><a href="#compile-5">compile/5</a></td><td></td></tr>
- <tr><td valign="top"><a href="#parse-1">parse/1</a></td><td></td></tr>
- </table>
- <h2><a name="functions">Function Details</a></h2>
- <h3 class="function"><a name="compile-3">compile/3</a></h3>
- <div class="spec">
- <p><tt>compile(Binary, Module, ZContext) -> any()</tt></p>
- </div>
- <h3 class="function"><a name="compile-4">compile/4</a></h3>
- <div class="spec">
- <p><tt>compile(Binary, Module, Options, ZContext) -> any()</tt></p>
- </div>
- <h3 class="function"><a name="compile-5">compile/5</a></h3>
- <div class="spec">
- <p><tt>compile(Binary, BaseFile, Module, Options, ZContext) -> any()</tt></p>
- </div>
- <h3 class="function"><a name="parse-1">parse/1</a></h3>
- <div class="spec">
- <p><tt>parse(Data) -> any()</tt></p>
- </div>
- <hr>
- <div class="navbar"><a name="#navbar_bottom"></a><table width="100%" border="0" cellspacing="0" cellpadding="2" summary="navigation bar"><tr><td><a href="overview-summary.html" target="overviewFrame">Overview</a></td><td><a href="http://www.erlang.org/"><img src="erlang.png" align="right" border="0" alt="erlang logo"></a></td></tr></table></div>
- <p><i>Generated by EDoc, Oct 13 2011, 14:45:56.</i></p>
- </body>
- </html>