[Catalyst-dev] [PATCH] Installation.pod

Kenny Gatdula kennyg at pobox.com
Mon May 29 17:11:20 CEST 2006


Here's a patch against Installation.pod in the docs branch which adds  
a link to the SVN repository,fixes a pod formatting bug, and removes  
some tutorial text that didn't seem to belong.

Kenny


--- Installation.pod.bak	2006-05-29 10:17:54.000000000 -0400
+++ Installation.pod	2006-05-29 11:01:35.000000000 -0400
@@ -80,7 +80,7 @@
installations.  In short, simply mount the portage overlay and type
C<emerge catalystframework>.
-=items *
+=item *
FreeBSD
@@ -95,6 +95,14 @@
ActivePerl to jumpstart their Catalyst environment.  Directions are
available at L<http://catalyst.infogami.com/katalytes/cat_on_windows>.
+=item *
+
+Subversion Repository
+
+Catalyst uses Subversion for version control. To checkout the latest:
+
+	$ svn co http://dev.catalyst.perl.org/repos/Catalyst/trunk/Catalyst/
+
=back
B<NOTE:> Although all of the above methods can be used to install a base
@@ -163,16 +171,3 @@
=back
-This tutorial will primarily focus on SQLite because of its simplicity;
-however, modifications in the script required to support MySQL and
-PostgreSQL will be presented in the Appendix.
-
-B<Note:> One of the advantages of the MVC design patterns is that
-applications become much more database independent.  As such, you will
-notice that only the C<.sql> files used to initialize the database
-change between database systems... the Catalyst code all remains the
-same.
-
-=back
-
-




More information about the Catalyst-dev mailing list