NAME
Apache::PageKit::Info - Page attributes class
SYNOPSIS
This is class is a wrapper to the page attributes stored in the XML file as specified by the Apache PKIT_PAGE_INFO_FILE
configuration directive.
METHODS
- get_attr
-
$info->get_attr('use_nav', $page_id);
Gets the value of the
use_nav
attribute of$page_id
. The page_id argument is optional, defaults to$pk->{page_id}
. - get_param
-
$info->get_param('html_title', $page_id);
Gets the CDATA in the
<TMPL_VAR NAME="html_title">
XML tag of$page_id
. The page_id argument is optional, defaults to$pk->{page_id}
.
AUTHOR
T.J. Mather (tjmather@thoughtstore.com)
BUGS
Embeded <TMPL_LOOP>'s in the XML file have not been tested.
COPYRIGHT
Copyright (c) 2000, ThoughtStore, Inc. All rights Reserved. PageKit is a trademark of ThoughtStore, Inc.
LICENSE
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Ricoh Source Code Public License for more details.
You can redistribute this module and/or modify it only under the terms of the Ricoh Source Code Public License.
You should have received a copy of the Ricoh Source Code Public License along with this program; if not, obtain one at http://www.pagekit.org/license