
pgollucci at apache
Dec 18, 2005, 4:01 PM
Post #1 of 1
(906 views)
Permalink
|
|
svn commit: r357579 - in /perl/modperl/docs/trunk/src/outstanding/success_stories: spreadwebgui.pod spreadwebgui.txt
|
|
Author: pgollucci Date: Sun Dec 18 16:01:47 2005 New Revision: 357579 URL: http://svn.apache.org/viewcvs?rev=357579&view=rev Log: Add WebGUI Success Story Submitted By: Frank Wiles Written By: JT <jt [at] plainblack> Added: perl/modperl/docs/trunk/src/outstanding/success_stories/spreadwebgui.pod perl/modperl/docs/trunk/src/outstanding/success_stories/spreadwebgui.txt Added: perl/modperl/docs/trunk/src/outstanding/success_stories/spreadwebgui.pod URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/outstanding/success_stories/spreadwebgui.pod?rev=357579&view=auto ============================================================================== --- perl/modperl/docs/trunk/src/outstanding/success_stories/spreadwebgui.pod (added) +++ perl/modperl/docs/trunk/src/outstanding/success_stories/spreadwebgui.pod Sun Dec 18 16:01:47 2005 @@ -0,0 +1,45 @@ +################################################### +# 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 + +mod_perl 2.0 + +=head1 JT Smith ~ Plain Black exclaimed: + +=over + +=item * + +Date: Sun, 18 Dec 2005 + +=item * + +URL: http://www.spreadwebgui.com + +=back + + We've built WebGUI (www.spreadwebgui.com), our web application framework and + content management system, on top of mod_perl. Before we began, in 2001, + and recently when we started our next gen system we evaluated many + different platforms on which to build WebGUI. Nothing even comes close + to mod_perl for flexibility and power. Developing in Perl also means + we're able prototype and deploy new features faster than we could in any + other language. + + Today there are more than 15,000 web sites that run on WebGUI, over half of + which are either already running on mod_perl 2.0, or are in the process + of transitioning to it. We're so confident about mod_perl 2.0's new + capabilities and reliability that starting with WebGUI 6.8 we're + requiring our users to use mod_perl 2.0 going forward. + + + +=cut + Added: perl/modperl/docs/trunk/src/outstanding/success_stories/spreadwebgui.txt URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/outstanding/success_stories/spreadwebgui.txt?rev=357579&view=auto ============================================================================== --- perl/modperl/docs/trunk/src/outstanding/success_stories/spreadwebgui.txt (added) +++ perl/modperl/docs/trunk/src/outstanding/success_stories/spreadwebgui.txt Sun Dec 18 16:01:47 2005 @@ -0,0 +1,20 @@ +From: JT Smith ~ Plain Black +Organization: Plain Black +Date: Sun, 18 Dec 2005 +Subject: mod_perl 2.0 +URL: http://www.spreadwebgui.com + +We've built WebGUI (www.spreadwebgui.com), our web application framework and +content management system, on top of mod_perl. Before we began, in 2001, +and recently when we started our next gen system we evaluated many +different platforms on which to build WebGUI. Nothing even comes close +to mod_perl for flexibility and power. Developing in Perl also means +we're able prototype and deploy new features faster than we could in any +other language. + +Today there are more than 15,000 web sites that run on WebGUI, over half of +which are either already running on mod_perl 2.0, or are in the process +of transitioning to it. We're so confident about mod_perl 2.0's new +capabilities and reliability that starting with WebGUI 6.8 we're +requiring our users to use mod_perl 2.0 going forward. + --------------------------------------------------------------------- To unsubscribe, e-mail: docs-cvs-unsubscribe [at] perl For additional commands, e-mail: docs-cvs-help [at] perl
|