[Catalyst-commits] r14273 - in trunk/site: . beta old_site

soulchild at dev.catalyst.perl.org soulchild at dev.catalyst.perl.org
Fri Mar 16 12:29:20 GMT 2012


Author: soulchild
Date: 2012-03-16 12:29:20 +0000 (Fri, 16 Mar 2012)
New Revision: 14273

Added:
   trunk/site/imgs/
   trunk/site/index.html
   trunk/site/old_site/
   trunk/site/old_site/css/
   trunk/site/old_site/images/
   trunk/site/old_site/index.html
   trunk/site/style.css
Removed:
   trunk/site/beta/imgs/
   trunk/site/beta/index.html
   trunk/site/beta/style.css
   trunk/site/css/
   trunk/site/images/
   trunk/site/index.html
Log:
- Moved /beta to /
- Moved / to /old_site



Deleted: trunk/site/beta/index.html
===================================================================
--- trunk/site/beta/index.html	2012-03-16 12:10:22 UTC (rev 14272)
+++ trunk/site/beta/index.html	2012-03-16 12:29:20 UTC (rev 14273)
@@ -1,172 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-    <title>Catalyst | Perl MVC web application framework</title>
-    <meta charset="utf-8">
-    <meta name="author" content="Tobias Kremer // funkreich.de">
-    <meta name="description" content="Catalyst is the most popular agile Perl MVC web framework that encourages rapid development and clean design without getting in your way.">
-    <link rel="stylesheet" type="text/css" href="style.css" media="screen">
-    <link rel="shortcut icon" href="imgs/catalyst.ico">
-</head>
-<body>
-    <header id="logobar">
-        <div class="inner">
-            <form action="http://google.com/cse" id="search" name="search">
-                <input type="hidden" name="cx" value="001489226992342776861:khgrvdklfes">
-                <input type="hidden" name="cof" value="FORID:0">
-                <input name="q" type="text" size="30" placeholder="Search...">
-            </form>
-            <a id="logo" href="/"><img src="imgs/catalyst_logo.png" width="200" height="80" alt="Catalyst Perl MVC framework"></a>
-            <h1>Perl MVC framework</h1>
-        </div>
-    </header>
-    <header id="about">
-        <div class="inner">
-            <div id="download">
-                <a href="https://metacpan.org/module/Catalyst::Runtime"><img src="imgs/dl-hdd.png" alt="Download Catalyst"></a>
-                <span class="getitnow"><a href="https://metacpan.org/module/Catalyst::Runtime">Get started now!</a></span>
-                <span class="version">Catalyst 5.90010 - 18 Feb 2012</span>
-                <span class="license">Open Source, GPL/Artistic</span>
-            </div>
-            <h2>Turbocharge your web development!</h2>
-            <p>
-                Catalyst is the most popular Perl MVC framework and 
-                makes creating web applications fun, rewarding and quick.
-            </p>
-        </div>
-    </header>
-    <nav>
-        <div class="inner">
-            <ul>
-                <li class="active"><a href="/">About</a></li>
-                <li><span><a href="https://metacpan.org/module/Catalyst::Manual">Documentation</a></span></li>
-                <li><span><a href="http://wiki.catalystframework.org/wiki/">Wiki</a></span></li>
-                <li><span><a href="https://metacpan.org/module/Catalyst::Runtime">Download</a></span></li>
-                <li><span><a href="http://wiki.catalystframework.org/wiki/Support">Support</a></span></li>
-                <li><span><a href="http://wiki.catalystframework.org/wiki/adventcalendararticles">How-Tos</a></span></li>
-            </ul>
-        </div>
-    </nav>
-    <article>
-        <div class="inner">
-            <div class="column">
-                <h2>What is Catalyst?</h2>
-                <p>
-                    <strong>Catalyst is an open-source Perl <a href="https://metacpan.org/module/Catalyst::Manual::About#The-MVC-pattern">MVC</a> web framework that encourages 
-                    rapid development and clean design without getting in your way by forcing rules.</strong>
-                </p>
-                <p>
-                    We tend to keep things small and simple. This gives us robustness and scalability - your 
-                    Catalyst-based app also inherits those. No complicated object hierarchies.
-                </p>
-                <p>
-                    Why reinvent the wheel? When you write your app with Catalyst, you don't have to care much 
-                    about session handling or authorization. You just use it. <a href="https://metacpan.org">CPAN</a> has a vast amount of power, 
-                    which we bring to you. If you don't like something in default setup, why not replace it? 
-                    There Is More Than One Way To Do It. You can choose from a wealth of available models and 
-                    views, drop in a bunch of plugins and create the setup that fits you best.
-                </p>
-                <p>
-                    <strong>Many high-profile sites like the <a href="http://www.bbc.co.uk/iplayer/">BBC iPlayer</a>, 
-                    <a href="http://www.123people.com">123people</a>, <a href="http://www.magazines.com">magazines.com</a> and <a href="http://www.urbia.de">urbia.de</a> are already using Catalyst.</strong>
-                    Check out some other <a href="http://wiki.catalystframework.org/wiki/sitesrunningcatalyst">sites that are using Catalyst</a>.
-                </p>
-            </div>
-            <div class="column special">
-                <h2>Why Catalyst?</h2>
-                <h3>Versatile Models</h3>
-                <p>
-                    Use a powerful database ORM like <a href="https://metacpan.org/module/DBIx::Class">DBIx::Class</a> 
-                    for your model, plain old <a href="https://metacpan.org/module/Catalyst::Model::DBI">DBI</a> 
-                    or even <a href="https://metacpan.org/module/Catalyst::Model::LDAP">LDAP</a> - Catalyst supports a
-                    <a href="https://metacpan.org/search?q=Catalyst%3A%3AModel">wide range of models</a>.
-                </p>
-                <h3>Flexible Views</h3>
-                <p>
-                    Use whatever templating language you like best: 
-                    <a href="http://www.template-toolkit.org/">Template::Toolkit</a>, 
-                    <a href="https://metacpan.org/module/Mason">Mason 2</a>, 
-                    <a href="https://metacpan.org/module/HTML::Template">HTML::Template</a> and many more are fully supported.
-                </p>
-                <h3>Integrated Development server</h3>
-                <p>
-                    Catalyst comes with its own lightweight test server for development. It automatically restarts
-                    when your sources have changed, so you get instant results! 
-                </p>
-                <h3>Works with all major webservers</h3>
-                <p>
-                    Catalyst 5.9 has native <a href="http://plackperl.org/">PSGI/Plack</a> support which makes deployment for most
-                    webservers a no-brainer. Plus, there are loads of <a href="https://metacpan.org/search?q=Catalyst%3A%3AEngine">engines</a> targeting specific servers/protocols like <a href="https://metacpan.org/module/Catalyst::Engine::Apache">Apache/mod_perl</a> or FastCGI.
-                </p>
-                <h3>Ready-to-use plugins</h3>
-                <p>
-                    Don't re-invent the wheel! Use well-tested plug-ins for 
-                    <a href="https://metacpan.org/module/Catalyst::Plugin::Session">session management</a>, 
-                    <a href="https://metacpan.org/module/Catalyst::Plugin::Authentication">user authentication</a>, 
-                    <a href="https://metacpan.org/module/Catalyst::Plugin::Cache">caching</a> and
-                    <a href="https://metacpan.org/search?q=Catalyst%3A%3APlugin&amp;mode=all">much more</a>.
-                </p>            
-            </div>
-            <div class="column last" id="getstarted">
-                <h2>How do I get started?</h2>
-                <ol>
-                    <li>
-                        <h3><a href="http://wiki.catalystframework.org/wiki/installation">Quick Install Guide</a></h3>
-                        <p>
-                            For more details and other platforms read the extended <a href="http://wiki.catalystframework.org/wiki/installingcatalyst">Installing Catalyst guide</a>.
-                        </p>
-                    </li>
-                    <li>
-                        <h3><a href="https://metacpan.org/module/Catalyst::Manual::Tutorial">Tutorial</a></h3>
-                        <p>
-                            Learn how to build your first complete Catalyst application with all the nuts'n'bolts of modern
-                            web applications.
-                        </p>
-                    </li>
-                </ol>
-                <br>
-                <h2>Get the book</h2>
-                <h3>The Definitive Guide to Catalyst</h3>
-                <a href="http://www.amazon.co.uk/Definitive-Guide-Catalyst-Maintainable-Applications/dp/1430223650?&amp;camp=2486&amp;linkCode=wey&amp;tag=enligperlorga-21&amp;creative=8882" style="float:left; margin:0 12px 12px 0;"><img src="imgs/catalyst_book2.gif" alt="The Definitive Guide to Catalyst book"></a>
-                <p>
-                    This book by Kieren Diment, Matt Trout and other core Catalyst developers, published by <a href="http://www.apress.com">Apress</a> is now available for purchase from <a href="http://www.amazon.co.uk/Definitive-Guide-Catalyst-Maintainable-Applications/dp/1430223650?&amp;camp=2486&amp;linkCode=wey&amp;tag=enligperlorga-21&amp;creative=8882">Amazon.com</a>, or get the <a href="http://www.apress.com/9781430223658">eBook (PDF) from Apress</a>.
-                </p>
-            </div>
-        </div>
-    </article>
-    <footer>
-        <div class="inner">
-            <div class="column">
-                <h3>Getting started</h3>
-                <ul>
-                    <li><a href="https://metacpan.org/module/Catalyst::Runtime">Download</a></li>
-                    <li><a href="https://metacpan.org/module/Catalyst::Manual::Tutorial">Tutorial</a></li>
-                </ul>
-            </div>
-            <div class="column">
-                <h3>Getting help</h3>
-                <ul>
-                    <li><a href="https://metacpan.org/module/Catalyst::Manual">Documentation</a></li>
-                    <li><a href="http://wiki.catalystframework.org/wiki/">Wiki</a></li>
-                    <li><a href="https://metacpan.org/module/Catalyst::Manual::Cookbook">Cookbook</a></li>
-                    <li><a href="http://wiki.catalystframework.org/wiki/mailinglists">Mailing lists</a></li>
-                    <li><a href="http://wiki.catalystframework.org/wiki/livegroups">IRC</a></li>
-                    <li><a href="http://wiki.catalystframework.org/wiki/support">Commercial Support</a></li>
-                </ul>
-            </div>
-            <div class="column last">
-                <h3>Getting involved</h3>
-                <ul>
-                    <li><a href="https://metacpan.org/module/Catalyst::Manual::DevelopmentProcess">Developers</a></li>
-                    <li><a href="https://metacpan.org/module/Catalyst::Manual::ExtendingCatalyst">Extending Catalyst</a></li>
-                </ul>
-            </div>
-        </div>
-    </footer>
-    <div id="copyright">
-        <div class="inner">
-            <span class="copyright">Copyright 2012 Catalyst Foundation.</span>
-        </div>
-    </div>
-</body>
-</html>

