[Bast-commits] r8877 - in DBIC-Web: . components pages

david at dev.catalyst.perl.org david at dev.catalyst.perl.org
Thu Mar 4 14:42:49 GMT 2010


Author: david
Date: 2010-03-04 14:42:49 +0000 (Thu, 04 Mar 2010)
New Revision: 8877

Modified:
   DBIC-Web/
   DBIC-Web/components/navigation.tt
   DBIC-Web/components/wrapper.tt
   DBIC-Web/pages/articles.html
   DBIC-Web/pages/download.html
   DBIC-Web/pages/index.html
   DBIC-Web/pages/support.html
Log:
 r26 at drax:  david | 2010-03-03 14:06:07 +0000
 



Property changes on: DBIC-Web
___________________________________________________________________
Modified: svk:merge
   - 8f56f3f5-0ce6-439a-8bf6-7ff32a8a3359:/local/DBIC-Web:25
   + 8f56f3f5-0ce6-439a-8bf6-7ff32a8a3359:/local/DBIC-Web:26

Modified: DBIC-Web/components/navigation.tt
===================================================================
--- DBIC-Web/components/navigation.tt	2010-03-04 14:42:45 UTC (rev 8876)
+++ DBIC-Web/components/navigation.tt	2010-03-04 14:42:49 UTC (rev 8877)
@@ -3,10 +3,10 @@
           <li><a href="/">Home</a></li>  
           <li><a href="http://search.cpan.org/perldoc?DBIx::Class">About</a></li>
           <li><a href="/download.html">Download</a></li>
