[Catalyst-commits] r8773 - / trunk/examples/CatalystAdvent/root/2008

zarquon at dev.catalyst.perl.org zarquon at dev.catalyst.perl.org
Sun Dec 7 00:54:00 GMT 2008


Author: zarquon
Date: 2008-12-07 00:53:59 +0000 (Sun, 07 Dec 2008)
New Revision: 8773

Modified:
   /
   trunk/examples/CatalystAdvent/root/2008/3.pod
Log:
 r14408 at fenchurch:  kd | 2008-12-03 17:27:08 +1100
 day 3



Property changes on: 
___________________________________________________________________
Name: svk:merge
   - 1b129c88-ebf4-0310-add9-f09427935aba:/local/catalyst:4278
1c72fc7c-9ce4-42af-bf25-3bfe470ff1e8:/local/Catalyst:14401
3b9770f9-e80c-0410-a7de-cd203d167417:/local/catalyst:3514
dd8ad9ea-0304-0410-a433-df5f223e7bc0:/local/Catalyst:6909
   + 1b129c88-ebf4-0310-add9-f09427935aba:/local/catalyst:4278
1c72fc7c-9ce4-42af-bf25-3bfe470ff1e8:/local/Catalyst:14408
3b9770f9-e80c-0410-a7de-cd203d167417:/local/catalyst:3514
dd8ad9ea-0304-0410-a433-df5f223e7bc0:/local/Catalyst:6909

Modified: trunk/examples/CatalystAdvent/root/2008/3.pod
===================================================================
--- trunk/examples/CatalystAdvent/root/2008/3.pod	2008-12-06 21:14:06 UTC (rev 8772)
+++ trunk/examples/CatalystAdvent/root/2008/3.pod	2008-12-07 00:53:59 UTC (rev 8773)
@@ -169,7 +169,7 @@
 We won't cover how to do this with Catalyst at the moment.  We'll just look
 at the result for now.
 <p>
-<img src="/calendar/static/images/2008/sparklines/bigchart.png" alt="A Big Chart">
+<img src="/static/images/2008/sparklines/bigchart.png" alt="A Big Chart">
 <p>
 This is a wonderful idea!  The data is now presented in a really meaningful way.  The
 problem is that the chart is a very large image for such a small amount of information.
@@ -319,7 +319,7 @@
 lieu of the methods already discussed, one could place the following:
 </p>
 <blockquote>
-Throughput is <img src="/calendar/static/images/2008/sparklines/simple-spark.png"> 4.4Mb/s.
+Throughput is <img src="/static/images/2008/sparklines/simple-spark.png"> 4.4Mb/s.
 </blockquote>
 
 <p>
@@ -333,7 +333,7 @@
 </p>
 
 <blockquote>
-Throughput is <img src="/calendar/static/images/2008/sparklines/curr-spark.png"> <span style="color: #ff0000">4.4Mb/s</span>.
+Throughput is <img src="/static/images/2008/sparklines/curr-spark.png"> <span style="color: #ff0000">4.4Mb/s</span>.
 </blockquote>
 
 =end pod::xhtml
@@ -374,7 +374,7 @@
 4.4Mb/s is on the high end, but the scale is ambiguous.  We can improve this even further:
 </p>
 <blockquote>
-Throughput is <img src="/calendar/static/images/2008/sparklines/all-spark.png"> <span style="color: #ff0000">4.4Mb/s</span> (<span style="color: #3399ff">High 5.8, Low 0.7</span>).
+Throughput is <img src="/static/images/2008/sparklines/all-spark.png"> <span style="color: #ff0000">4.4Mb/s</span> (<span style="color: #3399ff">High 5.8, Low 0.7</span>).
 </blockquote>
 
 =end pod::xhtml
@@ -407,7 +407,7 @@
 You could go a step further and highlight the "normal" range of values:
 </p>
 <blockquote>
-Throughput is <img src="/calendar/static/images/2008/sparklines/range-spark.png"> <span style="color: #ff0000">4.4Mb/s</span> (<span style="color: #3399ff">High 5.8, Low 0.7</span>).
+Throughput is <img src="/static/images/2008/sparklines/range-spark.png"> <span style="color: #ff0000">4.4Mb/s</span> (<span style="color: #3399ff">High 5.8, Low 0.7</span>).
 </blockquote>
 
 =end pod::xhtml
@@ -436,4 +436,4 @@
 
 <h2>Author</h2>
 
-Cory 'gphat' Watson <tt>&lt;cwatson at coldhardcode.com&gt;</tt>
+Cory 'gphat' Watson <tt>&lt;cwatson at coldhardcode.com&gt;</tt>
\ No newline at end of file




More information about the Catalyst-commits mailing list