CAM-Template

 view release on metacpan or  search on metacpan

index.html  view on Meta::CPAN

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
        "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
<html>
<head>
<base href="http://www.clotho.com/code/CAM-Template/index.html">
<title>CAM-Template</title>
<link href="/css/demo.css" rel="stylesheet" type="text/css">
<script language="JavaScript" src="/js/demo.js" type="text/javascript"></script>
<style>
p.desc, td.links, a {
  line-height: 17pt;
}
thead tr td {
  align: left;
  font-weight: bold;
  font-style: italic;
}
a {
  font-weight: bold;
  text-decoration: none;
  aborder-bottom: 1px dotted white;
}
a:hover {
  font-weight: bold;
  text-decoration: underline;
  atext-decoration: none;
  aborder-bottom: 1px solid white;
}
</style>
</head>
<body>
<div class="title">
<img src="/images/clotho.gif" alt="Clotho Advanced Media, Inc." width="339" height="117" border="0">
</div>

<div class="body">

<p class="title">CAM-Template</p>

<p class="subtitle">Last update: <a href="perl/CAM-Template-0.93-docs">v0.93</a>, 2005-09-20</p>



<p>
This module implements an easy to use search-and-replace API for
substituting parameters into template files.  The Perl module it most
closely resembles is HTML:<!-- -->:Template.  It's main advantages over that
module are:
</p>

<p>
 * it's template syntax is easily configured
 * it implements the Clotho Advanced Media template syntax by default
   (yeah big deal, but it's important to us)
 * it is smaller and, subjectively, more readable
</p>

<p>
It's main disadvantages under HTML:<!-- -->:Template are:
</p>

<p>
 * it's caching and preparsing are less sophisticated
 * the default template syntax is quirkier
 * it's not as feature rich in syntax and configuration options
</p>

<p>
If you are starting from scratch, you may prefer HTML:<!-- -->:Template.  But,
if you already have a bunch of templates using a syntax that is not
compatible with HTML:<!-- -->:Template, this can help.
</p>

<table cellspacing="0" cellpadding="2" border="1" width="100%">
  <thead>
    <tr>
      <td>License</td>
      <td>Files</td>
      <td>Date</td>
    </tr>
  </thead>
  <tbody>
    
      <tr>



( run in 2.115 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )