[Catalyst-commits] r9490 - in trunk/examples/CatalystAdvent/root: . 2005 notes

dandv at dev.catalyst.perl.org dandv at dev.catalyst.perl.org
Wed Mar 11 08:24:17 GMT 2009


Author: dandv
Date: 2009-03-11 08:24:16 +0000 (Wed, 11 Mar 2009)
New Revision: 9490

Modified:
   trunk/examples/CatalystAdvent/root/2005/21.pod
   trunk/examples/CatalystAdvent/root/day.tt
   trunk/examples/CatalystAdvent/root/notes/2005.tt
   trunk/examples/CatalystAdvent/root/wrapper.tt
Log:
Converted four files from CRLF to LF-only linefeeds. No other changes.



Modified: trunk/examples/CatalystAdvent/root/2005/21.pod
===================================================================
--- trunk/examples/CatalystAdvent/root/2005/21.pod	2009-03-11 08:18:38 UTC (rev 9489)
+++ trunk/examples/CatalystAdvent/root/2005/21.pod	2009-03-11 08:24:16 UTC (rev 9490)
@@ -1,17 +1,17 @@
-=head1 Catalyst Advent - Day 21 - A Catalyst Blog
-
-Today you get some special candy.
-
-This calendar will end in a few days but don't be sad, there is
-a Catalyst blog at L<http://catalystframework.org/random> now,
-which will continue to deliver the latest recipes and much more!
-
-The blog software we are using is a Catalyst application called Agave
-and the source code is available at
-L<http://svn.rawmode.org/repos/Agave/trunk>.
-
-Have fun!
-
--- Sebastian
-
-=cut
+=head1 Catalyst Advent - Day 21 - A Catalyst Blog
+
+Today you get some special candy.
+
+This calendar will end in a few days but don't be sad, there is
+a Catalyst blog at L<http://catalystframework.org/random> now,
+which will continue to deliver the latest recipes and much more!
+
+The blog software we are using is a Catalyst application called Agave
+and the source code is available at
+L<http://svn.rawmode.org/repos/Agave/trunk>.
+
+Have fun!
+
+-- Sebastian
+
+=cut

Modified: trunk/examples/CatalystAdvent/root/day.tt
===================================================================
--- trunk/examples/CatalystAdvent/root/day.tt	2009-03-11 08:18:38 UTC (rev 9489)
+++ trunk/examples/CatalystAdvent/root/day.tt	2009-03-11 08:24:16 UTC (rev 9490)
@@ -1,18 +1,18 @@
-[% pod %]
-<ul id="pager">
-[% yesterday = day - 1 %]
-[% tomorrow  = day + 1 %]
-[% TRY %]
-    [% USE File( c.path_to( 'root', year, "${yesterday}.pod" ) ) %]
-    <li class="previous"><a href="[% c.uri_for( '/', year, yesterday ) %]">Previous</a></li>
-[% CATCH File %]
-    <li class="previous">Previous</li>
-[% END %]
-[% TRY %]
-    [% USE File( c.path_to( 'root', year, "${tomorrow}.pod" ) ) %]
-    <li class="next"><a href="[% c.uri_for( '/', year, tomorrow ) %]">Next</a></li>
-[% CATCH File %]
-    <li class="next">Next</li>
-[% END %]
-</ul>
+[% pod %]
+<ul id="pager">
+[% yesterday = day - 1 %]
+[% tomorrow  = day + 1 %]
+[% TRY %]
+    [% USE File( c.path_to( 'root', year, "${yesterday}.pod" ) ) %]
+    <li class="previous"><a href="[% c.uri_for( '/', year, yesterday ) %]">Previous</a></li>
+[% CATCH File %]
+    <li class="previous">Previous</li>
+[% END %]
+[% TRY %]
+    [% USE File( c.path_to( 'root', year, "${tomorrow}.pod" ) ) %]
+    <li class="next"><a href="[% c.uri_for( '/', year, tomorrow ) %]">Next</a></li>
+[% CATCH File %]
+    <li class="next">Next</li>
+[% END %]
+</ul>
 <div style="clear: both"></div>
