Update of /cvsroot/openinteract/OpenInteract/pkg/base_page/doc
In directory usw-pr-cvs1:/tmp/cvs-serv19803/doc
Modified Files:
base_page.pod
Log Message:
updated docs
Index: base_page.pod
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract/pkg/base_page/doc/base_page.pod,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** base_page.pod 2001/10/29 05:14:41 1.3
--- base_page.pod 2001/11/26 06:55:54 1.4
***************
*** 14,21 ****
This module displays pages.
! Well, ok, it does more than that. Each page is a template in its own
! right and you can store the pages in the database or the filesystem,
! or both. A configuration option in your 'conf/action.perl' controls
! which option you want to use.
So a request like:
--- 14,21 ----
This module displays pages.
! Well, ok, it does more than that. Each page can optionally be a
! template in its own right and you can store the content of the pages
! in the database or the filesystem, or both. The database always stores
! page metadata.
So a request like:
***************
*** 23,28 ****
http://www.mysite.com/reports/q1/sales
! Can be mapped to a database object which displays the report. But your
! users never know the difference.
=head2 Non-HTML pages
--- 23,28 ----
http://www.mysite.com/reports/q1/sales
! Can be mapped to an object which has the content in the database,
! but to your users it looks like a static HTML page.
=head2 Non-HTML pages
***************
*** 178,182 ****
=head1 SEE ALSO
! B<base_security> package
L<SPOPS::Secure::Hierarchy|SPOPS::Secure::Hierarchy>
--- 178,182 ----
=head1 SEE ALSO
! C<base_security> package
L<SPOPS::Secure::Hierarchy|SPOPS::Secure::Hierarchy>
|