Apache2-PageKit

 view release on metacpan or  search on metacpan

lib/Apache2/PageKit/FAQ.pod  view on Meta::CPAN


=for html
<BODY BGCOLOR="#ffffff" TEXT="#000000" LINK="#4020ff" ALINK="#ff0000" VLINK="#ff2530">
<CENTER>
<FONT SIZE="+2">
Apache2::PageKit Frequently Asked Questions $Id: FAQ.pod,v 1.7 2004/01/06 16:31:47 borisz Exp $
</FONT>
<BR>
<FONT SIZE="-1">
<I>Last updated: Sep 26th, 2003</I>
</FONT>
</CENTER>
<P>

=head1 NAME

Apache2::PageKit::FAQ -- The Frequently Asked Questions for Apache2::PageKit

=head1 SYNOPSIS

    perldoc Apache2::PageKit::FAQ

=head1 DESCRIPTION

This document serves to answer the most frequently asked questions for I<Apache2::PageKit>.

=head1 Basic Information & Information Sources

=head2 1.1 What is I<Apache2::PageKit>?

PageKit is an mod_perl based application framework that uses HTML::Template and
XML to separate code, design, and content. Includes session management,
authentication, form validation, co-branding, and a content management system.

Its goal is to solve all the common problems of web programming, and to make
the creation and maintenance of dynamic web sites fast, easy and enjoyable.

=head2 1.2 Where can I get it from?

The Comprehensive Perl Archive Network.

I<Apache2::PageKit> may be downloaded from CPAN I<via>:

    http://www.perl.com/cgi-bin/cpan_mod?module=Apache-PageKit

    http://search.cpan.org/search?dist=Apache-PageKit


=head2 1.3 I<Apache2::PageKit> uses I<XML>, what is it?

XML (eXtensible Markup Language) is a way to store data and meta-data.
The meta-data gives applications the ability to 'understand' the data
and work with it in an intelligent fashion.  For more information check
the sites below:

  http://www.w3.org/TR/1998/REC-xml-19980210
  http://www.xml.com/

=head2 1.4 I<Apache2::PageKit> uses I<XSLT>, what is it?

XSLT (eXtensible Stylesheet Language: Transformations)

  http://www.w3.org/TR/xslt
  http://www.w3.org/Style/XSL/
  http://www.xslinfo.com/
  http://www.oasis-open.org/cover/xsl.html
  http://www.xml.com/

XSLT is a language used to apply transformations to XML.  This powerful
tool helps seperate Content from the Presentation by changing the way



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