Home » Community » U++ community news and announcements » Svn changes over RSS feed
Re: Svn changes over RSS feed [message #25056 is a reply to message #25053] |
Tue, 09 February 2010 12:24   |
|
luzr wrote on Tue, 09 February 2010 11:42 | Is there a simple way how to do that? Like putting some html somewhere? (I really suck at web development... 
|
Hi Mirek,
There is many ways The simplest and least error prone IMO is what you suggested. Parsing svn log, producing static html that could be directly incorporated in to the web. Also when doing this, it would be simple to generate our own feed at the same time. The free service from feed43.com I used is pretty limited
About the timing: For most of the pages, once per day is quite enough. For things like this more often would be better. The ultimate ( ) solution in this case would be to keep this part of web content generation independent from the rest and run it from post commit hook. This approach gives you instant response for "news-like" content, while keeping the rest of the infrastructure intact.
I'll supply some code in few weeks time, I'm unfortunately quite busy now...
Regards,
Honza
PS: I already have the most difficult part - a python script to parse svn logs. Original can be downloaded here. For my use in ubuntu packaging scripts I just added few more options and modified the output to conform to Debian policy manual.
|
|
|
Goto Forum:
Current Time: Fri Jul 18 11:58:38 CEST 2025
Total time taken to generate the page: 0.03352 seconds
|