Deleted: trunk/site/beta/style.css
===================================================================
--- trunk/site/beta/style.css	2012-03-16 12:10:22 UTC (rev 14272)
+++ trunk/site/beta/style.css	2012-03-16 12:29:20 UTC (rev 14273)
@@ -1,242 +0,0 @@
-/* Common */
-html {
-    font-size:100%;
-}
-body {
-    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
-    font-size:75%;
-    margin:0;
-    color:#444;
-    line-height:1.5em;
-    background:#fff url('imgs/bkg.png') top left repeat-x;
-}
-
-img {
-    border:none;
-}
-
-/* Structure */
-.inner {
-    width:960px;
-    padding:0 20px;
-    margin:0 auto;
-}
-
-/* Headlines */
-h1,h2,h3 { font-family: "Lucida Grande", Arial,Helvetica; }
-h1 { font-size:1.8em; }
-h2 { font-size:1.6em; margin:0 0 1em 0;}
-h3 { font-size:1.2em; }
-
-/* Links */
-a,
-a:visited,
-a:link {
-    color:#b53821;
-    text-decoration:none;
-}
-a:hover {
-    text-decoration:underline;
-}
-
-code {
-    font-size:1.2em;
-    font-weight:normal;
-}
-
-pre {
-    padding:.5em;
-    background:#f6f6f6;
-    display:block;
-    margin:1em 0;
-}
-
-/* Header */
-/* Logo bar */
-header#logobar {
-    height:90px;
-}
-header#logobar #search {
-    float:right;
-}
-header#logobar form {
-    margin:10px 0 0 0;
-}
-header#logobar a#logo {
-    float:left;
-    display:block;
-}
-header#logobar #search input { 
-    width:290px;
-    border:1px solid #ddd;
-    padding:5px;
-}
-header#logobar h1 {
-    color:rgb(202,50,34);
-    font-size:1.5em;
-    padding:32px 220px;
-}
-header#about {
-    background:rgb(175,64,32);
-    background: linear-gradient(top, rgb(175,64,32), rgb(229,90,46));
-    background: -o-linear-gradient(top, rgb(175,64,32), rgb(229,90,46));
-    background: -moz-linear-gradient(top, rgb(175,64,32), rgb(229,90,46));
-    background: -webkit-linear-gradient(top, rgb(175,64,32), rgb(229,90,46));
-    background: -ms-linear-gradient(top, rgb(175,64,32), rgb(229,90,46));   
-    color:#fff;
-    padding:32px 0;
-    height:70px;
-}
-header#about p {
-    color:#FAD7CF;
-    font-size:1.2em;
-    margin:.5em 0 0 0;
-    padding:0;
-    line-height:1.4em;
-}
-header#about h1 {
-    color:#fff;
-    margin:0 0 .5em 0;
-    padding:0;
-    font-size:2.25em;
-    letter-spacing:-0.03em;
-}
-
-#download img { float:left; margin:0 1em 0 0;}
-#download {
-    color:#222;
-    float:right;
-    background:#fff;
-    border-radius:8px 8px 8px 8px;
-    -moz-border-radius:8px;
-    -webkit-border-radius:8px;
-    width:276px;
-    padding:8px 12px;
-    margin:0 0 0 40px;
-}
-#download span 
-    { display:block }
-#download .getitnow a {
-    font-size:1.25em;    
-    line-height:130%;
-}
-#download .license, #download .version {
-    font-size:.9em;
-    line-height:140%;
-}
-#download .license {
-    color:#999;
-}
-
-/* Navigation Bar */
-nav {
-    background:#333;
-    float:left;
-    width:100%;
-}
-nav ul {
-    float:left;
-    background:#333;
-    padding:0;
-    margin:0;
-    width:960px;
-    font-size:1.2em;
-}
-nav li {
-    display:inline;
-}
-nav li a,
-nav li a:link,
-nav li a:visited {
-    padding:8px 1.25em;
-    background:#333;
-    color:#fff;
-    text-decoration:none;
-    float:left;
-    border-right:1px solid #444;
-}
-nav li a:hover {
-    background:#444;
-}
-nav li.active a {
-    background:#666;
-
-}
-
-/* Main content */
-article {
-    clear:both;
-    padding:18px 0;
-    background:url('imgs/navishadow.png') top left repeat-x;
-}
-
-/* Columns */
-.column {
-    width:290px;
-    float:left;
-    padding:13px 13px 13px 0;
-    margin:0 25px 0 0;
-}
-.column.last {
-    margin:0;
-    border-right:none;
-}
-.column.special {
-    background:#f6f6f6;
-    padding:13px;
-    margin:0 13px 13px -13px;
-    width:300px;
-}
-
-#platforms { 
-    text-align:center; 
-    margin:2em 0;
-}
-
-#getstarted ol {
-    padding:0 0 0 2em;
-    margin:0;
-    font-weight:bold;
-    font-family:"Lucida Grande",Arial;
-}
-#getstarted p {
-    font-weight:normal;
-    margin:.5em 0 1.5em 0;
-}
-
-/* Footer */
-footer {
-    clear:both;
-    margin:2em 0 0 0;
-    background:#474747 url('imgs/footerbkg.gif') top left repeat-x;
-    color:#fff;
-    padding:24px 0 0 0;
-    height:240px;
-    font-size:1.1em;
-}
-footer ul {
-    margin:1em 0 0 0;
-    padding:0;
-    list-style-type:none;
-}
-footer h3 { 
-    padding:0; 
-    margin:0 0 5px 0; 
-    color:#fff;
-}
-footer li a,
-footer li a:link,
-footer li a:visited {
-    display:block;
-    padding:5px 0 5px 0;
-    color:#aaa;
-}
-#copyright {
-    background:#111;
-    color:#ccc;
-    font-size:.9em;
-    padding:10px 0;
-}
-.loading {
-    font-weight:bold;
-}

