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