<html>
<head>
<title>Daily Update -- Test Page</title>
</head>

<BODY>

<h1>DailyUpdate -- Test Page</h1>

<p>
This page shows off some of the tags.  I've purposely made this page boring to
make it more clear what it being done by DailyUpdate.
</p>

<p>
To try out other tags, first visit the <a
href="http://www.cs.virginia.edu/~dwc3q/code/DailyUpdate/handlers.html">handlers</a>
page. When you find one you like, put the tag in your input file, and run
Daily Update once manually. The script will ask you to allow it to download
the handler, which will then be installed and available for later.
Some handlers require other Perl modules, which you may have to install
yourself.
</p>

<p>

<h3>Associated Press News</h3>

<p>
<pre>
&lt;!--dailyupdate
  &lt;input name=apnews&gt;
--&gt;
</pre>
<!--dailyupdate
  <input name=apnews>
-->
</p>

<h3>Yahoo Stock Market Indices</h3>

<p>
<pre>
&lt;!--dailyupdate
  &lt;input name=yahoostockindices&gt;
--&gt;
</pre>
<!--dailyupdate
  <input name=yahoostockindices>
-->
</p>

<h3>Slashdot Headlines</h3>

<p>
<pre>
&lt;!-- dailyupdate
  &lt;input name=slashdot type=articles&gt;
  &lt;filter name=slashdot type=LinksAndText&gt;
  &lt;filter name=limit number=4&gt;
  &lt;filter name=map filter=limit number=200 chars&gt;
  &lt;output name=array numcols=2 prefix="&lt;p&gt;-&amp;gt;" suffix="&lt;/p&gt;"&gt;
--&gt;
</pre>
<!-- dailyupdate
 <input name=slashdot type=articles>
 <filter name=slashdot type=LinksAndText>
 <filter name=limit number=4>
 <filter name=map filter=limit number=200 chars>
 <output name=array numcols=2 prefix="<p>-&gt;" suffix="</p>">
-->
</p>

<h3>Dilbert Comic</h3>

<p>
<pre>
&lt;!--dailyupdate
  &lt;input name=dilbert&gt;
--&gt;
</pre>
<!--dailyupdate
  <input name=dilbert>
-->
</p>

<h3>Freshmeat Headlines</h3>

<p>
<pre>
&lt;!--dailyupdate
  &lt;input name=freshmeat&gt;
--&gt;
</pre>
<!--dailyupdate
  <input name=freshmeat>
-->
</p>

<h3>Charlottesville Weather</h3>

<p>
<pre>
&lt;!--dailyupdate
  &lt;input name=weather city=charlottesville&gt;
--&gt;
</pre>
<!--dailyupdate
  <input name=weather city=charlottesville>
-->
</p>

</body>
</html>