Deleted: trunk/site/index.html
===================================================================
--- trunk/site/index.html	2012-03-16 12:10:22 UTC (rev 14272)
+++ trunk/site/index.html	2012-03-16 12:29:20 UTC (rev 14273)
@@ -1,155 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
-        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-	<head>
-		<meta http-equiv="content-type" content="text/html; charset=utf-8" />
-		<title>Catalyst - Web Framework</title>
-		<link rel="stylesheet" type="text/css" href="css/global/generic.css" media="screen" />
-		<link rel="stylesheet" type="text/css" href="css/global/layout.css" media="screen" />
-		<!--[if lt IE 7]>
-		<link rel="stylesheet" type="text/css" href="css/global/ie.css" media="screen" />
-		<![endif]-->
-		<link rel="shortcut icon" href="/catalyst.ico" />
-	</head>
-	<body class="home">
-		<div id="wrapper">
-		    <div id="header">
-		        <h1>
-		          <a href="/"><img src="images/layout/catalyst_130pix.gif" alt="Catalyst - Web Framework" /></a>
-		        </h1>
-                <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="documentation"><span><a href="http://search.cpan.org/dist/Catalyst-Manual/lib/Catalyst/Manual.pm">Documentation</a></span></li>
-		            <li id="wiki"><span><a href="http://wiki.catalystframework.org/wiki/">Wiki</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://wiki.catalystframework.org/wiki/Support">Support</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 class="content fullwidth catch">
-					<h1>
-	The elegant MVC framework
-</h1>
-<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>The Definitive Guide to Catalyst</h2>
-    <p style="margin-right: 10%">
-        <a href="http://www.amazon.co.uk/Definitive-Guide-Catalyst-Maintainable-Applications/dp/1430223650?&camp=2486&linkCode=wey&tag=enligperlorga-21&creative=8882">
-        <img src="images/global/catalyst_book2.gif" align="left" title="Catalyst Book" alt="Catalyst Book" style="padding: 0 1em 0 0;"></a>
-        This book by Kieren Diment, Matt Trout and others, published by <a style="color: blue; text-decoration: blue" href="http://www.apress.com">Apress</a> in July 2009 and written for Catalyst 5.8 is now available for purchase from <a href="http://www.amazon.co.uk/Definitive-Guide-Catalyst-Maintainable-Applications/dp/1430223650?&camp=2486&linkCode=wey&tag=enligperlorga-21&creative=8882">Amazon.com</a>, or get the eBook (PDF) from <a href="http://www.apress.com/book/view/1430223650">Apress</a>.
-    </p>
-    <p>
-        <a style="color: blue; text-decoration:blue" href="http://www.amazon.co.uk/Definitive-Guide-Catalyst-Maintainable-Applications/dp/1430223650?&camp=2486&linkCode=wey&tag=enligperlorga-21&creative=8882">Get it now!</a>
-    </p>
-  <h2 style="margin-top: 1.5em">Catalyst 5.8: The Perl MVC Framework</h2>
-  <p>
-<a href="http://www.packtpub.com/catalyst-5-8-the-perl-mvc-framework/book?utm_source=catalystframework.org&utm_medium=link&utm_content=pod&utm_campaign=mdb_004375">
-<img src="images/global/packt_book.jpg" align="left" title="Catalyst 5.8" alt="Packt Catalyst Book" style="padding: 0 1em 0 0;"></a>
-Also Available is the new edition of
-<a href="http://www.packtpub.com/catalyst-5-8-the-perl-mvc-framework/book?utm_source=catalystframework.org&utm_medium=link&utm_content=pod&utm_campaign=mdb_004375">Catalyst 5.8: The Perl MVC Framework</a>. This revised edition features updated text and a new section detailing the use of Moose with Catalyst.
-</p>
-</div>
-
-                </div>
-                <br style="clear: both" />
-				<dl class="box left development">
-					<dt>
-					  Development
-					</dt>
-					<dd>
-						<p>
-What makes Catalyst special? It's the way we develop it. Take a look.
-</p>
-<p>
-
-We tend to keep things small and simple. This gives us robustness and scalability - your Catalyst-based app also inherits those. No complicated object hierarchies - <em>Keep It Simple, Stupid</em>.
-</p>
-<p>
-
-Why reinvent the wheel? When you write your app with Catalyst, you don't have to care much about session handling or authorization. You just use it. <a href="http://www.cpan.org/">CPAN</a> has a vast amount of power, which we bring to you. <em>Don't Repeat Yourself</em>.
-</p>
-<p>
-
-If you don't like something in default setup, why not replace it? <em>There Is More Than One Way To Do It</em>. You can choose from a wealth of available models and views, drop in a bunch of plugins and create the setup that fits you best. Data storage? Would you like to use <a href="http://search.cpan.org/dist/DBIx-Class/">DBIx::Class</a>? <a href="http://search.cpan.org/dist/Class-DBI-Sweet/">Class::DBI::Sweet</a>? Or perhaps you already have a <a href="http://search.cpan.org/dist/Class-DBI/">Class::DBI</a> schema? How about presenting the data? <a href="http://www.template-toolkit.org/">Template Toolkit</a> or <a href="http://www.masonhq.com/">Mason</a>? <a href="http://search.cpan.org/dist/HTML-Template/">HTML::Template</a>, perhaps? And in case you want PNG or PDF output, you'll need just a few lines...
-</p>
-<p>
-
-With available plugins, you can extend the functionality of Catalyst. If you want sessions, form validation or authentication, you can have any or all of them.
-</p>
-<p>
-
-Catalyst comes with its own lightweight test server for development. It will even restart itself when it detects your sources have changed, so you see results instantly!
-</p>
-
-					</dd>
-				</dl>
-				<dl class="box middle deployment">
-					<dt>
-					  Deployment
-					</dt>
-					<dd>
-						<p>
-  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>.
-  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.
-</p>
-<p>
-  <img src="images/department/home/deployment_os_logos.png" alt="OS logos" />
-</p>
-
-					</dd>
-				</dl>
-				<dl class="box right scalability">
-					<dt>
-                                         Success
-					</dt>
-					<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.
-All I can say is : Just give it a try...<br/>                                   <i>-- Arnaud Assad</i>
-</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>
-First let me say how cool Catalyst is.  I've only just started playing with it,
-but I like what I see so far!  Great job, guys.  Big respect to everyone involved.<br/>
-<i>-- Andy Wardley</i>
-</p>
-<p>
-Really surprising. I'm used to packages like this (that do lots of things) being tricky to install. Catalyst went right in without a question or a dependency to follow (might be I just happened to have everything underneath; OS X 10.2). Had the skeleton of an app set up and running with the built-in server in 30 seconds.
-This is similar to things I've been doing on my own--URI dispatching and such--but *so* much better rounded out and easy to extend; reuse. The idea that what I'm writing for a vanilla .cgi is all set to flip over to mod_perl at any time is just flabergasting.
-With CDBI and TT underneath, web development starts to feel more like recess than work.<br/>
-<i>-- Ashley Pond V</i>
-</p>
-Catalyst is the most rad framework out there, totaly dope, kthx!
-<p>
-<i>-- Artur Bergman</i>
-</p>
-					</dd>
-				</dl>
-			</div>
-			<hr class="hidden" />
-			<div id="footer">
-<!--		    	Footer//-->
-		    </div>
-		</div>
-	</body>
-</html>

