[Catalyst-commits] r13580 - trunk/examples/Tutorial
hobbs at dev.catalyst.perl.org
hobbs at dev.catalyst.perl.org
Fri Sep 3 03:38:22 GMT 2010
Author: hobbs
Date: 2010-09-03 04:38:22 +0100 (Fri, 03 Sep 2010)
New Revision: 13580
Added:
trunk/examples/Tutorial/Hello_Chapter2.tar.gz
trunk/examples/Tutorial/MyApp_Chapter3.tar.gz
trunk/examples/Tutorial/MyApp_Chapter4.tar.gz
trunk/examples/Tutorial/MyApp_Chapter5.tar.gz
trunk/examples/Tutorial/MyApp_Chapter6.tar.gz
trunk/examples/Tutorial/MyApp_Chapter7.tar.gz
trunk/examples/Tutorial/MyApp_Chapter8.tar.gz
trunk/examples/Tutorial/MyApp_Chapter9_FormFu.tar.gz
trunk/examples/Tutorial/MyApp_Chapter9_FormHandler.tar.gz
trunk/examples/Tutorial/update_tarballs.sh
Log:
Let's actually have the tarballs that the Tutorial says are here.
Also added is a script that people can use to update the tarballs after editing the code.
Added: trunk/examples/Tutorial/Hello_Chapter2.tar.gz
===================================================================
(Binary files differ)
Property changes on: trunk/examples/Tutorial/Hello_Chapter2.tar.gz
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/examples/Tutorial/MyApp_Chapter3.tar.gz
===================================================================
(Binary files differ)
Property changes on: trunk/examples/Tutorial/MyApp_Chapter3.tar.gz
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/examples/Tutorial/MyApp_Chapter4.tar.gz
===================================================================
(Binary files differ)
Property changes on: trunk/examples/Tutorial/MyApp_Chapter4.tar.gz
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/examples/Tutorial/MyApp_Chapter5.tar.gz
===================================================================
(Binary files differ)
Property changes on: trunk/examples/Tutorial/MyApp_Chapter5.tar.gz
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/examples/Tutorial/MyApp_Chapter6.tar.gz
===================================================================
(Binary files differ)
Property changes on: trunk/examples/Tutorial/MyApp_Chapter6.tar.gz
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/examples/Tutorial/MyApp_Chapter7.tar.gz
===================================================================
(Binary files differ)
Property changes on: trunk/examples/Tutorial/MyApp_Chapter7.tar.gz
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/examples/Tutorial/MyApp_Chapter8.tar.gz
===================================================================
(Binary files differ)
Property changes on: trunk/examples/Tutorial/MyApp_Chapter8.tar.gz
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/examples/Tutorial/MyApp_Chapter9_FormFu.tar.gz
===================================================================
(Binary files differ)
Property changes on: trunk/examples/Tutorial/MyApp_Chapter9_FormFu.tar.gz
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/examples/Tutorial/MyApp_Chapter9_FormHandler.tar.gz
===================================================================
(Binary files differ)
Property changes on: trunk/examples/Tutorial/MyApp_Chapter9_FormHandler.tar.gz
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/examples/Tutorial/update_tarballs.sh
===================================================================
--- trunk/examples/Tutorial/update_tarballs.sh (rev 0)
+++ trunk/examples/Tutorial/update_tarballs.sh 2010-09-03 03:38:22 UTC (rev 13580)
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+for x in */ ; do
+ tar cf - "$x" | gzip > "${x%/}.tar.gz"
+done
+
Property changes on: trunk/examples/Tutorial/update_tarballs.sh
___________________________________________________________________
Added: svn:executable
+ *
More information about the Catalyst-commits
mailing list