[Catalyst-commits] r7280 - in
trunk/examples/CatalystAdvent/root/2007: . pen
peterdragon at dev.catalyst.perl.org
peterdragon at dev.catalyst.perl.org
Wed Dec 12 02:06:28 GMT 2007
Author: peterdragon
Date: 2007-12-12 02:06:28 +0000 (Wed, 12 Dec 2007)
New Revision: 7280
Modified:
trunk/examples/CatalystAdvent/root/2007/1.pod
trunk/examples/CatalystAdvent/root/2007/pen/14.pod
Log:
Make advent calendar 2007 day 1 point to day 9, not day 17
Add more rubric to day 14
Modified: trunk/examples/CatalystAdvent/root/2007/1.pod
===================================================================
--- trunk/examples/CatalystAdvent/root/2007/1.pod 2007-12-12 01:57:11 UTC (rev 7279)
+++ trunk/examples/CatalystAdvent/root/2007/1.pod 2007-12-12 02:06:28 UTC (rev 7280)
@@ -3,9 +3,9 @@
Today we take a look at the ExtJS screen library and how to get started
using it within a Catalyst web application.
-Don't forget to come back on Day 17 for a more advanced example by jasonk in
+Don't forget to come back on Day 9 for a more advanced example by jasonk in
"Catalyst with Ext+Ajax: Editable Data Grids"
-L<http://catalyst.perl.org/calendar/2007/17>
+L<http://catalyst.perl.org/calendar/2007/9>
=head2 What is ExtJS?
Modified: trunk/examples/CatalystAdvent/root/2007/pen/14.pod
===================================================================
--- trunk/examples/CatalystAdvent/root/2007/pen/14.pod 2007-12-12 01:57:11 UTC (rev 7279)
+++ trunk/examples/CatalystAdvent/root/2007/pen/14.pod 2007-12-12 02:06:28 UTC (rev 7280)
@@ -20,7 +20,16 @@
Under Windows use TortoiseSVN L<http://tortoisesvn.tigris.org/> to
check it out from that URL.
+Sort out dependencies
+ $ perl Makefile.PL
+ $ make
+
+Then make it fly
+
+ $ perl script/extjs_server.pl
+
+
=head2 The problem
If you write a simple Catalyst application, you can put the database
More information about the Catalyst-commits
mailing list