[Bast-commits] r8936 - in DBIC-Web: . pages

david at dev.catalyst.perl.org david at dev.catalyst.perl.org
Mon Mar 8 09:30:49 GMT 2010


Author: david
Date: 2010-03-08 09:30:49 +0000 (Mon, 08 Mar 2010)
New Revision: 8936

Added:
   DBIC-Web/pages/documentation.html
Modified:
   DBIC-Web/
Log:
 r65 at drax:  david | 2010-03-06 20:06:57 +0000
 Add documentation page



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

Added: DBIC-Web/pages/documentation.html
===================================================================
--- DBIC-Web/pages/documentation.html	                        (rev 0)
+++ DBIC-Web/pages/documentation.html	2010-03-08 09:30:49 UTC (rev 8936)
@@ -0,0 +1,90 @@
+[% WRAPPER wrapper.tt title = "Documentation" %]
+	
+	<p>The core documentation for DBIC can be found in POD, the standard for
+	Perl documentation. This can be accessed through a number of channels,
+	including the <kbd>perldoc</kbd> utility and online on the CPAN website.
+	</p>
+	
+	<table>
+	  <tr>
+	    <th scope="col">Description</th>
+	    <th scope="col">Module name</th>
+	  </tr>
+	  <tr>
+	    <td> Introduction </td>
+	    <td> <a href="http://search.cpan.org/perldoc?DBIx::Class">DBIx::Class</a></td>
+	  </tr>
+	  <tr>
+	    <td> Tutorial </td>
+	    <td> <a href="http://search.cpan.org/perldoc?DBIx::Class::Tutorial">DBIx::Class::Tutorial</a></td>
+	  <tr>
+	    <td> Manual </td>
+	    <td> <a href="http://search.cpan.org/perldoc?DBIx::Class::Manual">DBIx::Class::Manual</a> </td>
+	  </tr>
+	  <tr>
+	    <td> Documentation Map </td>
+	    <td> <a href="http://search.cpan.org/perldoc?DBIx::Class::Manual::DocMap">DBIx::Class::Manual::DocMap</a> </td>
+	  </tr>
+	</table>
+	
+	<p>DBIC has been the subject of numerous articles and presentations. You
+	can discover some of them below.</p>
+	
+	<table>
+	  <tr>
+	    <th scope="col">Title</th>
+	    <th scope="col">Type</th>
+	    <th scope="col">Date</th>
+	  </tr>
+	  <tr>
+	    <td><a href="http://rambles.bearcircle.net/2009/05/24/inflatecolumnfile-vs-inflatecolumnfs/">InflateColumn::File vs. InflateColumn::FS</a></td>
+	    <td>Article</td>
+	    <td>May 24th, 2009</td>
+	  </tr>
+	  <tr>
+	    <td><a href="http://blog.netcubed.de/2009/05/reports-with-dbic-and-postgres/">Reports with DBIC and Postgres</a></td>
+	    <td>Article</td>
+	    <td>May 23rd, 2009</td>
+	  </tr>
+	  <tr>
+	    <td><a href="http://blog.johngoulah.com/2009/05/versioning-with-dbic/">Using DBIx::Class to Version Your Schema</a></td>
+	    <td>Article</td>
+	    <td>May 17th, 2009</td>
+	  </tr>
+          <tr>
+	    <td><a href="http://www.shadowcat.co.uk/archive/conference-video/nwepm/catalyst-dbic/">
+            Introduction to DBIx::Class and Catalyst
+          </a></td>
+	    <td>Video</td>
+	    <td>February 26th, 2009</td>
+	  </tr>
+	  <tr>
+	    <td><a href="http://www.shadowcat.co.uk/catalyst/talks/postgresql-WEST-2008/-files/catalyst-dbic-pg.xul">
+            Catalyst, DBIx::Class and Postgres
+          </a></td>
+	    <td>Slides</td>
+	    <td>?</td>
+	  </tr>
+	  <tr>
+	    <td><a href="http://www.shadowcat.co.uk/archive/conference-video/yapc-eu-2008/dbic-masterclass/">
+            DBIx:Class Masterclass
+          </a></td>
+	    <td>Video</td>
+	    <td>August 2008</td>
+	  </tr>
+	  <tr>
+	    <td><a href="http://www.shadowcat.co.uk/catalyst/-talks/yapc-na-2008/dbix-masterclass.xul">
+            DBIx:Class Masterclass
+          </a></td>
+	    <td>Slides</td>
+	    <td>?</td>
+	  </tr>
+	  <tr>
+	    <td><a href="http://perlalchemy.blogspot.com/2006/10/tags-and-search-and-dbixclass.html">Tags and search and DBIx::Class</a></td>
+	    <td>Article</td>
+	    <td>October 26th, 2006</td>
+	  </tr> 	  
+	</table>
+	  
+	
+[% END %]


Property changes on: DBIC-Web/pages/documentation.html
___________________________________________________________________
Added: svn:executable
   + *




More information about the Bast-commits mailing list