[Bast-commits] r8869 - in DBIC-Web: . pages
david at dev.catalyst.perl.org
david at dev.catalyst.perl.org
Thu Mar 4 14:42:21 GMT 2010
Author: david
Date: 2010-03-04 14:42:21 +0000 (Thu, 04 Mar 2010)
New Revision: 8869
Added:
DBIC-Web/pages/download.html
Modified:
DBIC-Web/
Log:
r18 at drax: david | 2010-03-02 17:07:49 +0000
Add a download page
Property changes on: DBIC-Web
___________________________________________________________________
Modified: svk:merge
- 8f56f3f5-0ce6-439a-8bf6-7ff32a8a3359:/local/DBIC-Web:17
+ 8f56f3f5-0ce6-439a-8bf6-7ff32a8a3359:/local/DBIC-Web:18
Added: DBIC-Web/pages/download.html
===================================================================
--- DBIC-Web/pages/download.html (rev 0)
+++ DBIC-Web/pages/download.html 2010-03-04 14:42:21 UTC (rev 8869)
@@ -0,0 +1,28 @@
+[% title = "Downloads" %]
+[% WRAPPER wrapper.tt %]
+ </head>
+
+ <body>
+ <div id="wrap">
+ [% PROCESS header.tt %]
+ [% PROCESS navigation.tt %]
+
+ <div id="main">
+ <h1>
+ Download DBIx::Class
+ </h1>
+
+ <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
+ <a href="http://www.cpan.org/misc/cpan-faq.html#How_install_Perl_modules">install
+ tools</a>.</p>
+
+ <p>For example:</p>
+
+ <div><kbd>cpan DBIx::Class</kbd></div>
+
+ </div>
+
+ [% PROCESS twitter.tt %]
+[% END %]
More information about the Bast-commits
mailing list