Sophie

Sophie

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

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: WebMake as a CMS
    </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="invoking.html">Back</a> | <a href="using.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>WebMake as a CMS</h1><p>
                          WebMake is, arguably, a Content Management System, or <a href="http://www.camworld.com/cms/">CMS</a>.
                          
                        </p>
                        <p>
                          To be more specific, it's oriented entirely towards generating a relatively
                          static site, such as a weblog, a news site (without comments or
                          personalisation) or a typical informational site.
                          
                        </p>
                        <p>
                          It does not have any dynamic, database-driven, features suitable for "live"
                          sites that update frequently with dynamic data; nor does it have support for
                          "personalisation" features, where the site displays different data based on
                          what the user presents in their HTTP request. (Of course, using WebMake does
                          not preclude using PHP, mod_perl, Mason etc. to provide these, however.)
                          
                        </p>
                        <p>
                          Here's the relevant details of what it can do.
                          
                        </p>
                        <a name="WebMake_s_CMS_Features" id="WebMake_s_CMS_Features"><h2>WebMake's CMS Features</h2></a><ul>
                          <li>
                            <p>
                              <strong>Separation between content and layout</strong>
                            </p>
                            <p>
                              Since, logically, content and layout are entirely separate tasks, they
                              should be easy to keep separate in the CMS.
                              
                            </p>
                            <p>
                              WebMake uses <a href="content_refs.html">content references</a> to include content into pages, and
                              implement templating. This allows you to separate the content text from
                              the template layout HTML; the template designers just need to include
                              a content reference, such as <code>${body}</code>, instead of the
                              text.
                              
                            </p>
                          </li>
                          <li>
                            <p>
                              <strong>No requirement for text editors to know HTML</strong>
                            </p>
                            <p>
                              Only the layout staff should really <em>need</em> to know HTML, so the staff who
                              provide text content can do this without HTML knowledge.
                              
                            </p>
                            <p>
                              WebMake provides <a href="ettext.html">Text::EtText</a>, which provides an
                              easy-to-edit, easy-to-read and intuitive way to write HTML, based on the
                              plain-text markup conventions we've been using for years.
                              
                            </p>
                          </li>
                          <li>
                            <p>
                              <strong>Generation of pages automatically, using metadata from content items</strong>
                            </p>
                            <p>
                              It should be possible to generate index pages, sitemaps, navigation links,
                              and other text automatically, based on properties and metadata of the
                              pieces of content loaded.
                              
                            </p>
                            <p>
                              WebMake supports this by <a href="metadata.html">allowing any content item to carry arbitrary
                              textual metadata</a>. Perl code can then be used to dynamically
                              request a list of content items that have a particular set of metadata,
                              and any page can refer to another content item's title, description,
                              abstract etc. without itself needing to parse the content text.
                              
                            </p>
                          </li>
                          <li>
                            <p>
                              <strong>Flexible URL support</strong>
                            </p>
                            <p>
                              It should be trivial to rearrange a site, if required, totally changing
                              the URLs used in the site's pages.
                              
                            </p>
                            <p>
                              WebMake supports this by using <a href="url_refs.html">symbolic URL references</a>,
                              which can be modified by changing one line, causing references to that
                              URL throughout the site to change.
                              
                            </p>
                          </li>
                          <li>
                            <p>
                              <strong>Edit-In-Page Functionality</strong>
                            </p>
                            <p>
                              Most CMSes boast a nice, browser-based user interface to creating, naming,
                              uploading and filling out content items and media.
                              
                            </p>
                            <p>
                              WebMake now provides a <a href="cgistart.html">CGI script</a>, which allows a certain
                              degree of web-based maintainance and content editing. It's not quite as
                              foolproof as some of the bigger CMS systems, but it's a start!
                              
                            </p>
                          </li>
                        </ul>
                        <a name="What_WebMake_Is_Missing" id="What_WebMake_Is_Missing"><h2>What WebMake Is Missing</h2></a><ul>
                          <li>
                            <p>
                              <strong>Database Support</strong>
                            </p>
                            <p>
                              It would be nice if WebMake could load content from a database. It
                              currently cannot, although there's nothing in the architecture that would
                              preclude this; there just has not been a need, just yet.
                              
                            </p>
                            <p>
                              Unfortunately, this may not be possible -- <a href="http://www.delphion.com/details?pn=US06026413__">this IBM software patent</a> details a mechanism whereby a server can dynamically rebuild its
                              pages, based on changes to objects in a database. WebMake could run
                              afoul of this if database support is added (although there are a few
                              points where this could be avoided).
                              
                            </p>
                          </li>
                          <li>
                            <p>
                              <strong>XSLT Support</strong>
                            </p>
                            <p>
                              This will definitely arrive -- as soon as a good XSLT engine becomes part
                              of Perl, or at least becomes easy to install from CPAN. It's on my list ;)
                              
                            </p>
                          </li>
                          <li>
                            <p>
                              <strong>Workflow</strong>
                            </p>
                            <p>
                              There's currently no logic to support workflow. This would not
                              be difficult to add, though.
                              
                            </p>
                          </li>
                        </ul>
                      </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="invoking.html">Back</a> | <a href="using.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>