From: Chris W. <la...@us...> - 2005-02-08 01:45:08
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/base_page/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29705/pkg/base_page/doc Modified Files: base_page.pod Log Message: cosmetic Index: base_page.pod =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_page/doc/base_page.pod,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** base_page.pod 8 Jul 2003 12:04:48 -0000 1.2 --- base_page.pod 8 Feb 2005 01:44:59 -0000 1.3 *************** *** 295,303 **** sub my_index { ! my ( $self ) = @_; ! my %params = ( page_directory => $self->param( 'page_directory' ), ! directory => $self->param( 'directory' ) ); ! return $self->generate_content( \%params, ! { name => 'mypkg::my_index' } ); } ------------------------------ --- 295,306 ---- sub my_index { ! my ( $self ) = @_; ! my %params = ( ! page_directory => $self->param( 'page_directory' ), ! directory => $self->param( 'directory' ) ! ); ! return $self->generate_content( \%params, { ! name => 'mypkg::my_index' ! } ); } ------------------------------ *************** *** 309,313 **** ------------------------------ <h1>Sample handler</h1> ! <p>A directory index request was made for [% directory %] and the handler was registered for the directory [% page_directory.directory %] and --- 312,316 ---- ------------------------------ <h1>Sample handler</h1> ! <p>A directory index request was made for [% directory %] and the handler was registered for the directory [% page_directory.directory %] and *************** *** 351,355 **** ------------------------------ <h1>Sample handler</h1> ! <p>A directory index request was made for /mysampledir and the handler was registered for the directory /mysampledir/ and --- 354,358 ---- ------------------------------ <h1>Sample handler</h1> ! <p>A directory index request was made for /mysampledir and the handler was registered for the directory /mysampledir/ and *************** *** 365,369 **** ------------------------------ <h1>Sample handler</h1> ! <p>A directory index request was made for /mysampledir/subdir/ and the handler was registered for the directory /mysampledir/ and --- 368,372 ---- ------------------------------ <h1>Sample handler</h1> ! <p>A directory index request was made for /mysampledir/subdir/ and the handler was registered for the directory /mysampledir/ and *************** *** 373,380 **** Sweet! - =head1 BUGS - - None known. - =head1 TO DO --- 376,379 ---- |