<br><font size=2 face="sans-serif">I got bored of not knowing ruby or rails
or cc.rb and decided to learn. &nbsp; Choose rss because it is a non-critical-path
story (release 1.1). &nbsp; The patch is attached. </font>
<br>
<br><font size=2 face="sans-serif">Outstanding stuff:</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp;- links set to &quot;???&quot;
instead of &quot;http://mycruiseserver:3333/&quot;. &nbsp; I didn't know
how to get the url of the server.</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp;- domain objects do the
conversion to rss. &nbsp;In other words the Projects &amp; Project classes
have &quot;as_rss&quot; methods. &nbsp;I don't know what the team opinion
is on this. &nbsp;Personally I think Project is getting pretty big and
moving the rss functionality to a separate class wouldn't be a bad thing.</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp;- did not implement rss
functionality as a plugin. &nbsp;Is this possible?</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp;- status_controller now
serving rss as well as cctray pages. &nbsp;Don't know the team opinion,
but I think this is appropriate. &nbsp; The functionality is so similar.</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp;- rss page not readable
through web browser. &nbsp;I couldn't figure out the style.</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp;- no functional tests.
&nbsp; I don't think this is terrible because the unit tests cover everything
except wiring up the actions.</font>
<br>
<br><font size=2 face="sans-serif">--Rolf</font>
<br>
<br>
<br>