Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > 1596aa0c95b4ccf7adfa8febc56cc15c > files > 218

webmake-2.4-2mdk.noarch.rpm

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en">
  <head>
    <title>
      WebMake: Documentation: The ${WebMake.*} Magic Variables
    </title>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
    <meta name="generator" content="WebMake/2.3" />
    <style type="text/css">
      body {
       background-color: #ffffff; 
       color: #000000; 
       line-height: 110%;
       margin-left: 10px;
       margin-right: 10px;
      }
      p, table, td, th {
       font-family: verdana,lucida,helvetica,sans-serif;
       font-size: 11px;
       line-height: 110%;
      }
      pre {
       margin-left: 3%;
       white-space: pre;
      }
      code, samp, pre, p pre {
       font-family: "lucida console", "Courier New", courier, "fixed-width", monospace;
       font-weight: bold;
      }
      H1 {
       font-size: 150%; font-family: Garamond, "Book Antiqua",Times,serif;
       background: #FFCC66; text-align: center;
       padding: 0.5em 1em 0.5em 1em; border-width: 1px;
       border-color: black; border-style: solid; line-height: 120%;
      }
      H2 {
       font-size: 125%; font-family: Garamond, "Book Antiqua",Times,serif;
       background: #FFDD77; text-align: center;
       padding: 0.5em 1em 0.5em 1em; border-width: 1px;
       border-color: black; border-style: solid; line-height: 100%;
      }
      H3 {
       font-size: 100%; font-family: Garamond, "Book Antiqua",Times,serif;
       background: #FFEE88; text-align: center;
       padding: 0.5em 1em 0.5em 1em; border-width: 1px;
       border-color: black; border-style: solid;
      }
      H4 { font-size: 75%; font-family: Garamond, "Book Antiqua",Times,serif; }
      H5 { font-size: 50%; font-family: Garamond, "Book Antiqua",Times,serif; }
      H6 { font-size: 25%; font-family: Garamond, "Book Antiqua",Times,serif; }
      A:link {
       font-weight: bold;
       color: #004000;
       text-decoration: underline; 
      }
      A:visited {
       font-weight: bold;
       color: #008000;
       text-decoration: underline; 
      }
      A:active {
       font-weight: bold;
       color: #800000;
       text-decoration: underline; 
      }
      dt {
       font-size: medium;
       font-weight: bold;
       padding-top: 8px; padding-bottom: 8px;
      }
      dd {
       padding-top: 8px; padding-bottom: 8px;
      }
    </style>
  </head>
  <body bgcolor="#ffffff" text="#000000" link="#3300cc" vlink="#660066">
    <!-- font tag for compat with non-CSS browsers -->
    <font face="lucida,verdana,sans-serif">
      <div align="center">
         <img src="images/WebMakeTitle.png" alt="WebMake" width="500" height="122" />
      </div>
      <table width="100%">
        <tr>
          <td valign="top">
             <strong><a href="http://webmake.taint.org/">WebMake</a>
             Documentation</strong> (version 2.3)
             
          </td>
          <td valign="top">
            <div align="right">
              
               [ <a href="topslash.html">Back</a> | <a href="index_07-fmt_converters.html">Forward</a> | <a href="index.html">Index</a>
               | <a href="allinone.html">All&nbsp;In&nbsp;One</a> ]
               
            </div>
          </td>
        </tr>
      </table>
