[Catalyst-commits] r8699 - trunk/examples/CatalystAdvent/root/2008
gphat at dev.catalyst.perl.org
gphat at dev.catalyst.perl.org
Wed Dec 3 14:31:25 GMT 2008
Author: gphat
Date: 2008-12-03 14:31:25 +0000 (Wed, 03 Dec 2008)
New Revision: 8699
Modified:
trunk/examples/CatalystAdvent/root/2008/3.pod
Log:
Fix images.
Modified: trunk/examples/CatalystAdvent/root/2008/3.pod
===================================================================
--- trunk/examples/CatalystAdvent/root/2008/3.pod 2008-12-03 10:51:11 UTC (rev 8698)
+++ trunk/examples/CatalystAdvent/root/2008/3.pod 2008-12-03 14:31:25 UTC (rev 8699)
@@ -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="/static/images/2008/sparklines/bigchart.png" alt="A Big Chart">
+<img src="/calendar/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="/static/images/2008/sparklines/simple-spark.png"> 4.4Mb/s.
+Throughput is <img src="/calendar/static/images/2008/sparklines/simple-spark.png"> 4.4Mb/s.
</blockquote>
<p>
@@ -333,7 +333,7 @@
</p>
<blockquote>
-Throughput is <img src="/static/images/2008/sparklines/curr-spark.png"> <span style="color: #ff0000">4.4Mb/s</span>.
+Throughput is <img src="/calendar/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="/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="/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>).
</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="/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="/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>).
</blockquote>
=end pod::xhtml
@@ -436,4 +436,4 @@
<h2>Author</h2>
-Cory 'gphat' Watson <tt><cwatson at coldhardcode.com></tt>
\ No newline at end of file
+Cory 'gphat' Watson <tt><cwatson at coldhardcode.com></tt>
More information about the Catalyst-commits
mailing list