2007-09-12: InfoVis:Wiki RSS feeds now working properly!: Difference between revisions

From InfoVis:Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
Line 1: Line 1:
As some of you pointed out, we had a problem with the RSS feeds of our Wiki due to a misterious blank line at the beginning of the XML file that caused problems with some RSS readers. Fortunately, we were now able to locate the bug (that was hidden very well) and '''now all RSS feeds work as expected!'''
As some of you pointed out, we had a problem with the RSS feeds of our Wiki due to a misterious blank line at the beginning of the XML file that caused problems with some RSS readers. Fortunately, we were now able to locate the bug (that was hidden very well) and '''now all RSS feeds work as expected!'''
<gnuplot>
  set output 'quadFuncs.png'
  set size 0.4,0.4
  set xlabel "x"
  set ylabel "y"
  plot [x=-4:4] x**2-3, -x**2
</gnuplot>


[[Category:News]][[Category:2007/09]]
[[Category:News]][[Category:2007/09]]

Latest revision as of 09:16, 16 July 2009

As some of you pointed out, we had a problem with the RSS feeds of our Wiki due to a misterious blank line at the beginning of the XML file that caused problems with some RSS readers. Fortunately, we were now able to locate the bug (that was hidden very well) and now all RSS feeds work as expected!