%#============================================================================ %# ePortal - WEB Based daily organizer %# Author - S.Rusakov %# %# Copyright (c) 2001 Sergey Rusakov. All rights reserved. %# This program is free software; you can redistribute it %# and/or modify it under the same terms as Perl itself. %# %# $Revision: 3.1 $ %# $Date: 2003/04/24 05:36:52 $ %# $Header: /home/cvsroot/ePortal/comp_root/manual/index.htm,v 3.1 2003/04/24 05:36:52 ras Exp $ %# %#---------------------------------------------------------------------------- <& /dir.mc, include => [qw/^pod_/], exclude => [qw/CVS /], nobackurl => 1, title => 'POD manuals', columns => [qw/icon description name size /], description => sub{ ePortal::Utils::filter_html_title(@_) } &> <& /dir.mc, include => [qw/\.html$/], exclude => [qw/CVS ^pod_ ^thep_ ^html_ ^app_ ^dual_/], nobackurl => 1, title => 'Core ePortal modules', columns => [qw/icon description name size /], description => sub{ ePortal::Utils::filter_html_title(@_) } &> <& /dir.mc, include => [qw/html_.*/], exclude => ['CVS'], nobackurl => 1, title => 'HTML support modules', columns => [qw/icon description name size /], description => sub{ ePortal::Utils::filter_html_title(@_) } &> <& /dir.mc, include => [qw/thep_.*/], exclude => ['CVS'], nobackurl => 1, title => 'ThePersistent storage modules', columns => [qw/icon description name size /], description => sub{ ePortal::Utils::filter_html_title(@_) } &> %#=== @METAGS attr ========================================================= <%attr> Title => { rus => "Руководство программиста", eng => "Programmer's manual" }