/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

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html>
  3. <head>
  4. <title>Module erlydtl_compiler</title>
  5. <link rel="stylesheet" type="text/css" href="stylesheet.css" title="EDoc">
  6. </head>
  7. <body bgcolor="white">
  8. <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>
  9. <hr>
  10. <h1>Module erlydtl_compiler</h1>
  11. <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>
  12. ErlyDTL template compiler.
  13. <p>Copyright Š 2008 Roberto Saccon, Evan Miller</p>
  14. <p><b>Introduced in:</b> 2007-12-16 by Roberto Saccon, Evan Miller
  15. -------------------------------------------------------------------
  16. Adapted and expanded for Zotonic by Marc Worrell &lt;marc@worrell.nl&gt;
  17. -------------------------------------------------------------------</p>
  18. <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>
  19. <h2><a name="description">Description</a></h2>
  20. ErlyDTL template compiler
  21. <h2><a name="index">Function Index</a></h2>
  22. <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>
  23. <tr><td valign="top"><a href="#compile-4">compile/4</a></td><td></td></tr>
  24. <tr><td valign="top"><a href="#compile-5">compile/5</a></td><td></td></tr>
  25. <tr><td valign="top"><a href="#parse-1">parse/1</a></td><td></td></tr>
  26. </table>
  27. <h2><a name="functions">Function Details</a></h2>
  28. <h3 class="function"><a name="compile-3">compile/3</a></h3>
  29. <div class="spec">
  30. <p><tt>compile(Binary, Module, ZContext) -&gt; any()</tt></p>
  31. </div>
  32. <h3 class="function"><a name="compile-4">compile/4</a></h3>
  33. <div class="spec">
  34. <p><tt>compile(Binary, Module, Options, ZContext) -&gt; any()</tt></p>
  35. </div>
  36. <h3 class="function"><a name="compile-5">compile/5</a></h3>
  37. <div class="spec">
  38. <p><tt>compile(Binary, BaseFile, Module, Options, ZContext) -&gt; any()</tt></p>
  39. </div>
  40. <h3 class="function"><a name="parse-1">parse/1</a></h3>
  41. <div class="spec">
  42. <p><tt>parse(Data) -&gt; any()</tt></p>
  43. </div>
  44. <hr>
  45. <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>
  46. <p><i>Generated by EDoc, Oct 13 2011, 14:45:56.</i></p>
  47. </body>
  48. </html>