
WE_Frontend::Main - a collection of we_redisys (frontend) related functions

use WE_Frontend::Main;
my $fe = new WE_Frontend::Main $root;
$fe->publish;
$fe->searchindexer;

This module is obsolete and only for backward compatibility. Please use WE_Frontend::Main2 instead.
See the method list in WE_Frontend::MainCommon.
Please consult the source (function _pseudo_wesiteinfo_obj) to see which configuration variables match the new-style members. For example, the new
$c->paths->rootdir
corresponds to the old
$WEsiteinfo::rootdir

Slaven Rezic - slaven@rezic.de
