Name : perl-Web-Scaffold
| |
Version : 0.15
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : lp155.9.1
| Date : 2023-07-20 17:18:27
|
Group : Development/Libraries/Perl
| Source RPM : perl-Web-Scaffold-0.15-lp155.9.1.src.rpm
|
Size : 0.09 MB
| |
Packager : https://www_suse_com/
| |
Summary : Build Minimalist Fancy Web Sites
|
Description :
*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/ [optional] 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.
An illustrated sample web site can be viewed here:
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-W/15.5/noarch |