[Catalyst-commits] r7403 - in trunk/site: . images/global
jshirley at dev.catalyst.perl.org
jshirley at dev.catalyst.perl.org
Sun Jan 20 15:16:46 GMT 2008
Author: jshirley
Date: 2008-01-20 15:16:46 +0000 (Sun, 20 Jan 2008)
New Revision: 7403
Added:
trunk/site/images/global/catalyst_book.png
Modified:
trunk/site/index.html
Log:
Adding book blurp
Added: trunk/site/images/global/catalyst_book.png
===================================================================
(Binary files differ)
Property changes on: trunk/site/images/global/catalyst_book.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: trunk/site/index.html
===================================================================
--- trunk/site/index.html 2008-01-18 06:48:05 UTC (rev 7402)
+++ trunk/site/index.html 2008-01-20 15:16:46 UTC (rev 7403)
@@ -15,30 +15,28 @@
<div id="wrapper">
<div id="header">
<h1>
- <a href="/"><img src="/images/layout/catalyst_130pix.gif" alt="Catalyst - Web Framework" /></a>
+ <a href="/"><img src="images/layout/catalyst_130pix.gif" alt="Catalyst - Web Framework" /></a>
</h1>
- <!--
- <form method="get" action="/search" id="form">
- <div>
- <input class="text" type="text" id="query" name="query" value="" /><br />
- <input class="submit" type="submit" id="search" value="Search" />
- </div>
- </form>
- //-->
+ <form id="searchbox_001489226992342776861:khgrvdklfes" action="http://google.com/cse">
+ <input type="hidden" name="cx" value="001489226992342776861:khgrvdklfes" />
+ <input type="hidden" name="cof" value="FORID:0" />
+ <input name="q" type="text" size="30" />
+ <input type="submit" name="sa" value="Search" />
+ </form>
<ul id="menu_global">
- <li id="home"><span><a href="/">Home</a></span></li>
+ <li id="home"><span><a href="/">Home</a></span></li>
<li id="community"><span><a href="http://dev.catalystframework.org/">Community</a></span></li>
<li id="documentation"><span><a href="http://search.cpan.org/perldoc?Catalyst::Manual">Documentation</a></span></li>
<li id="developer"><span><a href="http://dev.catalystframework.org/timeline">Developer</a></span></li>
<li id="download"><span><a href="http://search.cpan.org/dist/Catalyst-Runtime/">Download</a></span></li>
<li id="support"><span><a href="http://dev.catalystframework.org/wiki/Support">Support</a></span></li>
<li id="blogs"><span><a href="http://planet.catalystframework.org/">Planet (Catalyst blogs)</a></span></li>
- <li id="advent"><span><a href="http://www.catalystframework.org/calendar">Calendar</a></span></li>
+ <li id="advent"><span><a href="http://www.catalystframework.org/calendar">Advent Calendar</a></span></li>
</ul>
</div>
<div id="main">
<div id="crumbtrail">
- </div>
+ </div>
<div class="content fullwidth catch">
<h1>
The elegant MVC framework
@@ -46,9 +44,19 @@
<p>
Catalyst will make web development something you had never expected it to be: Fun, rewarding and quick.
</p>
+<div style="font-size: smaller;">
+ <h2>New Book!</h2>
+ <p style="margin-right: 20%">
+ <a href="http://www.packtpub.com/catalyst-perl-web-application/book">
+ <img src="/images/global/catalyst_book.png" align="left" title="Catalyst Book" alt="Catalyst Book" style="padding: 0 1em 0 0;"></a>
+ Jonathan Rockway's new Catalyst book, published by <a style="color: blue; text-decoration: blue" href="http://www.packtpub.com">Packt Publishing</a>, is now available for purchase.
+ </p>
+ <p>
+ <a style="color: blue; text-decoration: blue" href="http://www.packtpub.com/catalyst-perl-web-application/book">Get it now!</a>
+ </p>
+</div>
-
- </div>
+ </div>
<hr class="hidden" />
<dl class="box left development">
<dt>
@@ -90,15 +98,15 @@
You can deploy your Catalyst application on <a href="http://www.freebsd.org/">FreeBSD</a>, <a href="http://www.linux.org/">Linux</a>, <a href="http://www.apple.com/macosx/">Mac OS X</a>, <a href="http://www.sun.com/">Solaris</a> or <a href="http://www.microsoft.com/windowsserver2003/">Windows</a>.
</p>
<p>
- Do you have a favorite web server? Using <a href="http://www.fastcgi.com/">FastCGI</a>, the same Catalyst application will run under <strong>IIS</strong>, <strong>Zeus</strong>, <strong>Apache</strong> or <strong>lighttpd</strong>.
+ Do you have a favorite web server? Using <a href="http://www.fastcgi.com/">FastCGI</a>, the same Catalyst application will run under <strong>IIS</strong>, <strong>Zeus</strong>, <strong>Apache</strong> or <strong>lighttpd</strong>.
If you use <strong>Apache</strong> you can also run your application with any version of <a href="http://perl.apache.org/">mod_perl</a>.
</p>
<p>
-With its wide support of operating systems and application servers, Catalyst allows you to deploy your applications on a system of your choice or adapt existing applications to take advantage of the benefits Catalyst offers. You don't have to adapt to Catalyst because it can adapt to you.
+With its wide support of operating systems and application servers, Catalyst allows you to deploy your applications on a system of your choice or adapt existing applications to take advantage of the benefits Catalyst offers. You don't have to adapt to Catalyst because it can adapt to you.
</p>
<p>
<img src="/images/department/home/deployment_os_logos.png" alt="OS logos" />
-</p>
+</p>
</dd>
</dl>
@@ -109,10 +117,10 @@
<dd>
<p>
This is by far the most useful and easy to use MVC Framework, I've ever seen...
-It is View and Model agnostic (to suit your habits), simple, powerful, practical to use AND easy to extend.
+It is View and Model agnostic (to suit your habits), simple, powerful, practical to use AND easy to extend.
All I can say is : Just give it a try...<br/> <i>-- Arnaud Assad</i>
-</p>
-<p>
+</p>
+<p>
Catalyst brings some serious web development mojo to Perl. For a long time I stuck with Perl because of CPAN but thought other languages provided better frameworks and were leaving Perl behind. No more with Catalyst.<br/>
<i>-- John Wang</i>
<p>
More information about the Catalyst-commits
mailing list