[Bast-commits] r9068 - in DBIC-Web: components pages
castaway at dev.catalyst.perl.org
castaway at dev.catalyst.perl.org
Sat Mar 27 13:51:34 GMT 2010
Author: castaway
Date: 2010-03-27 13:51:34 +0000 (Sat, 27 Mar 2010)
New Revision: 9068
Added:
DBIC-Web/pages/team.html
Modified:
DBIC-Web/components/navigation.tt
Log:
Added "about the team" page
Modified: DBIC-Web/components/navigation.tt
===================================================================
--- DBIC-Web/components/navigation.tt 2010-03-27 11:03:23 UTC (rev 9067)
+++ DBIC-Web/components/navigation.tt 2010-03-27 13:51:34 UTC (rev 9068)
@@ -1,6 +1,7 @@
<div id="navigation">
<ul>
<li><a href="/">Home</a></li>
+ <li><a href="/team.html">About the team</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="/documentation.html">Documentation</a></li>
Added: DBIC-Web/pages/team.html
===================================================================
--- DBIC-Web/pages/team.html (rev 0)
+++ DBIC-Web/pages/team.html 2010-03-27 13:51:34 UTC (rev 9068)
@@ -0,0 +1,21 @@
+[% WRAPPER wrapper.tt title = "About the team" %]
+
+ <p>The DBIx::Class project was founded by Matt S. Trout. Since its humble beginnings, many others have joined, contributed, and made releases. Below is a non-exhaustive list.
+ </p>
+ <p>If you have contributed to the project, but are not listed below, this is not on purpose! Contact us via any of the <a href="/support.html">support channels</a> to have yourself added.
+ </p>
+
+ <dl>
+ <dt> Matt S. Trout </dt>
+ <dd> Project founder and co-founder and Technical Director of <a href="http://www.shadowcat.co.uk/">Shadowcat Systems</a>. Matt can often be also seen at technical conferences talking enthusiastically about various things Perl. <a href="http://search.cpan.org/~mstrout/">CPAN</a> <a href="http://www.shadowcat.co.uk/blog/matt-s-trout">Blog</a> <a href="mailto:m.trout at shadowcat.co.uk">Contact</a>
+ </dd>
+ <dt> Peter Rabbitson </dt>
+ <dd> Current chainsaw delegate for the <var>0.08</var> series of DBIC releases. <a href="http://search.cpan.org/~ribasushi/">CPAN</a>
+ </dd>
+ <dt> Jess Robinson </dt>
+ <dd> Chief documentator and all round helper. Can be found at various Perl conferences. <a href="http://desert-island.me.uk/~castaway/blog/">Blog</a> <a href="mailto:castaway at desert-island.me.uk">Contact</a> <a href="http://search.cpan.org/~jrobinson/">CPAN</a> <a href="http://www.amazon.co.uk/wishlist/1FIXSGHCHX81H">Wishlist</a>
+ </dd>
+ </dl>
+
+
+[% END %]
More information about the Bast-commits
mailing list