Web::Scaffold

Web::Scaffold is a Perl module to build minimalist fancy web sites.
Download

Web::Scaffold Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Michael Robinton
  • Publisher web site:
  • http://search.cpan.org/~miker/Net-DNS-Codes-0.09/Codes.pm

Web::Scaffold Tags


Web::Scaffold Description

Web::Scaffold is a Perl module to build minimalist fancy web sites. Web::Scaffold is a Perl module to build minimalist fancy web sites.SYNOPSIS use Web::Scaffold; Web::Scaffold::build(%specs,%pages);Web::Scaffold is a module that allows you to easily and quickly build a fancy web site with drop down menus an a variable number of columns. This is accomplished with a simple specification and a series of minimal html page includes that are written in very basic html.In its simplest form, your web will have the following structure: pages/ contains minimalist html pages ws_sitemap/ contains sitemap in google xml format NOTE: link this into public_html public_html/ contains the index page and any non Web::Scaffold pages images/ contains web site images lib/ contains javascript library(s)The index pages requires Server Side Includes (SSI) and is as follows: < html > < !-- page name "index.shtml" place your comments, revision number, etc... here -- > < !--#exec cmd="./pages.cgi" -- > < /body > < /html >Alternatively, you can use the included pages.cgi script as an example to build your own more sophisticated cgi or mod_perl application. Requirements: · Perl


Web::Scaffold Related Software