\ No newline at end of file

Modified: trunk/examples/CatalystAdvent/root/notes/2005.tt
===================================================================
--- trunk/examples/CatalystAdvent/root/notes/2005.tt	2009-03-11 08:18:38 UTC (rev 9489)
+++ trunk/examples/CatalystAdvent/root/notes/2005.tt	2009-03-11 08:24:16 UTC (rev 9490)
@@ -1,7 +1,7 @@
-<h2>About the Calendar</h2>
-<p>After some sudden inspiration, Catalysters decided to put together a Catalyst advent calendar to complement the excellent perl one.</p>
-<p>The source for this application is available in the Catalyst trunk:</p>
-<p><a href="http://dev.catalyst.perl.org/browser/trunk/examples/CatalystAdvent/">http://dev.catalyst.perl.org/browser/trunk/examples/CatalystAdvent/</a></p>
-<p>An <a href="[% c.uri_for('/rss', year) %]">RSS</a> feed is also available.</p>
-<h2>Sebastian says Merry Christmas!</h2>
-<img src="[% c.uri_for('/static/images/hohoho.png') %]"/>
+<h2>About the Calendar</h2>
+<p>After some sudden inspiration, Catalysters decided to put together a Catalyst advent calendar to complement the excellent perl one.</p>
+<p>The source for this application is available in the Catalyst trunk:</p>
+<p><a href="http://dev.catalyst.perl.org/browser/trunk/examples/CatalystAdvent/">http://dev.catalyst.perl.org/browser/trunk/examples/CatalystAdvent/</a></p>
+<p>An <a href="[% c.uri_for('/rss', year) %]">RSS</a> feed is also available.</p>
+<h2>Sebastian says Merry Christmas!</h2>
+<img src="[% c.uri_for('/static/images/hohoho.png') %]"/>

Modified: trunk/examples/CatalystAdvent/root/wrapper.tt
===================================================================
--- trunk/examples/CatalystAdvent/root/wrapper.tt	2009-03-11 08:18:38 UTC (rev 9489)
+++ trunk/examples/CatalystAdvent/root/wrapper.tt	2009-03-11 08:24:16 UTC (rev 9490)
@@ -1,23 +1,23 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
-<head>
-    <meta http-equiv="Content-Language" content="en" />
-    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-    <link rel="alternate" title="Advent Calendar RSS feed" href="[% c.uri_for('/rss', year) %]" type="application/atom+xml" />
-    <link rel="stylesheet" href="[% c.uri_for( '/static/css/screen.css' ) %]" type="text/css" />
-    <title>Catalyst Advent Calendar[% IF day %] - Day [% day %][% END %]</title>
-</head>
-<body>
-    <div id="contentwrapper">
-        <div id="header">
-            <h1><a href="[% c.uri_for( '/' ) %]">Catalyst Advent Calendar</a></h1>
-        </div>
-[% UNLESS pod %]
-	<p id="note">25 days of Catalyst tips!</p>
-[% END %]
-        <div id="content">
-[% content %]
-        </div>
-    </div>
-</body>
-</html>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+<head>
+    <meta http-equiv="Content-Language" content="en" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <link rel="alternate" title="Advent Calendar RSS feed" href="[% c.uri_for('/rss', year) %]" type="application/atom+xml" />
+    <link rel="stylesheet" href="[% c.uri_for( '/static/css/screen.css' ) %]" type="text/css" />
+    <title>Catalyst Advent Calendar[% IF day %] - Day [% day %][% END %]</title>
+</head>
+<body>
+    <div id="contentwrapper">
+        <div id="header">
+            <h1><a href="[% c.uri_for( '/' ) %]">Catalyst Advent Calendar</a></h1>
+        </div>
+[% UNLESS pod %]
+	<p id="note">25 days of Catalyst tips!</p>
+[% END %]
+        <div id="content">
+[% content %]
+        </div>
+    </div>
+</body>
+</html>




More information about the Catalyst-commits mailing list