
pgollucci at apache
Jul 23, 2006, 3:38 PM
Post #1 of 1
(1102 views)
Permalink
|
|
svn commit: r424843 - in /perl/modperl/docs/trunk/src/outstanding/success_stories: config.cfg www.klassno.by.pod www.klassno.by.txt
|
|
Author: pgollucci Date: Sun Jul 23 15:38:34 2006 New Revision: 424843 URL: http://svn.apache.org/viewvc?rev=424843&view=rev Log: Add Klassno.by story. Submitted by: Aleksandr Guidrevitch <alex [at] tera> Added: perl/modperl/docs/trunk/src/outstanding/success_stories/www.klassno.by.pod perl/modperl/docs/trunk/src/outstanding/success_stories/www.klassno.by.txt Modified: perl/modperl/docs/trunk/src/outstanding/success_stories/config.cfg Modified: perl/modperl/docs/trunk/src/outstanding/success_stories/config.cfg URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/outstanding/success_stories/config.cfg?rev=424843&r1=424842&r2=424843&view=diff ============================================================================== --- perl/modperl/docs/trunk/src/outstanding/success_stories/config.cfg (original) +++ perl/modperl/docs/trunk/src/outstanding/success_stories/config.cfg Sun Jul 23 15:38:34 2006 @@ -46,6 +46,7 @@ 'www.bivio.com.pod', 'www.find-job.net.pod', 'www.inteligo.pl.pod', + 'www.klassno.by.pod', 'www.lind-waldock.com.pod', 'www.mobile.de.pod', 'www.redhat.com.pod', Added: perl/modperl/docs/trunk/src/outstanding/success_stories/www.klassno.by.pod URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/outstanding/success_stories/www.klassno.by.pod?rev=424843&view=auto ============================================================================== --- perl/modperl/docs/trunk/src/outstanding/success_stories/www.klassno.by.pod (added) +++ perl/modperl/docs/trunk/src/outstanding/success_stories/www.klassno.by.pod Sun Jul 23 15:38:34 2006 @@ -0,0 +1,38 @@ +################################################### +# 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 E<lt>alex (at) tera.byE<gt> exclaimed: + +=over + +=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 + Added: perl/modperl/docs/trunk/src/outstanding/success_stories/www.klassno.by.txt URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/outstanding/success_stories/www.klassno.by.txt?rev=424843&view=auto ============================================================================== --- perl/modperl/docs/trunk/src/outstanding/success_stories/www.klassno.by.txt (added) +++ perl/modperl/docs/trunk/src/outstanding/success_stories/www.klassno.by.txt Sun Jul 23 15:38:34 2006 @@ -0,0 +1,16 @@ +Subject: Klassno.by a belarussian auction site +From: Aleksandr Guidrevitch <alex [at] tera> +Date: Sun Jul 23 15:37:06 PDT 2006 +URL: http://klassno.by/ + +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. --------------------------------------------------------------------- To unsubscribe, e-mail: docs-cvs-unsubscribe [at] perl For additional commands, e-mail: docs-cvs-help [at] perl
|