-          <li><a href="http://desert-island.me.uk/perldoc/dbic-tutorial/lib/DBIx/Class/Tutorial/Intro.pod">Documentation</a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
           [%# <li><a href="/examples/">Examples</a></li> %]
           <li><a href="/support.html">Support</a></li>
-          <li><a href="/articles.html">Articles</a></li>
+          [%#<li><a href="/articles.html">Articles</a></li>%]
           [%# <li><a href="/users.html">Users</a></li> %]
         </ul>
       </div>

Modified: DBIC-Web/components/wrapper.tt
===================================================================
--- DBIC-Web/components/wrapper.tt	2010-03-04 14:42:45 UTC (rev 8876)
+++ DBIC-Web/components/wrapper.tt	2010-03-04 14:42:49 UTC (rev 8877)
@@ -2,23 +2,29 @@
    "http://www.w3.org/TR/html4/strict.dtd">
 <html lang="en">
  <head>
+  <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
   <title>[% IF title %][% title %] — [% END %] DBIx::Class — An ORM for Perl that is extensible and flexible</title>
-
-    <link rel="stylesheet" type="text/css" media="screen, projection"
-     href="resources/css/layout.css">
-    <link rel="stylesheet" type="text/css" media="screen, projection"
-     href="resources/css/basic.css">
-  <!--[if IE]><link rel="stylesheet" type="text/css"
-    href="/resources/blueprint/ie.css" /><![endif]-->
-
-[% content %]
-      <div id="footer">
-          Design: &copy; J. Robinson, M. Keating 2009 
-      </div>
+  <link rel="stylesheet" type="text/css" media="screen, projection" href="/resources/css/layout.css">
+  <link rel="stylesheet" type="text/css" media="screen, projection" href="/resources/css/basic.css">
+  <!--[if IE]>
+  <link rel="stylesheet" type="text/css" media="screen, projection" href="/resources/blueprint/ie.css" />
+  <![endif]-->
+ </head>
+ <body>
+  <div id="wrap"> 
+  [% PROCESS header.tt %]
+  [% PROCESS navigation.tt %] 
+  <div id="main"> 
+  [% PROCESS main_heading.tt %]
+  [% content %]
   </div>
-
-<script type="text/javascript" src="/resources/js/twitter.js"></script>
-
-<script type="text/javascript" src="http://twitter.com/statuses/user_timeline/dbix_class.json?callback=twitterCallback2&amp;count=10"></script>
-</body>
+  [% PROCESS twitter.tt %]
+ <div id="footer">
+  <p>Design: &copy; J. Robinson, M. Keating 2009</p>
+ </div>
+ </div>
+ 
+ <script type="text/javascript" src="/resources/js/twitter.js"></script>
+ <script type="text/javascript" src="http://twitter.com/statuses/user_timeline/dbix_class.json?callback=twitterCallback2&amp;count=10"></script>
+ </body>
 </html>

Modified: DBIC-Web/pages/articles.html
===================================================================
--- DBIC-Web/pages/articles.html	2010-03-04 14:42:45 UTC (rev 8876)
+++ DBIC-Web/pages/articles.html	2010-03-04 14:42:49 UTC (rev 8877)
@@ -1,19 +1,8 @@
-[% title = "Articles" %]
-[% WRAPPER wrapper.tt %]
-</head>
-  <body>
-    <div id="wrap">
-      [% PROCESS header.tt %]
-      [% PROCESS navigation.tt %]
-    
-      <div id="main"> 
-      [% PROCESS main_heading.tt %]
+[% WRAPPER wrapper.tt title = "Articles" %]
       <ul>
 <li><a href="http://rambles.bearcircle.net/2009/05/24/inflatecolumnfile-vs-inflatecolumnfs/">InflateColumn::File vs. InflateColumn::FS</a> May 24th, 2009</li>
 <li><a href="http://blog.netcubed.de/2009/05/reports-with-dbic-and-postgres/">Reports with DBIC and Postgres</a> May 23rd, 2009</li>
 <li><a href="http://blog.johngoulah.com/2009/05/versioning-with-dbic/">Using DBIx::Class to Version Your Schema</a> May 17th, 2009</li>
 <li><a href="http://perlalchemy.blogspot.com/2006/10/tags-and-search-and-dbixclass.html">Tags and search and DBIx::Class</a> October 26th, 2006</li> 
       </ul>
-    </div>
-     [% PROCESS twitter.tt %]
 [% END %]

Modified: DBIC-Web/pages/download.html
===================================================================
--- DBIC-Web/pages/download.html	2010-03-04 14:42:45 UTC (rev 8876)
+++ DBIC-Web/pages/download.html	2010-03-04 14:42:49 UTC (rev 8877)
@@ -1,15 +1,4 @@
-[% title = "Downloads" %]
-[% WRAPPER wrapper.tt %]
-  </head>
-    
-  <body>
-    <div id="wrap">
-      [% PROCESS header.tt %]
-      [% PROCESS navigation.tt %]
-    
-      <div id="main"> 
-       [% PROCESS main_heading.tt %]
-
+[% WRAPPER wrapper.tt title = "Downloads" %]
 	<p>DBIC is distributed via <a href="http://cpan.org">CPAN</a>, you can download
 	a package from <a href="http://search.cpan.org/dist/DBIx-Class/">the distribution
 	page</a> or use your Perl distribution's 
@@ -19,8 +8,4 @@
 	<p>For example:</p>
 	
 	<div><kbd>cpan DBIx::Class</kbd></div>
-	
-	</div>
-
-      [% PROCESS twitter.tt %]	  
 [% END %]

Modified: DBIC-Web/pages/index.html
===================================================================
--- DBIC-Web/pages/index.html	2010-03-04 14:42:45 UTC (rev 8876)
+++ DBIC-Web/pages/index.html	2010-03-04 14:42:49 UTC (rev 8877)
@@ -1,14 +1,6 @@
 [% WRAPPER wrapper.tt %]
-  </head>
-    
-  <body>
-    <div id="wrap">
-      [% PROCESS header.tt %]
-      [% PROCESS navigation.tt %]
-    
-      <div id="main"> 
         <a href="http://ironman.enlightenedperl.org"> 
-        <img src="resources/images/ppi01-banner.png" alt="Planet Perl Ironman Banner"
+        <img src="resources/images/ppi01-banner.png" alt="Planet Perl Ironman"
              style="margin: 0px 0px 0px 40px; border: 0">
         </a>
         
@@ -29,24 +21,4 @@
           Mailing List</a> if you would like to join in with the community.
         </p>
         
-        <p>
-          There are a selection of videos and slides on Dbic, these can be found at:</p>
-          
-        <ul>
-          <li><a href="http://www.shadowcat.co.uk/archive/conference-video/nwepm/catalyst-dbic/">
-            Introduction to DBIx::Class and Catalyst.
-          </a>
-          <li><a href="http://www.shadowcat.co.uk/catalyst/talks/postgresql-WEST-2008/-files/catalyst-dbic-pg.xul">
-            Catalyst, DBIx::Class and Postgres Slides.
-          </a>
-          <li><a href="http://www.shadowcat.co.uk/archive/conference-video/yapc-eu-2008/dbic-masterclass/">
-            DBIx:Class Masterclass Video.
-          </a>
-          <li><a href="http://www.shadowcat.co.uk/catalyst/-talks/yapc-na-2008/dbix-masterclass.xul">
-            DBIx:Class Masterclass Slides.
-          </a>
-        </ul>
-      </div>
-
-      [% PROCESS twitter.tt %]	  
 [% END %]

Modified: DBIC-Web/pages/support.html
===================================================================
--- DBIC-Web/pages/support.html	2010-03-04 14:42:45 UTC (rev 8876)
+++ DBIC-Web/pages/support.html	2010-03-04 14:42:49 UTC (rev 8877)
@@ -1,17 +1,6 @@
-[% title = "Support" %]
-[% WRAPPER wrapper.tt %]
-  </head>
-    
-  <body>
-    <div id="wrap">
-      [% PROCESS header.tt %]
-      [% PROCESS navigation.tt %]
-    
-      <div id="main"> 
-      [% PROCESS main_heading.tt %]
+[% WRAPPER wrapper.tt title = "Support" %]
+  	<h2>Commercial Support</h2>
 
-	<h2>Commercial Support</h2>
-
 	<p><a href="http://www.shadowcat.co.uk/">Shadowcat systems</a> provide
 	the DBIx::Class project with contributions in the form of code and hosting.
 	Their team is highly experienced with DBIC and offer a 
@@ -29,7 +18,4 @@
 		 Tracker</a></li>
 	</ul>
 
-    </div>
-
-      [% PROCESS twitter.tt %]	  
 [% END %]




More information about the Bast-commits mailing list