################################################### # WARNING: Do not edit this file! # If you do the changes will be lost! # Instead edit the corresponding .txt file and run make.pl # # Don't forget to commit the changes to both .txt and the generated # .pod to svn, since others won't run the local make.pl #################################################### =head1 NAME Klassno.by a belarussian auction site =head1 Aleksandr Guidrevitch Ealex (at) tera.byE exclaimed: =over =item * Date: Sun Jul 23 15:37:06 PDT 2006 =item * URL: http://klassno.by/ =back Klassno.by is a belarussian auction site, written in mod_perl. It is designed primarily for the users from Belarus, and takes into account local specifics. It uses fulltext morphological analysis for indexing and searching. In the hope of a brilliant future with tens queries per second and thousands of active lots, mod_perl was selected as a development platform in the very beginning. It uses Class::DBI and Template Toolkit, self-made MVC framework, and is written in OO Perl. It is running Apache 1.3/mod_perl, mysql5 with triggers and views where possible, and nginx (http://sysoev.ru/nginx) as a frontend http server. =cut