Copied: trunk/site/index.html (from rev 14272, trunk/site/beta/index.html)
===================================================================
--- trunk/site/index.html	                        (rev 0)
+++ trunk/site/index.html	2012-03-16 12:29:20 UTC (rev 14273)
@@ -0,0 +1,172 @@
+<!DOCTYPE html>
+<html>
+<head>
+    <title>Catalyst | Perl MVC web application framework</title>
+    <meta charset="utf-8">
+    <meta name="author" content="Tobias Kremer // funkreich.de">
+    <meta name="description" content="Catalyst is the most popular agile Perl MVC web framework that encourages rapid development and clean design without getting in your way.">
+    <link rel="stylesheet" type="text/css" href="style.css" media="screen">
+    <link rel="shortcut icon" href="imgs/catalyst.ico">
+</head>
+<body>
+    <header id="logobar">
+        <div class="inner">
+            <form action="http://google.com/cse" id="search" name="search">
+                <input type="hidden" name="cx" value="001489226992342776861:khgrvdklfes">
+                <input type="hidden" name="cof" value="FORID:0">
+                <input name="q" type="text" size="30" placeholder="Search...">
+            </form>
+            <a id="logo" href="/"><img src="imgs/catalyst_logo.png" width="200" height="80" alt="Catalyst Perl MVC framework"></a>
+            <h1>Perl MVC framework</h1>
+        </div>
+    </header>
+    <header id="about">
+        <div class="inner">
+            <div id="download">
+                <a href="https://metacpan.org/module/Catalyst::Runtime"><img src="imgs/dl-hdd.png" alt="Download Catalyst"></a>
+                <span class="getitnow"><a href="https://metacpan.org/module/Catalyst::Runtime">Get started now!</a></span>
+                <span class="version">Catalyst 5.90010 - 18 Feb 2012</span>
+                <span class="license">Open Source, GPL/Artistic</span>
+            </div>
+            <h2>Turbocharge your web development!</h2>
+            <p>
+                Catalyst is the most popular Perl MVC framework and 
+                makes creating web applications fun, rewarding and quick.
+            </p>
+        </div>
+    </header>
+    <nav>
+        <div class="inner">
+            <ul>
+                <li class="active"><a href="/">About</a></li>
+                <li><span><a href="https://metacpan.org/module/Catalyst::Manual">Documentation</a></span></li>
+                <li><span><a href="http://wiki.catalystframework.org/wiki/">Wiki</a></span></li>
+                <li><span><a href="https://metacpan.org/module/Catalyst::Runtime">Download</a></span></li>
+                <li><span><a href="http://wiki.catalystframework.org/wiki/Support">Support</a></span></li>
+                <li><span><a href="http://wiki.catalystframework.org/wiki/adventcalendararticles">How-Tos</a></span></li>
+            </ul>
+        </div>
+    </nav>
+    <article>
+        <div class="inner">
+            <div class="column">
+                <h2>What is Catalyst?</h2>
+                <p>
+                    <strong>Catalyst is an open-source Perl <a href="https://metacpan.org/module/Catalyst::Manual::About#The-MVC-pattern">MVC</a> web framework that encourages 
+                    rapid development and clean design without getting in your way by forcing rules.</strong>
+                </p>
+                <p>
+                    We tend to keep things small and simple. This gives us robustness and scalability - your 
+                    Catalyst-based app also inherits those. No complicated object hierarchies.
+                </p>
+                <p>
+                    Why reinvent the wheel? When you write your app with Catalyst, you don't have to care much 
+                    about session handling or authorization. You just use it. <a href="https://metacpan.org">CPAN</a> has a vast amount of power, 
+                    which we bring to you. If you don't like something in default setup, why not replace it? 
+                    There Is More Than One Way To Do It. You can choose from a wealth of available models and 
+                    views, drop in a bunch of plugins and create the setup that fits you best.
+                </p>
+                <p>
+                    <strong>Many high-profile sites like the <a href="http://www.bbc.co.uk/iplayer/">BBC iPlayer</a>, 
+                    <a href="http://www.123people.com">123people</a>, <a href="http://www.magazines.com">magazines.com</a> and <a href="http://www.urbia.de">urbia.de</a> are already using Catalyst.</strong>
+                    Check out some other <a href="http://wiki.catalystframework.org/wiki/sitesrunningcatalyst">sites that are using Catalyst</a>.
+                </p>
+            </div>
+            <div class="column special">
+                <h2>Why Catalyst?</h2>
+                <h3>Versatile Models</h3>
+                <p>
+                    Use a powerful database ORM like <a href="https://metacpan.org/module/DBIx::Class">DBIx::Class</a> 
+                    for your model, plain old <a href="https://metacpan.org/module/Catalyst::Model::DBI">DBI</a> 
+                    or even <a href="https://metacpan.org/module/Catalyst::Model::LDAP">LDAP</a> - Catalyst supports a
+                    <a href="https://metacpan.org/search?q=Catalyst%3A%3AModel">wide range of models</a>.
+                </p>
+                <h3>Flexible Views</h3>
+                <p>
+                    Use whatever templating language you like best: 
+                    <a href="http://www.template-toolkit.org/">Template::Toolkit</a>, 
+                    <a href="https://metacpan.org/module/Mason">Mason 2</a>, 
+                    <a href="https://metacpan.org/module/HTML::Template">HTML::Template</a> and many more are fully supported.
+                </p>
+                <h3>Integrated Development server</h3>
+                <p>
+                    Catalyst comes with its own lightweight test server for development. It automatically restarts
+                    when your sources have changed, so you get instant results! 
+                </p>
+                <h3>Works with all major webservers</h3>
+                <p>
+                    Catalyst 5.9 has native <a href="http://plackperl.org/">PSGI/Plack</a> support which makes deployment for most
+                    webservers a no-brainer. Plus, there are loads of <a href="https://metacpan.org/search?q=Catalyst%3A%3AEngine">engines</a> targeting specific servers/protocols like <a href="https://metacpan.org/module/Catalyst::Engine::Apache">Apache/mod_perl</a> or FastCGI.
+                </p>
+                <h3>Ready-to-use plugins</h3>
+                <p>
+                    Don't re-invent the wheel! Use well-tested plug-ins for 
+                    <a href="https://metacpan.org/module/Catalyst::Plugin::Session">session management</a>, 
+                    <a href="https://metacpan.org/module/Catalyst::Plugin::Authentication">user authentication</a>, 
+                    <a href="https://metacpan.org/module/Catalyst::Plugin::Cache">caching</a> and
+                    <a href="https://metacpan.org/search?q=Catalyst%3A%3APlugin&amp;mode=all">much more</a>.
+                </p>            
+            </div>
+            <div class="column last" id="getstarted">
+                <h2>How do I get started?</h2>
+                <ol>
+                    <li>
+                        <h3><a href="http://wiki.catalystframework.org/wiki/installation">Quick Install Guide</a></h3>
+                        <p>
+                            For more details and other platforms read the extended <a href="http://wiki.catalystframework.org/wiki/installingcatalyst">Installing Catalyst guide</a>.
+                        </p>
+                    </li>
+                    <li>
+                        <h3><a href="https://metacpan.org/module/Catalyst::Manual::Tutorial">Tutorial</a></h3>
+                        <p>
+                            Learn how to build your first complete Catalyst application with all the nuts'n'bolts of modern
+                            web applications.
+                        </p>
+                    </li>
+                </ol>
+                <br>
+                <h2>Get the book</h2>
+                <h3>The Definitive Guide to Catalyst</h3>
+                <a href="http://www.amazon.co.uk/Definitive-Guide-Catalyst-Maintainable-Applications/dp/1430223650?&amp;camp=2486&amp;linkCode=wey&amp;tag=enligperlorga-21&amp;creative=8882" style="float:left; margin:0 12px 12px 0;"><img src="imgs/catalyst_book2.gif" alt="The Definitive Guide to Catalyst book"></a>
+                <p>
+                    This book by Kieren Diment, Matt Trout and other core Catalyst developers, published by <a href="http://www.apress.com">Apress</a> is now available for purchase from <a href="http://www.amazon.co.uk/Definitive-Guide-Catalyst-Maintainable-Applications/dp/1430223650?&amp;camp=2486&amp;linkCode=wey&amp;tag=enligperlorga-21&amp;creative=8882">Amazon.com</a>, or get the <a href="http://www.apress.com/9781430223658">eBook (PDF) from Apress</a>.
+                </p>
+            </div>
+        </div>
+    </article>
+    <footer>
+        <div class="inner">
+            <div class="column">
+                <h3>Getting started</h3>
+                <ul>
+                    <li><a href="https://metacpan.org/module/Catalyst::Runtime">Download</a></li>
+                    <li><a href="https://metacpan.org/module/Catalyst::Manual::Tutorial">Tutorial</a></li>
+                </ul>
+            </div>
+            <div class="column">
+                <h3>Getting help</h3>
+                <ul>
+                    <li><a href="https://metacpan.org/module/Catalyst::Manual">Documentation</a></li>
+                    <li><a href="http://wiki.catalystframework.org/wiki/">Wiki</a></li>
+                    <li><a href="https://metacpan.org/module/Catalyst::Manual::Cookbook">Cookbook</a></li>
+                    <li><a href="http://wiki.catalystframework.org/wiki/mailinglists">Mailing lists</a></li>
+                    <li><a href="http://wiki.catalystframework.org/wiki/livegroups">IRC</a></li>
+                    <li><a href="http://wiki.catalystframework.org/wiki/support">Commercial Support</a></li>
+                </ul>
+            </div>
+            <div class="column last">
+                <h3>Getting involved</h3>
+                <ul>
+                    <li><a href="https://metacpan.org/module/Catalyst::Manual::DevelopmentProcess">Developers</a></li>
+                    <li><a href="https://metacpan.org/module/Catalyst::Manual::ExtendingCatalyst">Extending Catalyst</a></li>
+                </ul>
+            </div>
+        </div>
+    </footer>
+    <div id="copyright">
+        <div class="inner">
+            <span class="copyright">Copyright 2012 Catalyst Foundation.</span>
+        </div>
+    </div>
+</body>
+</html>

