On 5-8-2014 23:16, Warren Young wrote:
On 7/26/2014 08:53, Eric Rubin-Smith wrote:

  * Code review!

Fossil already provides all the code review I think any nimble team
should need: RSS.

1. Set Fossil up as a server. [1]

It's not even necessary to set Fossil up as a server; you can also run `fossil rss` (with relevant options) as a cron job (or a Scheduled Task :-P) and redirect the output to a file, or FTP it to some server. Your RSS reader can then read that file.

[2] A quick glance at src/rss.c in the Fossil sources says this is a
one-off oddball feature.  It doesn't look like there are any other
Fossil UI pages you can monitor via RSS.  It would be handy to monitor
wiki pages and tickets via RSS, for example.

Tickets and wiki are supported, but via the same rss page, not by adding .rss to their respective pages:
timeline.rss?y=t&tkt=<tkt_uuid>
timeline.rss?y=w&wiki=<name>

AFAIK, the page's parameters are identical to the CLI command's options:
http://fossil-scm.org/fossil/help/rss

HTH,
--
Martijn Coppoolse
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to