
fwiles at apache
Nov 26, 2007, 9:15 AM
Post #1 of 1
(470 views)
Permalink
|
|
svn commit: r598350 - in /perl/modperl/docs/trunk/src/outstanding/success_stories: config.cfg www.datezilla.com.pod www.datezilla.com.txt www.klassno.by.pod
|
|
Author: fwiles Date: Mon Nov 26 09:15:44 2007 New Revision: 598350 URL: http://svn.apache.org/viewvc?rev=598350&view=rev Log: Adding datezilla.com success story Added: perl/modperl/docs/trunk/src/outstanding/success_stories/www.datezilla.com.pod perl/modperl/docs/trunk/src/outstanding/success_stories/www.datezilla.com.txt Modified: perl/modperl/docs/trunk/src/outstanding/success_stories/config.cfg perl/modperl/docs/trunk/src/outstanding/success_stories/www.klassno.by.pod 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=598350&r1=598349&r2=598350&view=diff ============================================================================== --- perl/modperl/docs/trunk/src/outstanding/success_stories/config.cfg (original) +++ perl/modperl/docs/trunk/src/outstanding/success_stories/config.cfg Mon Nov 26 09:15:44 2007 @@ -44,6 +44,7 @@ 'wmboerse.pod', 'www.afp-direct.com.pod', 'www.bivio.com.pod', + 'www.datezilla.com.pod', 'www.find-job.net.pod', 'www.inteligo.pl.pod', 'www.klassno.by.pod', Added: perl/modperl/docs/trunk/src/outstanding/success_stories/www.datezilla.com.pod URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/outstanding/success_stories/www.datezilla.com.pod?rev=598350&view=auto ============================================================================== --- perl/modperl/docs/trunk/src/outstanding/success_stories/www.datezilla.com.pod (added) +++ perl/modperl/docs/trunk/src/outstanding/success_stories/www.datezilla.com.pod Mon Nov 26 09:15:44 2007 @@ -0,0 +1,39 @@ +################################################### +# 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 + +DateZilla.com + +=head1 Dr. David R. Baird E<lt>dave (at) zerofive.co.ukE<gt> exclaimed: + +=over + +=item * + +Date: 26 Nov 2007 11:13:24 -0500 + +=item * + +URL: http://www.datezilla.com + +=back + + DateZilla.com is a directory of dating, matchmaking and matrimonials + services and resources. The site is built on mod_perl and HTML::Mason, + with a MySQL database. The speed of mod_perl and MySQL, combined with + the sophisticated caching available in Mason, make the site very fast + despite running on a bargain basement server. The management backend + (content, ad serving, affiliate management, user stats) is also built + on the mod_perl/Mason/MySQL combo, and allows a large site to be + maintained by a small team from the comfort of their laptops. + + +=cut + Added: perl/modperl/docs/trunk/src/outstanding/success_stories/www.datezilla.com.txt URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/outstanding/success_stories/www.datezilla.com.txt?rev=598350&view=auto ============================================================================== --- perl/modperl/docs/trunk/src/outstanding/success_stories/www.datezilla.com.txt (added) +++ perl/modperl/docs/trunk/src/outstanding/success_stories/www.datezilla.com.txt Mon Nov 26 09:15:44 2007 @@ -0,0 +1,13 @@ +Subject: DateZilla.com +Date: 26 Nov 2007 11:13:24 -0500 +From: Dr. David R. Baird <dave[at]zerofive.co.uk> +URL: http://www.datezilla.com + +DateZilla.com is a directory of dating, matchmaking and matrimonials +services and resources. The site is built on mod_perl and HTML::Mason, +with a MySQL database. The speed of mod_perl and MySQL, combined with +the sophisticated caching available in Mason, make the site very fast +despite running on a bargain basement server. The management backend +(content, ad serving, affiliate management, user stats) is also built +on the mod_perl/Mason/MySQL combo, and allows a large site to be +maintained by a small team from the comfort of their laptops. Modified: 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=598350&r1=598349&r2=598350&view=diff ============================================================================== --- perl/modperl/docs/trunk/src/outstanding/success_stories/www.klassno.by.pod (original) +++ perl/modperl/docs/trunk/src/outstanding/success_stories/www.klassno.by.pod Mon Nov 26 09:15:44 2007 @@ -17,6 +17,10 @@ =item * +Date: Sun Jul 23 15:37:06 PDT 2006 + +=item * + URL: http://klassno.by/ =back --------------------------------------------------------------------- To unsubscribe, e-mail: docs-cvs-unsubscribe[at]perl.apache.org For additional commands, e-mail: docs-cvs-help[at]perl.apache.org
|