Copied: trunk/site/old_site/index.html (from rev 14260, trunk/site/index.html)
===================================================================
--- trunk/site/old_site/index.html	                        (rev 0)
+++ trunk/site/old_site/index.html	2012-03-16 12:29:20 UTC (rev 14273)
@@ -0,0 +1,155 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+	<head>
+		<meta http-equiv="content-type" content="text/html; charset=utf-8" />
+		<title>Catalyst - Web Framework</title>
+		<link rel="stylesheet" type="text/css" href="css/global/generic.css" media="screen" />
+		<link rel="stylesheet" type="text/css" href="css/global/layout.css" media="screen" />
+		<!--[if lt IE 7]>
+		<link rel="stylesheet" type="text/css" href="css/global/ie.css" media="screen" />
+		<![endif]-->
+		<link rel="shortcut icon" href="/catalyst.ico" />
+	</head>
+	<body class="home">
+		<div id="wrapper">
+		    <div id="header">
+		        <h1>
+		          <a href="/"><img src="images/layout/catalyst_130pix.gif" alt="Catalyst - Web Framework" /></a>
+		        </h1>
+                <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="documentation"><span><a href="http://search.cpan.org/dist/Catalyst-Manual/lib/Catalyst/Manual.pm">Documentation</a></span></li>
+		            <li id="wiki"><span><a href="http://wiki.catalystframework.org/wiki/">Wiki</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://wiki.catalystframework.org/wiki/Support">Support</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 class="content fullwidth catch">
+					<h1>
+	The elegant MVC framework
+</h1>
+<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>The Definitive Guide to Catalyst</h2>
+    <p style="margin-right: 10%">
+        <a href="http://www.amazon.co.uk/Definitive-Guide-Catalyst-Maintainable-Applications/dp/1430223650?&camp=2486&linkCode=wey&tag=enligperlorga-21&creative=8882">
+        <img src="images/global/catalyst_book2.gif" align="left" title="Catalyst Book" alt="Catalyst Book" style="padding: 0 1em 0 0;"></a>
+        This book by Kieren Diment, Matt Trout and others, published by <a style="color: blue; text-decoration: blue" href="http://www.apress.com">Apress</a> in July 2009 and written for Catalyst 5.8 is now available for purchase from <a href="http://www.amazon.co.uk/Definitive-Guide-Catalyst-Maintainable-Applications/dp/1430223650?&camp=2486&linkCode=wey&tag=enligperlorga-21&creative=8882">Amazon.com</a>, or get the eBook (PDF) from <a href="http://www.apress.com/book/view/1430223650">Apress</a>.
+    </p>
+    <p>
+        <a style="color: blue; text-decoration:blue" href="http://www.amazon.co.uk/Definitive-Guide-Catalyst-Maintainable-Applications/dp/1430223650?&camp=2486&linkCode=wey&tag=enligperlorga-21&creative=8882">Get it now!</a>
+    </p>
+  <h2 style="margin-top: 1.5em">Catalyst 5.8: The Perl MVC Framework</h2>
+  <p>
+<a href="http://www.packtpub.com/catalyst-5-8-the-perl-mvc-framework/book?utm_source=catalystframework.org&utm_medium=link&utm_content=pod&utm_campaign=mdb_004375">
+<img src="images/global/packt_book.jpg" align="left" title="Catalyst 5.8" alt="Packt Catalyst Book" style="padding: 0 1em 0 0;"></a>
+Also Available is the new edition of
+<a href="http://www.packtpub.com/catalyst-5-8-the-perl-mvc-framework/book?utm_source=catalystframework.org&utm_medium=link&utm_content=pod&utm_campaign=mdb_004375">Catalyst 5.8: The Perl MVC Framework</a>. This revised edition features updated text and a new section detailing the use of Moose with Catalyst.
+</p>
+</div>
+
+                </div>
+                <br style="clear: both" />
+				<dl class="box left development">
+					<dt>
+					  Development
+					</dt>
+					<dd>
+						<p>
+What makes Catalyst special? It's the way we develop it. Take a look.
+</p>
+<p>
+
+We tend to keep things small and simple. This gives us robustness and scalability - your Catalyst-based app also inherits those. No complicated object hierarchies - <em>Keep It Simple, Stupid</em>.
+</p>
+<p>
+
+Why reinvent the wheel? When you write your app with Catalyst, you don't have to care much about session handling or authorization. You just use it. <a href="http://www.cpan.org/">CPAN</a> has a vast amount of power, which we bring to you. <em>Don't Repeat Yourself</em>.
+</p>
+<p>
+
+If you don't like something in default setup, why not replace it? <em>There Is More Than One Way To Do It</em>. You can choose from a wealth of available models and views, drop in a bunch of plugins and create the setup that fits you best. Data storage? Would you like to use <a href="http://search.cpan.org/dist/DBIx-Class/">DBIx::Class</a>? <a href="http://search.cpan.org/dist/Class-DBI-Sweet/">Class::DBI::Sweet</a>? Or perhaps you already have a <a href="http://search.cpan.org/dist/Class-DBI/">Class::DBI</a> schema? How about presenting the data? <a href="http://www.template-toolkit.org/">Template Toolkit</a> or <a href="http://www.masonhq.com/">Mason</a>? <a href="http://search.cpan.org/dist/HTML-Template/">HTML::Template</a>, perhaps? And in case you want PNG or PDF output, you'll need just a few lines...
+</p>
+<p>
+
+With available plugins, you can extend the functionality of Catalyst. If you want sessions, form validation or authentication, you can have any or all of them.
+</p>
+<p>
+
+Catalyst comes with its own lightweight test server for development. It will even restart itself when it detects your sources have changed, so you see results instantly!
+</p>
+
+					</dd>
+				</dl>
+				<dl class="box middle deployment">
+					<dt>
+					  Deployment
+					</dt>
+					<dd>
+						<p>
+  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>.
+  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.
+</p>
+<p>
+  <img src="images/department/home/deployment_os_logos.png" alt="OS logos" />
+</p>
+
+					</dd>
+				</dl>
+				<dl class="box right scalability">
+					<dt>
+                                         Success
+					</dt>
+					<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.
+All I can say is : Just give it a try...<br/>                                   <i>-- Arnaud Assad</i>
+</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>
+First let me say how cool Catalyst is.  I've only just started playing with it,
+but I like what I see so far!  Great job, guys.  Big respect to everyone involved.<br/>
+<i>-- Andy Wardley</i>
+</p>
+<p>
+Really surprising. I'm used to packages like this (that do lots of things) being tricky to install. Catalyst went right in without a question or a dependency to follow (might be I just happened to have everything underneath; OS X 10.2). Had the skeleton of an app set up and running with the built-in server in 30 seconds.
+This is similar to things I've been doing on my own--URI dispatching and such--but *so* much better rounded out and easy to extend; reuse. The idea that what I'm writing for a vanilla .cgi is all set to flip over to mod_perl at any time is just flabergasting.
+With CDBI and TT underneath, web development starts to feel more like recess than work.<br/>
+<i>-- Ashley Pond V</i>
+</p>
+Catalyst is the most rad framework out there, totaly dope, kthx!
+<p>
+<i>-- Artur Bergman</i>
+</p>
+					</dd>
+				</dl>
+			</div>
+			<hr class="hidden" />
+			<div id="footer">
+<!--		    	Footer//-->
+		    </div>
+		</div>
+	</body>
+</html>