<!-- yes, it's that Mozilla black-border code again ;) -->
      <!-- stolen from www.mozilla.org via rc3.org -->
            <table border="0" cellpadding="0" cellspacing="0" width="100%">
        <tr>
          <td bgcolor="#aaaaaa">
            <table border="0" cellspacing="4" cellpadding="4" width="100%">
              <tr>
                <td bgcolor="#ffffff">
                  <table border="0" cellspacing="4" cellpadding="4" width="100%">
                    <tr>
                      <td>
                         <h1>The ${WebMake.*} Magic Variables</h1><p>
                          WebMake defines several magic variables that expand to useful information about
                          the current environment. These are as follows. Each one is illustrated with
                          the value at the time this documentation was generated.
                          
                        </p>
                        <dl>
                          <dt>
                            <strong>WebMake.Version</strong>
                          </dt>
                          <dd>
                            The version of WebMake
                            that generated this site. (2.3)
                            
                          </dd>
                          <dt>
                            <strong>WebMake.GeneratorString</strong>
                          </dt>
                          <dd>
                            A <em>generator string</em> for
                            WebMake; this is in the form <strong>WebMake/v.vv</strong> where <em>v.vv</em>
                            is the version number of WebMake. (WebMake/2.3)
                            
                          </dd>
                          <dt>
                            <strong>WebMake.Who</strong>
                          </dt>
                          <dd>
                            The username of the person who generated
                            the site. (jm)
                            
                          </dd>
                          <dt>
                            <strong>WebMake.Time</strong>
                          </dt>
                          <dd>
                            The time the site was last generated.
                            (Wed Sep 11 01:11:40 2002)
                            
                          </dd>
                          <dt>
                            <strong>WebMake.OutFile</strong>
                          </dt>
                          <dd>
                            The filename used in the current &lt;out&gt; tag.
                            (webmake_vars.html)
                            
                          </dd>
                          <dt>
                            <strong>WebMake.OutName</strong>
                          </dt>
                          <dd>
                            The name used in the current &lt;out&gt; tag.
                            (webmake_vars)
                            
                          </dd>
                          <dt>
                            <strong>WebMake.PerlLib</strong>
                          </dt>
                          <dd>
                            The directory WebMake expects to find
                            Perl code library files (ie. plugins) in. (/usr/lib/perl5/site_perl/5.6.0/HTML/WebMake/PerlLib)
                            
                          </dd>
                          <dt>
                            <strong>WebMake.SourceFiles</strong>
                          </dt>
                          <dd>
                            A space-separated list of filenames,
                            listing all the files used to generate the site.
                            <br />
                            (./action.txt ./attrdefault.txt ./blurb.txt ./breadcrumbs.txt ./cache.txt ./cgi.txt ./cgiinstall.txt ./cgistart.txt ./cleaner.txt ./cms.txt ./concepts.txt ./content.txt ./content_refs.txt ./contents.txt ./contenttable.txt ./contributors.txt ./cvshowto.txt ./datasources.txt ./deferred_content_refs.txt ./ettext.txt ./firsttime.txt ./for.txt ./format.txt ./globs.txt ./imgsize.txt ./include.txt ./invoking.txt ./making.txt ./media.txt ./metadata.txt ./metadefault.txt ./metaset.txt ./metatable.txt ./navlinks.txt ./option.txt ./order.txt ./out.txt ./perl.txt ./pod.txt ./scraping.txt ./set.txt ./sitemap.txt ./sorting.txt ./tags.txt ./template.txt ./templates.txt ./topslash.txt ./url_refs.txt ./use.txt ./using.txt ./webmake_tag.txt ./webmake_vars.txt ./wmmeta.txt ./documentation.css sections.tsv ../lib/HTML/WebMake/PerlCodeLibrary.pm ../lib/HTML/WebMake/Content.pm ../lib/HTML/WebMake/Main.pm ../webmake ../lib/HTML/WebMake/PerlLib/csvtable_tag.wmk ../lib/HTML/WebMake/PerlLib/download_tag.wmk ../lib/HTML/WebMake/PerlLib/dump_vars.wmk ../lib/HTML/WebMake/PerlLib/editbuttons.wmk ../lib/HTML/WebMake/PerlLib/lang_tag.wmk ../lib/HTML/WebMake/PerlLib/navtree.wmk ../lib/HTML/WebMake/PerlLib/rssbox.wmk ../lib/HTML/WebMake/PerlLib/safe_tag.wmk ../lib/HTML/WebMake/PerlLib/sitetree.wmk ../lib/HTML/WebMake/PerlLib/thumbnail_tag.wmk ../lib/HTML/WebMake/PerlLib/wwwtable_tag.wmk ../lib/HTML/WebMake/PerlLib/xsl.wmk documentation.wmk)
                            
                          </dd>
                          <dt>
                            <strong>WebMake.GeneratedFiles</strong>
                          </dt>
                          <dd>
                            A space-separated list of filenames,
                            listing all the files that can be generated.
                            <br />
                            (Content.pm.html Main.pm.html PerlCodeLibrary.pm.html action.html allinone.html attrdefault.html blurb.html breadcrumbs.html cache.html cgi.html cgiinstall.html cgistart.html cleaner.html cms.html concepts.html content.html content_refs.html contents.html contenttable.html contributors.html csvtable_tag.wmk.html cvshowto.html datasources.html deferred_content_refs.html docmap.html download_tag.wmk.html dump_vars.wmk.html editbuttons.wmk.html ettext.html firsttime.html for.html format.html globs.html imgsize.html include.html index.html index_01-intro.html index_02-tags_attrs.html index_03-proc_logic.html index_04-var_refs.html index_05-meta.html index_06-magic_vars.html index_07-fmt_converters.html index_075-cgi.html index_08-pod.html index_09-man.html index_10-perllib.html invoking.html lang_tag.wmk.html making.html media.html metadata.html metadefault.html metaset.html metatable.html navlinks.html navtree.wmk.html option.html order.html out.html perl.html pod.html rssbox.wmk.html safe_tag.wmk.html scraping.html set.html sitemap.html sitetree.wmk.html sorting.html tags.html template.html templates.html thumbnail_tag.wmk.html topslash.html url_refs.html use.html using.html webmake.html webmake_tag.html webmake_vars.html wmmeta.html wwwtable_tag.wmk.html xsl.wmk.html)
                            
                          </dd>
                          <dt>
                            <strong>WebMake.ChangedFiles</strong>
                          </dt>
                          <dd>
                            A space-separated list of filenames,
                            listing the files that actually have been generated on this run, so
                            far, not including the current output file, if there is one.
                            (datasources.html deferred_content_refs.html)
                            
                          </dd>
                        </dl>
                      </td>
                    </tr>
                  </table>
                </td>
              </tr>
            </table>
          </td>
        </tr>
      </table>
      <table width="100%">
        <tr>
          <td valign="top">
             <strong><a href="http://webmake.taint.org/">WebMake</a>
             Documentation</strong> (version 2.3)
             
          </td>
          <td valign="top">
            <div align="right">
              
               [ <a href="topslash.html">Back</a> | <a href="index_07-fmt_converters.html">Forward</a> | <a href="index.html">Index</a>
               | <a href="allinone.html">All&nbsp;In&nbsp;One</a> ]
               
            </div>
          </td>
        </tr>
      </table>
      <div align="right">
         <a href="http://webmake.taint.org/"> <img src="images/BuiltWithWebMake.png" alt="Built With WebMake" border="0" width="88" height="31" /></a>
      </div>
    </font>
  </body>
</html>