Copied: trunk/site/style.css (from rev 14267, trunk/site/beta/style.css)
===================================================================
--- trunk/site/style.css	                        (rev 0)
+++ trunk/site/style.css	2012-03-16 12:29:20 UTC (rev 14273)
@@ -0,0 +1,242 @@
+/* Common */
+html {
+    font-size:100%;
+}
+body {
+    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
+    font-size:75%;
+    margin:0;
+    color:#444;
+    line-height:1.5em;
+    background:#fff url('imgs/bkg.png') top left repeat-x;
+}
+
+img {
+    border:none;
+}
+
+/* Structure */
+.inner {
+    width:960px;
+    padding:0 20px;
+    margin:0 auto;
+}
+
+/* Headlines */
+h1,h2,h3 { font-family: "Lucida Grande", Arial,Helvetica; }
+h1 { font-size:1.8em; }
+h2 { font-size:1.6em; margin:0 0 1em 0;}
+h3 { font-size:1.2em; }
+
+/* Links */
+a,
+a:visited,
+a:link {
+    color:#b53821;
+    text-decoration:none;
+}
+a:hover {
+    text-decoration:underline;
+}
+
+code {
+    font-size:1.2em;
+    font-weight:normal;
+}
+
+pre {
+    padding:.5em;
+    background:#f6f6f6;
+    display:block;
+    margin:1em 0;
+}
+
+/* Header */
+/* Logo bar */
+header#logobar {
+    height:90px;
+}
+header#logobar #search {
+    float:right;
+}
+header#logobar form {
+    margin:10px 0 0 0;
+}
+header#logobar a#logo {
+    float:left;
+    display:block;
+}
+header#logobar #search input { 
+    width:290px;
+    border:1px solid #ddd;
+    padding:5px;
+}
+header#logobar h1 {
+    color:rgb(202,50,34);
+    font-size:1.5em;
+    padding:32px 220px;
+}
+header#about {
+    background:rgb(175,64,32);
+    background: linear-gradient(top, rgb(175,64,32), rgb(229,90,46));
+    background: -o-linear-gradient(top, rgb(175,64,32), rgb(229,90,46));
+    background: -moz-linear-gradient(top, rgb(175,64,32), rgb(229,90,46));
+    background: -webkit-linear-gradient(top, rgb(175,64,32), rgb(229,90,46));
+    background: -ms-linear-gradient(top, rgb(175,64,32), rgb(229,90,46));   
+    color:#fff;
+    padding:32px 0;
+    height:70px;
+}
+header#about p {
+    color:#FAD7CF;
+    font-size:1.2em;
+    margin:.5em 0 0 0;
+    padding:0;
+    line-height:1.4em;
+}
+header#about h1 {
+    color:#fff;
+    margin:0 0 .5em 0;
+    padding:0;
+    font-size:2.25em;
+    letter-spacing:-0.03em;
+}
+
+#download img { float:left; margin:0 1em 0 0;}
+#download {
+    color:#222;
+    float:right;
+    background:#fff;
+    border-radius:8px 8px 8px 8px;
+    -moz-border-radius:8px;
+    -webkit-border-radius:8px;
+    width:276px;
+    padding:8px 12px;
+    margin:0 0 0 40px;
+}
+#download span 
+    { display:block }
+#download .getitnow a {
+    font-size:1.25em;    
+    line-height:130%;
+}
+#download .license, #download .version {
+    font-size:.9em;
+    line-height:140%;
+}
+#download .license {
+    color:#999;
+}
+
+/* Navigation Bar */
+nav {
+    background:#333;
+    float:left;
+    width:100%;
+}
+nav ul {
+    float:left;
+    background:#333;
+    padding:0;
+    margin:0;
+    width:960px;
+    font-size:1.2em;
+}
+nav li {
+    display:inline;
+}
+nav li a,
+nav li a:link,
+nav li a:visited {
+    padding:8px 1.25em;
+    background:#333;
+    color:#fff;
+    text-decoration:none;
+    float:left;
+    border-right:1px solid #444;
+}
+nav li a:hover {
+    background:#444;
+}
+nav li.active a {
+    background:#666;
+
+}
+
+/* Main content */
+article {
+    clear:both;
+    padding:18px 0;
+    background:url('imgs/navishadow.png') top left repeat-x;
+}
+
+/* Columns */
+.column {
+    width:290px;
+    float:left;
+    padding:13px 13px 13px 0;
+    margin:0 25px 0 0;
+}
+.column.last {
+    margin:0;
+    border-right:none;
+}
+.column.special {
+    background:#f6f6f6;
+    padding:13px;
+    margin:0 13px 13px -13px;
+    width:300px;
+}
+
+#platforms { 
+    text-align:center; 
+    margin:2em 0;
+}
+
+#getstarted ol {
+    padding:0 0 0 2em;
+    margin:0;
+    font-weight:bold;
+    font-family:"Lucida Grande",Arial;
+}
+#getstarted p {
+    font-weight:normal;
+    margin:.5em 0 1.5em 0;
+}
+
+/* Footer */
+footer {
+    clear:both;
+    margin:2em 0 0 0;
+    background:#474747 url('imgs/footerbkg.gif') top left repeat-x;
+    color:#fff;
+    padding:24px 0 0 0;
+    height:240px;
+    font-size:1.1em;
+}
+footer ul {
+    margin:1em 0 0 0;
+    padding:0;
+    list-style-type:none;
+}
+footer h3 { 
+    padding:0; 
+    margin:0 0 5px 0; 
+    color:#fff;
+}
+footer li a,
+footer li a:link,
+footer li a:visited {
+    display:block;
+    padding:5px 0 5px 0;
+    color:#aaa;
+}
+#copyright {
+    background:#111;
+    color:#ccc;
+    font-size:.9em;
+    padding:10px 0;
+}
+.loading {
+    font-weight:bold;
+}




More information about the Catalyst-commits mailing list